Commit 9e0c1ec1 by 李嘉林

新客有礼

parent b5688008
......@@ -70,11 +70,12 @@ export default {
data() {
return {
datas: [],
sessionId:"",
};
},
computed:{
sessionId (){
return wx.getStorageSync('sessionid');
watch:{
showgiftBag(){
this.sessionId = wx.getStorageSync('sessionid');
}
},
mounted(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment