update 修复二维码

This commit is contained in:
qijq 2025-08-18 17:55:55 +08:00
parent 6032cfc13d
commit 0344e669b4
2 changed files with 9 additions and 3 deletions

View File

@ -912,6 +912,12 @@ export default {
that.$set(that.commonTPL, "istop", false);
that.$set(that.commonTPL, "pdlist", []);
if(options.scene){
const decodedParam = decodeURIComponent(options.scene);
const [key, value] = decodedParam.split('=');
options.store_id = value;
}
this.setData({
options: options,
distance: options.d || 0,