feat:修改apk站内下载

This commit is contained in:
2025-09-27 15:52:05 +08:00
parent 22d1ca72cb
commit 424166dce3
5 changed files with 7 additions and 28 deletions
+1 -23
View File
@@ -235,29 +235,7 @@ export default {
currentLanguage: {}, currentLanguage: {},
yxProduct: [],// 好物优选列表 yxProduct: [],// 好物优选列表
faddishProduct: [],// 爆款专区 faddishProduct: [],// 爆款专区
hotList: [ hotList: [],// 热门
{
id: 1,
name: "中文中文中文中文中文",
url: "/static/common/product_def.png",
price: 99,
}, {
id: 2,
name: "中文中文中文中文",
url: "/static/common/product_def.png",
price: 99,
}, {
id: 3,
name: "中文中文中文中文中文",
url: "/static/common/product_def.png",
price: 99,
}, {
id: 4,
name: "中文中文中文中文中文",
url: "/static/common/product_def.png",
price: 99,
},
],// 热门
productLoading: false, productLoading: false,
openShow: false, openShow: false,
platformType: null,// 当前设备信息 platformType: null,// 当前设备信息
@@ -248,7 +248,7 @@ export default {
} }
.register_ifo_warp { .register_ifo_warp {
margin-top: 30rpx; margin-top: 90rpx;
.register_info_item { .register_info_item {
margin-bottom: 40rpx; margin-bottom: 40rpx;
@@ -326,6 +326,7 @@ export default {
.register_warp { .register_warp {
height: calc(100vh - 280rpx); height: calc(100vh - 280rpx);
padding: 40rpx; padding: 40rpx;
margin-top: 60rpx;
} }
.register_title_warp { .register_title_warp {
@@ -75,7 +75,7 @@
<!-- 提成统计--> <!-- 提成统计-->
<view class="royalty_warp"> <view class="royalty_warp">
<!-- 提成货币 --> <!-- 提成货币 -->
<view class="card_item_comm" @click="currencyShowCheck(true)" style="padding: 30rpx 30rpx 0;"> <view class="card_item_comm" style="padding: 30rpx 30rpx 0;">
<view class="card_title_comm"> <view class="card_title_comm">
提成货币 提成货币
</view> </view>
@@ -124,7 +124,7 @@
<view class="royalty_data_">{{ formatDate(item.ctdate) }}</view> <view class="royalty_data_">{{ formatDate(item.ctdate) }}</view>
</view> </view>
<view> <view>
<view class="royalty_title_ royalty_title_amount">{{ item.amount }}元</view> <view class="royalty_title_ royalty_title_amount">{{ item.amount }}</view>
<view class="royalty_data_">{{ item.status ? "已结算" : "未结算" }}</view> <view class="royalty_data_">{{ item.status ? "已结算" : "未结算" }}</view>
</view> </view>
</view> </view>
+2 -2
View File
@@ -60,10 +60,10 @@
</view> </view>
</view> </view>
<view class="content_item_yd" v-if="pItem.expressNo && pItem.expressData"> <view class="content_item_yd" v-if="pItem.expressNo && pItem.expressData">
<view class="express-view text-overflow1"> <view class="express-view text-overflow1" v-if="Array.isArray(pItem.expressData?.logisticsTraceDetailList)">
<u-icon name="email" color="#333" size="20"></u-icon> <u-icon name="email" color="#333" size="20"></u-icon>
<text class="text-24 text-zu1 text-space" style="margin-left:10rpx;">{{pItem.expressData.logisticsStatusDesc}}</text> <text class="text-24 text-zu1 text-space" style="margin-left:10rpx;">{{pItem.expressData.logisticsStatusDesc}}</text>
<text class="text-24 text-fu text-space text-overflow1" style="margin-left:10rpx;">{{pItem.expressData.logisticsTraceDetailList[0].desc}}</text> <text class="text-24 text-fu text-space text-overflow1" style="margin-left:10rpx;">{{Array.isArray(pItem.expressData?.logisticsTraceDetailList) ? pItem.expressData?.logisticsTraceDetailList[pItem.expressData.logisticsTraceDetailList.length - 1].desc : ''}}</text>
</view> </view>
<!-- <view style="margin-left: 10rpx"> <!-- <view style="margin-left: 10rpx">
<up-image src="/static/common/copy.png" width="14" height="14" bgColor="#f1f6ff00" <up-image src="/static/common/copy.png" width="14" height="14" bgColor="#f1f6ff00"