@@ -575,10 +575,7 @@ export default {
*/
downloadCode(){
let that = this
- uni.showLoading({
- title: '正在生成收款码...',
- mask: true
- })
+ uni.showLoading({mask: true})
getGatheringCode({id:this.option.id}).then(res=>{
if(res.code == 1){
let url = res.data.imgUrl ? res.data.imgUrl: ''