zhao_js
2023-11-15 b44e169dd8a6e0f15d3788970176922e96aec6e1
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) {