|
@@ -7,7 +7,7 @@
|
|
<view class="absolute card-content style1" v-if="imgList[selectIndex].dictSort==1">
|
|
<view class="absolute card-content style1" v-if="imgList[selectIndex].dictSort==1">
|
|
<view class="left">
|
|
<view class="left">
|
|
<u--image :showLoading="true" :src="cardInfo.headSculpture" width="66px" height="66px" shape="circle" v-if="cardInfo.headSculpture"></u--image>
|
|
<u--image :showLoading="true" :src="cardInfo.headSculpture" width="66px" height="66px" shape="circle" v-if="cardInfo.headSculpture"></u--image>
|
|
- <u--image :showLoading="true" src="/./../static/imgs/card/defaulthead.png" width="66px" height="66px" shape="circle" v-else></u--image>
|
|
|
|
|
|
+ <u--image :showLoading="true" src="../../static/imgs/card/defaulthead.png" width="66px" height="66px" shape="circle" v-else></u--image>
|
|
</view>
|
|
</view>
|
|
<view class="right">
|
|
<view class="right">
|
|
<view class="row1">
|
|
<view class="row1">
|
|
@@ -61,13 +61,13 @@
|
|
</view>
|
|
</view>
|
|
<view class="left">
|
|
<view class="left">
|
|
<u--image :showLoading="true" :src="cardInfo.headSculpture" width="66px" height="66px" shape="circle" v-if="cardInfo.headSculpture"></u--image>
|
|
<u--image :showLoading="true" :src="cardInfo.headSculpture" width="66px" height="66px" shape="circle" v-if="cardInfo.headSculpture"></u--image>
|
|
- <u--image :showLoading="true" src="/./../static/imgs/card/defaulthead.png" width="66px" height="66px" shape="circle" v-else></u--image>
|
|
|
|
|
|
+ <u--image :showLoading="true" src="../../static/imgs/card/defaulthead.png" width="66px" height="66px" shape="circle" v-else></u--image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="absolute card-content style2" v-if="imgList[selectIndex].dictSort==3">
|
|
<view class="absolute card-content style2" v-if="imgList[selectIndex].dictSort==3">
|
|
<view class="top">
|
|
<view class="top">
|
|
<u--image :showLoading="true" :src="cardInfo.headSculpture" width="66px" height="66px" shape="circle" v-if="cardInfo.headSculpture"></u--image>
|
|
<u--image :showLoading="true" :src="cardInfo.headSculpture" width="66px" height="66px" shape="circle" v-if="cardInfo.headSculpture"></u--image>
|
|
- <u--image :showLoading="true" src="/./../static/imgs/card/defaulthead.png" width="66px" height="66px" shape="circle" v-else></u--image>
|
|
|
|
|
|
+ <u--image :showLoading="true" src="../../static/imgs/card/defaulthead.png" width="66px" height="66px" shape="circle" v-else></u--image>
|
|
</view>
|
|
</view>
|
|
<view class="bottom flex">
|
|
<view class="bottom flex">
|
|
<view class="left">
|
|
<view class="left">
|
|
@@ -112,7 +112,7 @@
|
|
<view class="bottom flex">
|
|
<view class="bottom flex">
|
|
<view class="left">
|
|
<view class="left">
|
|
<u--image :showLoading="true" :src="cardInfo.headSculpture" width="66px" height="66px" shape="circle" v-if="cardInfo.headSculpture"></u--image>
|
|
<u--image :showLoading="true" :src="cardInfo.headSculpture" width="66px" height="66px" shape="circle" v-if="cardInfo.headSculpture"></u--image>
|
|
- <u--image :showLoading="true" src="/./../static/imgs/card/defaulthead.png" width="66px" height="66px" shape="circle" v-else></u--image>
|
|
|
|
|
|
+ <u--image :showLoading="true" src="../../static/imgs/card/defaulthead.png" width="66px" height="66px" shape="circle" v-else></u--image>
|
|
</view>
|
|
</view>
|
|
<view class="right">
|
|
<view class="right">
|
|
<view class="row1 flex">
|
|
<view class="row1 flex">
|
|
@@ -363,6 +363,10 @@
|
|
})
|
|
})
|
|
},
|
|
},
|
|
confirmSubmit() {
|
|
confirmSubmit() {
|
|
|
|
+ uni.showLoading({
|
|
|
|
+ title: '加载中',
|
|
|
|
+ mask: true
|
|
|
|
+ })
|
|
this.$request.baseRequest('admin.unimall.cardManagementInfo', 'add', {
|
|
this.$request.baseRequest('admin.unimall.cardManagementInfo', 'add', {
|
|
cardManagementInfo: JSON.stringify(this.cardInfo)
|
|
cardManagementInfo: JSON.stringify(this.cardInfo)
|
|
}, failres => {
|
|
}, failres => {
|