Browse Source

产品核销

master
Enzo 4 years ago
parent
commit
cae9a636e4
  1. 2
      manifest.json
  2. 8
      pages/verification/index.vue

2
manifest.json

@ -50,7 +50,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wxeb58570b5e04d147",
"appid" : "wx27c51a989127de12",
"setting" : { "setting" : {
"urlCheck" : true, "urlCheck" : true,
"es6" : false, "es6" : false,

8
pages/verification/index.vue

@ -23,13 +23,13 @@
}, },
onLoad(options) { onLoad(options) {
this.userInfo = uni.getStorageSync('userinfo'); this.userInfo = uni.getStorageSync('userinfo');
this.loadOptions = decodeURIComponent(options.scene);
this.loadOptions = options.scene;
this.strVerfiy = this.loadOptions.slice(2,this.loadOptions.length); this.strVerfiy = this.loadOptions.slice(2,this.loadOptions.length);
var search_0$ = this.loadOptions.slice(0,2); var search_0$ = this.loadOptions.slice(0,2);
if(search_0$ == '0$') {
this.ifProduct = false;
}else {
if(search_0$ == 'hy') {
this.ifProduct = true this.ifProduct = true
}else {
this.ifProduct = false;
} }
}, },
methods: { methods: {

Loading…
Cancel
Save