修改淘宝闪购充值来源名称
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;
|
||||
// #endif
|
||||
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.use(globalMethods);
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
<view class="goods-title-row">
|
||||
<view class="good-info-box" :id="'title-box-' + index + '-0'">
|
||||
<text class="goods-title">{{ getTruncatedTitle(item, index, item.goodsList[0], 0)
|
||||
}}</text>
|
||||
}}</text>
|
||||
<view class="goods-spec" style="margin-top: 18rpx; color: #999;">默认</view>
|
||||
<view class="goods-tags" v-if="item.goodsList[0].tags || item.goodsList[0].tag"
|
||||
style="margin-top: 18rpx;">
|
||||
|
|
@ -73,10 +73,10 @@
|
|||
</template>
|
||||
<template v-else>
|
||||
<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"
|
||||
:class="{ refunding: item.statusType === 'refunding' && currentFilter == 4 }"
|
||||
: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' : '' }">
|
||||
:src="goods.image || '/static/default-goods.png'" mode="aspectFill">
|
||||
</image>
|
||||
<view class="goods-info" :id="'goods-info-' + index + '-' + gIdx">
|
||||
<view class="goods-title-row">
|
||||
|
|
|
|||
|
|
@ -298,8 +298,8 @@
|
|||
|
||||
<!-- 水印 -->
|
||||
<view v-if="$isVip()">
|
||||
<watermark dark="light" source="uni_alipay_shopping_taobao" />
|
||||
<liu-drag-button :canDocking="false" @clickBtn="$goRechargePage('watermark', 'uni_alipay_shopping_taobao')">
|
||||
<watermark dark="light" source="uni_alipay_taobao_shangou" />
|
||||
<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>
|
||||
</liu-drag-button>
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue