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