zhaojs
2023-08-09 a5b825873529c9a8d6039c3638494019318221c3
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) {