|
|
@ -55,8 +55,13 @@ |
|
|
|
name="1" |
|
|
|
name="1" |
|
|
|
|
|
|
|
|
|
|
|
></u-upload> |
|
|
|
></u-upload> |
|
|
|
<image :src="zfburl" v-if="zfburl" mode="aspectFit" @click="uploadZfb"></image> |
|
|
|
|
|
|
|
<image src="/static/image/up_img.png" v-else mode="aspectFit" @click="uploadZfb"></image> |
|
|
|
<view class="hasPic" v-if="zfburl" > |
|
|
|
|
|
|
|
<image :src="zfburl" mode="aspectFit" @click="uploadZfb"></image> |
|
|
|
|
|
|
|
<view class="lookBig" @click="lookPic([zfburl])">查看大图</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<image src="/static/image/up_img.png" class="emptyPic" v-else mode="aspectFit" @click="uploadZfb"></image> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="zfb" v-show="activeIndex==3"> |
|
|
|
<view class="zfb" v-show="activeIndex==3"> |
|
|
@ -70,8 +75,15 @@ |
|
|
|
name="2" |
|
|
|
name="2" |
|
|
|
|
|
|
|
|
|
|
|
></u-upload> |
|
|
|
></u-upload> |
|
|
|
<image :src="wxurl" mode="aspectFit" v-if="wxurl" @click="uploadwx"></image> |
|
|
|
<view class="hasPic" v-if="wxurl" > |
|
|
|
<image src="/static/image/up_img.png" mode="aspectFit" v-else @click="uploadwx"></image> |
|
|
|
<image :src="wxurl" mode="aspectFit" @click="uploadwx"></image> |
|
|
|
|
|
|
|
<view class="lookBig" @click="lookPic([wxurl])">查看大图</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<image src="/static/image/up_img.png" class="emptyPic" v-else mode="aspectFit" @click="uploadwx"></image> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <image :src="wxurl" mode="aspectFit" v-if="wxurl" @click="uploadwx"></image> --> |
|
|
|
|
|
|
|
<!-- <image src="/static/image/up_img.png" mode="aspectFit" v-else @click="uploadwx"></image> --> |
|
|
|
<view class="mesInfo"> |
|
|
|
<view class="mesInfo"> |
|
|
|
微信收款码,上传后将无法修改,请认真上传。 |
|
|
|
微信收款码,上传后将无法修改,请认真上传。 |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -165,6 +177,15 @@ |
|
|
|
this.getText() |
|
|
|
this.getText() |
|
|
|
}, |
|
|
|
}, |
|
|
|
methods:{ |
|
|
|
methods:{ |
|
|
|
|
|
|
|
lookPic(item){ |
|
|
|
|
|
|
|
uni.previewImage({ |
|
|
|
|
|
|
|
// current: imgArr[indez], |
|
|
|
|
|
|
|
urls: item, |
|
|
|
|
|
|
|
success: (res) => { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
}, |
|
|
|
close() { |
|
|
|
close() { |
|
|
|
this.show = false |
|
|
|
this.show = false |
|
|
|
}, |
|
|
|
}, |
|
|
|