This commit is contained in:
2025-04-14 15:55:13 +08:00
19 changed files with 36993 additions and 31541 deletions

View File

@@ -12,8 +12,8 @@
"src" : "图片路径"
}
],
"versionName" : "2.0.03",
"versionCode" : 2003,
"versionName" : "2.0.04",
"versionCode" : 2004,
"app-plus" : {
"nvueCompiler" : "uni-app",
"compatible" : {

4983
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -562,7 +562,15 @@ export default {
} else {
this.selectPayIndex = 0;
}
} else {
if (platform == "ios") {
this.selectPayIndex = 0;
} else {
this.selectPayIndex = 0;
}
}
this.payType = this.payList[this.selectPayIndex].type;
if (this.actualPayment == 0) {
var that = this;
this.payList.forEach((e, i) => {
@@ -573,14 +581,6 @@ export default {
});
this.$forceUpdate();
}
} else {
if (platform == "ios") {
this.selectPayIndex = 0;
} else {
this.selectPayIndex = 0;
}
}
this.payType = this.payList[this.selectPayIndex].type;
this.$forceUpdate();
},
},
@@ -1406,6 +1406,17 @@ export default {
}, 5000);
let xiaBiao = [];
let data = {};
if (
this.payType == 4 &&
this.initData.user.peanutCoin < Number(this.actualPayment)
) {
uni.showToast({
title: "天医币余额不足",
icon: "none",
});
return;
}
if (this.options.isFudu) {
data = {
jfDeduction: this.jfNumber,

View File

@@ -21,6 +21,7 @@
<view class="vip_qx_v">一年<text class="vip_fee line">{{item.originalPrice||0}}</text></view>
</view>
<view v-if="$platform!='ios'">
<text class="vip_item_btn" v-if="item.state==null" @click="openorderModal(item,0)">去办理</text>
<text class="vip_item_btn" v-else @click="openorderModal(item,0)">去续费</text>
</view>
@@ -141,7 +142,7 @@ export default{
this.selectVipData.title = item.title + '-' + item.year + '年';
this.selectVipData.lastFee = item.rebateFee;
this.selectVipData.state=item.state;
this.orderModalShow = true;
console.log('-----selectVipData-----',this.selectVipData)
this.$nextTick(() => {

File diff suppressed because it is too large Load Diff

View File

@@ -47,8 +47,9 @@
><view class="AC_mark" v-if="slotProps.row.remark">{{
slotProps.row.remark
}}</view
><view class="AC_time">{{ slotProps.row.createTime }}</view>
><view class="AC_time">{{ slotProps.row.createTime }} </view>
</view>
<text class="order" style="font-size: 12px;" v-if="slotProps.row.relationId" @click="goClick(slotProps.row.relationId)">订单详情</text>
</template>
</common-list>
</view>
@@ -247,6 +248,13 @@ export default {
},
//方法
methods: {
goClick(id){
uni.navigateTo({
url: "/pages/bookShop/orderLCont?orderId=" +
id
});
},
// 获取
getData() {
var data = {
@@ -370,7 +378,9 @@ export default {
font-weight: bold;
}
}
.order{
color: $themeColor;
}
.AC_con {
// background-color: #fff;
overflow: hidden;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.