修改淘宝闪购充值来源名称
This commit is contained in:
parent
d04cf2cd2f
commit
cfe224cf83
2
main.js
2
main.js
|
|
@ -29,7 +29,7 @@ export function createApp() {
|
||||||
app.config.globalProperties.$system = plus.os.name;
|
app.config.globalProperties.$system = plus.os.name;
|
||||||
// #endif
|
// #endif
|
||||||
app.config.globalProperties.$systemInfo = systemInfo
|
app.config.globalProperties.$systemInfo = systemInfo
|
||||||
uni.setStorageSync('version', '1.0.5.sp4')
|
uni.setStorageSync('version', '1.0.5.sp5')
|
||||||
app.config.globalProperties.$version = uni.getStorageSync('version')
|
app.config.globalProperties.$version = uni.getStorageSync('version')
|
||||||
app.use(globalMethods);
|
app.use(globalMethods);
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
|
|
@ -73,10 +73,10 @@
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<view class="goods-item" v-for="(goods, gIdx) in item.goodsList" :key="gIdx">
|
<view class="goods-item" v-for="(goods, gIdx) in item.goodsList" :key="gIdx">
|
||||||
|
<!-- :style="{ width: imgHeights[index + '-' + gIdx] ? imgHeights[index + '-' + gIdx] + 'px' : '', height: imgHeights[index + '-' + gIdx] ? imgHeights[index + '-' + gIdx] + 'px' : '' }" -->
|
||||||
<image class="goods-img"
|
<image class="goods-img"
|
||||||
:class="{ refunding: item.statusType === 'refunding' && currentFilter == 4 }"
|
:class="{ refunding: item.statusType === 'refunding' && currentFilter == 4 }"
|
||||||
:src="goods.image || '/static/default-goods.png'" mode="aspectFill"
|
:src="goods.image || '/static/default-goods.png'" mode="aspectFill">
|
||||||
:style="{ width: imgHeights[index + '-' + gIdx] ? imgHeights[index + '-' + gIdx] + 'px' : '', height: imgHeights[index + '-' + gIdx] ? imgHeights[index + '-' + gIdx] + 'px' : '' }">
|
|
||||||
</image>
|
</image>
|
||||||
<view class="goods-info" :id="'goods-info-' + index + '-' + gIdx">
|
<view class="goods-info" :id="'goods-info-' + index + '-' + gIdx">
|
||||||
<view class="goods-title-row">
|
<view class="goods-title-row">
|
||||||
|
|
|
||||||
|
|
@ -298,8 +298,8 @@
|
||||||
|
|
||||||
<!-- 水印 -->
|
<!-- 水印 -->
|
||||||
<view v-if="$isVip()">
|
<view v-if="$isVip()">
|
||||||
<watermark dark="light" source="uni_alipay_shopping_taobao" />
|
<watermark dark="light" source="uni_alipay_taobao_shangou" />
|
||||||
<liu-drag-button :canDocking="false" @clickBtn="$goRechargePage('watermark', 'uni_alipay_shopping_taobao')">
|
<liu-drag-button :canDocking="false" @clickBtn="$goRechargePage('watermark', 'uni_alipay_taobao_shangou')">
|
||||||
<c-lottie ref="cLottieRef" :src='$watermark()' width="94px" height='74px' :loop="true"></c-lottie>
|
<c-lottie ref="cLottieRef" :src='$watermark()' width="94px" height='74px' :loop="true"></c-lottie>
|
||||||
</liu-drag-button>
|
</liu-drag-button>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue