zhaojs
2023-07-07 55803b1a7b478aade9b6e59ca6675777375e2a92
uniapp/pages/mine/mt.vue
@@ -129,6 +129,7 @@
            this.$u.api.meituanAct({type:this.optionsCurrent}).then(e => {
               if(e.code != 0)return that.$alert(e.msg)
               uni.stopPullDownRefresh()
               console.log(e)
               that.mtInfo = e.data.info;
               that.wxQrcodeUrl = that.mtInfo.we_app_info.miniCode;
            }).catch(function (err) {