Merge branch 'master' of https://gitee.com/wjl2008_admin/medicine_app
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
"src" : "图片路径"
|
"src" : "图片路径"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versionName" : "2.0.03",
|
"versionName" : "2.0.04",
|
||||||
"versionCode" : 2003,
|
"versionCode" : 2004,
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
"nvueCompiler" : "uni-app",
|
"nvueCompiler" : "uni-app",
|
||||||
"compatible" : {
|
"compatible" : {
|
||||||
|
|||||||
@@ -562,8 +562,6 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.selectPayIndex = 0;
|
this.selectPayIndex = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
if (platform == "ios") {
|
if (platform == "ios") {
|
||||||
this.selectPayIndex = 0;
|
this.selectPayIndex = 0;
|
||||||
@@ -572,18 +570,17 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
this.payType = this.payList[this.selectPayIndex].type;
|
this.payType = this.payList[this.selectPayIndex].type;
|
||||||
if (this.actualPayment == 0) {
|
if (this.actualPayment == 0) {
|
||||||
var that = this;
|
var that = this;
|
||||||
this.payList.forEach((e, i) => {
|
this.payList.forEach((e, i) => {
|
||||||
if (e.type == 4) {
|
if (e.type == 4) {
|
||||||
that.selectPayIndex = i;
|
that.selectPayIndex = i;
|
||||||
that.payType = 4;
|
that.payType = 4;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
}
|
}
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -1409,6 +1406,17 @@ export default {
|
|||||||
}, 5000);
|
}, 5000);
|
||||||
let xiaBiao = [];
|
let xiaBiao = [];
|
||||||
let data = {};
|
let data = {};
|
||||||
|
|
||||||
|
if (
|
||||||
|
this.payType == 4 &&
|
||||||
|
this.initData.user.peanutCoin < Number(this.actualPayment)
|
||||||
|
) {
|
||||||
|
uni.showToast({
|
||||||
|
title: "天医币余额不足",
|
||||||
|
icon: "none",
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (this.options.isFudu) {
|
if (this.options.isFudu) {
|
||||||
data = {
|
data = {
|
||||||
jfDeduction: this.jfNumber,
|
jfDeduction: this.jfNumber,
|
||||||
|
|||||||
@@ -203,11 +203,11 @@
|
|||||||
url: "/pages/certificate/certificate",
|
url: "/pages/certificate/certificate",
|
||||||
type: "pageJump",
|
type: "pageJump",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: "我的湖分",
|
// name: "我的湖分",
|
||||||
url: "/pages/hufen/hufen",
|
// url: "/pages/hufen/hufen",
|
||||||
type: "pageJump",
|
// type: "pageJump",
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: "个人资料",
|
name: "个人资料",
|
||||||
url: "/pages/mine/userInfo/persData",
|
url: "/pages/mine/userInfo/persData",
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
<view class="vip_qx_v">一年<text class="vip_fee line">{{item.originalPrice||0}}</text>元</view>
|
<view class="vip_qx_v">一年<text class="vip_fee line">{{item.originalPrice||0}}</text>元</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="$platform!='ios'">
|
<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-if="item.state==null" @click="openorderModal(item,0)">去办理</text>
|
||||||
<text class="vip_item_btn" v-else @click="openorderModal(item,0)">去续费</text>
|
<text class="vip_item_btn" v-else @click="openorderModal(item,0)">去续费</text>
|
||||||
</view>
|
</view>
|
||||||
@@ -141,7 +142,7 @@ export default{
|
|||||||
|
|
||||||
this.selectVipData.title = item.title + '-' + item.year + '年';
|
this.selectVipData.title = item.title + '-' + item.year + '年';
|
||||||
this.selectVipData.lastFee = item.rebateFee;
|
this.selectVipData.lastFee = item.rebateFee;
|
||||||
|
this.selectVipData.state=item.state;
|
||||||
this.orderModalShow = true;
|
this.orderModalShow = true;
|
||||||
console.log('-----selectVipData-----',this.selectVipData)
|
console.log('-----selectVipData-----',this.selectVipData)
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -47,8 +47,9 @@
|
|||||||
><view class="AC_mark" v-if="slotProps.row.remark">{{
|
><view class="AC_mark" v-if="slotProps.row.remark">{{
|
||||||
slotProps.row.remark
|
slotProps.row.remark
|
||||||
}}</view
|
}}</view
|
||||||
><view class="AC_time">{{ slotProps.row.createTime }}</view>
|
><view class="AC_time">{{ slotProps.row.createTime }} </view>
|
||||||
</view>
|
</view>
|
||||||
|
<text class="order" style="font-size: 12px;" v-if="slotProps.row.relationId" @click="goClick(slotProps.row.relationId)">订单详情</text>
|
||||||
</template>
|
</template>
|
||||||
</common-list>
|
</common-list>
|
||||||
</view>
|
</view>
|
||||||
@@ -247,6 +248,13 @@ export default {
|
|||||||
},
|
},
|
||||||
//方法
|
//方法
|
||||||
methods: {
|
methods: {
|
||||||
|
goClick(id){
|
||||||
|
uni.navigateTo({
|
||||||
|
url: "/pages/bookShop/orderLCont?orderId=" +
|
||||||
|
id
|
||||||
|
|
||||||
|
});
|
||||||
|
},
|
||||||
// 获取
|
// 获取
|
||||||
getData() {
|
getData() {
|
||||||
var data = {
|
var data = {
|
||||||
@@ -370,7 +378,9 @@ export default {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.order{
|
||||||
|
color: $themeColor;
|
||||||
|
}
|
||||||
.AC_con {
|
.AC_con {
|
||||||
// background-color: #fff;
|
// background-color: #fff;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
14
unpackage/dist/build/app-plus/app-service.js
vendored
14
unpackage/dist/build/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
8
unpackage/dist/build/app-plus/app-view.js
vendored
8
unpackage/dist/build/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/build/app-plus/manifest.json
vendored
2
unpackage/dist/build/app-plus/manifest.json
vendored
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
18528
unpackage/dist/dev/app-plus/app-service.js
vendored
18528
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
19513
unpackage/dist/dev/app-plus/app-view.js
vendored
19513
unpackage/dist/dev/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/dev/app-plus/manifest.json
vendored
2
unpackage/dist/dev/app-plus/manifest.json
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/dev/app-plus/view.css
vendored
2
unpackage/dist/dev/app-plus/view.css
vendored
File diff suppressed because one or more lines are too long
4
unpackage/dist/dev/app-plus/view.umd.min.js
vendored
4
unpackage/dist/dev/app-plus/view.umd.min.js
vendored
File diff suppressed because one or more lines are too long
BIN
unpackage/release/wumen202504142004014.wgt
Normal file
BIN
unpackage/release/wumen202504142004014.wgt
Normal file
Binary file not shown.
Reference in New Issue
Block a user