update 修复二维码
This commit is contained in:
parent
6032cfc13d
commit
0344e669b4
@ -912,10 +912,16 @@ export default {
|
|||||||
that.$set(that.commonTPL, "istop", false);
|
that.$set(that.commonTPL, "istop", false);
|
||||||
that.$set(that.commonTPL, "pdlist", []);
|
that.$set(that.commonTPL, "pdlist", []);
|
||||||
|
|
||||||
|
if(options.scene){
|
||||||
|
const decodedParam = decodeURIComponent(options.scene);
|
||||||
|
const [key, value] = decodedParam.split('=');
|
||||||
|
options.store_id = value;
|
||||||
|
}
|
||||||
|
|
||||||
this.setData({
|
this.setData({
|
||||||
options: options,
|
options: options,
|
||||||
distance: options.d || 0,
|
distance: options.d || 0,
|
||||||
store_id: options.store_id || 1001,
|
store_id: options.store_id ||1001 ,
|
||||||
});
|
});
|
||||||
|
|
||||||
var w = that.$.getSystemInfoSync().windowWidth;
|
var w = that.$.getSystemInfoSync().windowWidth;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user