分包配置

This commit is contained in:
xk_guohonglei
2020-09-25 18:18:30 +08:00
parent f4e7782a86
commit 8a21904817
7 changed files with 150 additions and 150 deletions

View File

@@ -13,9 +13,7 @@
</view>
</view>
</view>
<view class="bg-main-oil bg-main-color main-money">
</view>
<view class="bg-white radius margin-left margin-right to-top">
<view class=" flex ">
@@ -221,7 +219,21 @@
console.log('chengg', res)
}
})
}
},
// 方便测试
// complete: () => {
// uni.setStorageSync('qrCode', 'XM&1309328197641433088')
// uni.navigateTo({
// url: that.scanUrl,
// fail: (err) => {
// console.log(err)
// },
// success: (res) => {
// console.log('chengg', res)
// }
// })
// }
})
},
// 方便开发