From 6dbecca385c24a21a033f4e3cac8fa7ac01dad9e Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 20 九月 2024 09:34:47 +0800
Subject: [PATCH] update 购物券的
---
mixin/mixin.js | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/mixin/mixin.js b/mixin/mixin.js
index c49b777..2564b5f 100644
--- a/mixin/mixin.js
+++ b/mixin/mixin.js
@@ -50,6 +50,7 @@
// regAvatarUrl: 'https://youzhen123.oss-cn-huhehaote.aliyuncs.com/WechatOwnerProperty/images/mrtx.png',
regUserName: '',
regAvatarUrl: '',
+ previewImgSign:false,
}
},
methods: {
@@ -78,6 +79,10 @@
this.regUserName = e.detail.value; // 获取微信昵称
},
+ handleContact(e) {
+ console.log(e.detail.path)
+ console.log(e.detail.query)
+ },
@@ -142,12 +147,12 @@
//最好更新一下
idsMap[item.id] = {
...idsMap[item.id],
- ...item,//覆盖了
+ ...item, //覆盖了
}
hasnew = true
}
}
- if(hasnew){
+ if (hasnew) {
this.$forceUpdate()
}
--
Gitblit v1.9.3