|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <view class="page">
|
|
|
+ <view class="page" >
|
|
|
<view class="state ">
|
|
|
<view class="flex-row justify-center">
|
|
|
<u-icon name="cut" color="#93D21A" size="18"></u-icon>
|
|
|
@@ -13,17 +13,21 @@
|
|
|
<view :class="order.serviceAttribute == 1? 'serviceAttrDesc':'serviceAttrDesc1'">
|
|
|
<text>{{order.serviceAttrDesc}}</text>
|
|
|
</view>
|
|
|
- <view class="flex-row justify-start orderNo">
|
|
|
- <text>订单编号:</text>
|
|
|
- <text>{{order.orderNo}}</text>
|
|
|
+ <view class="flex-row justify-start">
|
|
|
+ <u-icon name="/static/index/u217.png" color="#93D21A" size="18"></u-icon>
|
|
|
+ <text class="key">订单编号:</text>
|
|
|
+ <text class="value">{{order.orderNo}}</text>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <text class="serviceType">{{order.serviceType}}</text>
|
|
|
</view>
|
|
|
|
|
|
<view class="flex-row justify-between jishi">
|
|
|
<view class="flex-col ">
|
|
|
<view class=" flex-row">
|
|
|
<u-icon name="/static/order/ud1.png" color="#93D21A" size="18"></u-icon>
|
|
|
- <text class="key">服务日期:</text>
|
|
|
- <text class="value">{{order.serviceDate || ''}}</text>
|
|
|
+ <text class="key">服务对象:</text>
|
|
|
+ <text class="value">{{order.serviceObjectName || ''}}</text>
|
|
|
</view>
|
|
|
<view class="flex-row">
|
|
|
<u-icon name="/static/order/ud2.png" color="#93D21A" size="18"></u-icon>
|
|
|
@@ -31,56 +35,103 @@
|
|
|
<text class="value">{{order.storeName}}</text>
|
|
|
</view>
|
|
|
<view class="flex-row">
|
|
|
- <u-icon name="/static/order/ud14.png" size="16"></u-icon>
|
|
|
+ <u-icon name="clock" size="16"></u-icon>
|
|
|
<text class="key">下单时间:</text>
|
|
|
<text class="value">{{order.createTime}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
+ <view class="flex-col justify-center " v-if="order.serviceAttribute == 1">
|
|
|
+ <view class="planNumber flex-row justify-center">
|
|
|
+ <text>{{order.planNumber}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="plan flex-row justify-center">
|
|
|
+ <text class="plan">排号</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
|
|
|
|
|
|
- <view class="flex-col borderBottom " v-for="(item,index) in order.child" :key="index">
|
|
|
- <view class="flex-row justify-between ">
|
|
|
- <text class="serviceType">排号:{{item.planNumber || ''}}</text>
|
|
|
- <text class="projectState">{{item.statusDesc}}</text>
|
|
|
+ <view class="flex-row justify-between yuyue " v-if="order.serviceAttribute == 2">
|
|
|
+ <view class="flex-col justify-center ">
|
|
|
+ <view class=" flex-row">
|
|
|
+
|
|
|
+ <u-icon name="clock" size="16"></u-icon>
|
|
|
+ <text class="key">服务日期:</text>
|
|
|
+ <text class="value">{{order.serviceDate}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="flex-row">
|
|
|
+ <u-icon name="/static/order/ud2.png" color="#93D21A" size="18"></u-icon>
|
|
|
+ <text class="key">服务时段:</text>
|
|
|
+ <text class="value">{{order.serviceStartTime}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="flex-row">
|
|
|
+ <u-icon name="/static/order/ud3.png" color="#93D21A" size="18"></u-icon>
|
|
|
+ <text class="key">服务人员:</text>
|
|
|
+ <text class="value">{{order.servicePersonName}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="box_11">
|
|
|
- <view class="group_2"></view>
|
|
|
- <view class="group_3">
|
|
|
- <view class="flex-row">
|
|
|
- <u-icon name="/static/order/ud22.png" size="16"></u-icon>
|
|
|
- <text class="key">服务项目:</text>
|
|
|
- <text class="value">{{item.serviceName || ''}}</text>
|
|
|
- </view>
|
|
|
- <view class="flex-row">
|
|
|
- <u-icon name="/static/order/ud21.png" size="16"></u-icon>
|
|
|
- <text class="key">服务对象:</text>
|
|
|
- <text class="value">{{item.serviceObjectName || ''}}</text>
|
|
|
- </view>
|
|
|
- <view class="flex-row">
|
|
|
- <u-icon name="/static/order/ud14.png" size="16"></u-icon>
|
|
|
- <text class="key">服务时段:</text>
|
|
|
- <text class="value">{{item.serviceRangeTime || ''}}</text>
|
|
|
- </view>
|
|
|
- <view class="flex-row">
|
|
|
- <u-icon name="/static/order/ud3.png" size="16"></u-icon>
|
|
|
- <text class="key">服务人员:</text>
|
|
|
- <text class="value">{{item.servicePerson || ''}}</text>
|
|
|
- </view>
|
|
|
+ <view class="flex-col justify-center ">
|
|
|
+ <view class="planNumber flex-row justify-center">
|
|
|
+ <text>{{order.planNumber}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="plan flex-row justify-center">
|
|
|
+ <text class="plan">预约号</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="flex-row justify-between">
|
|
|
- <view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <view class="flex-row justify-center" v-if="order.canScanCode">
|
|
|
+ <view class="scan flex-row justify-center" @click="scanCodeOrder(order)">
|
|
|
+ <u-icon name="scan" size="18"></u-icon>
|
|
|
+ <text>扫码</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="line"></view>
|
|
|
+
|
|
|
+ <view class="flex-row justify-between borderBottom" v-for="(item,index) in order.child" :key="index">
|
|
|
+ <!-- <view class="flex-col justify-center" v-if="order.orderStatus != 3">-->
|
|
|
+ <!-- <u-icon v-if="item.tick" name="checkmark-circle-fill" color="#38db38" size="20" @click="tick(item,index)"></u-icon>-->
|
|
|
+ <!-- <u-icon v-else name="/static/order/ud9.png" color="green" size="20" @click="tick(item,index)"></u-icon>-->
|
|
|
+ <!-- </view>-->
|
|
|
+
|
|
|
+ <view class="flex-col right">
|
|
|
+ <view class="flex-row justify-between">
|
|
|
+ <text class="serviceType">{{item.serviceName}}</text>
|
|
|
+ <text class="projectState">{{item.statusDesc}}</text>
|
|
|
+ </view>
|
|
|
|
|
|
- <text class="key">服务金额:</text>
|
|
|
- <text class="projectMoney">¥{{item.servicePrice}}</text>
|
|
|
- <!-- <text class="lineMoney">¥{{item.servicePrice}}</text>-->
|
|
|
+ <view class="box_11">
|
|
|
+ <view class="group_2"></view>
|
|
|
+ <view class="group_3">
|
|
|
+ <view class="flex-row">
|
|
|
+ <u-icon name="server-man" size="16"></u-icon>
|
|
|
+ <text class="key">服务人员:</text>
|
|
|
+ <text class="value">{{item.servicePerson || ''}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="flex-row">
|
|
|
+ <u-icon name="clock" size="16"></u-icon>
|
|
|
+ <text class="key">服务时间:</text>
|
|
|
+ <text class="value">{{item.serviceTime || ''}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
+ <view class="flex-row justify-between">
|
|
|
+ <view v-if="item.discountAmount > 0">
|
|
|
+ <text class="projectMoney">¥{{item.payAmount}}</text>
|
|
|
+ <text class="lineMoney">¥{{item.servicePrice}}</text>
|
|
|
+ </view>
|
|
|
+ <view v-else>
|
|
|
+ <text class="projectMoney">¥{{item.servicePrice}}</text>
|
|
|
+ </view>
|
|
|
|
|
|
- <view v-if="item.status == 2" class="flex-row" @click="appeal(item.orderServiceId)">
|
|
|
- <u-icon name="/static/order/ud17.png" color="#93D21A" size="14"></u-icon>
|
|
|
- <text class="ss_key">申诉</text>
|
|
|
+ <view class="flex-row" v-if="item.status === 1" @click="appeal(item.orderServiceId)">
|
|
|
+ <u-icon name="/static/order/ud17.png" color="#93D21A" size="14"></u-icon>
|
|
|
+ <text class="ss_key">申诉</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -88,27 +139,27 @@
|
|
|
|
|
|
<view class="bottomHeight"></view>
|
|
|
|
|
|
- <view class="bottom1 flex-col" v-if="canPay">
|
|
|
+ <view class="bottom1 flex-col" v-if="order.orderStatus == 6 ">
|
|
|
<text class="allMoney"></text>
|
|
|
<view class="bottomBtn flex-row justify-between">
|
|
|
<view class=" flex-row">
|
|
|
- <text class="unpaid">合计</text>
|
|
|
- <text class="preferentialPrice">¥{{allPrice}}</text>
|
|
|
- <text class="unpaid">已优惠</text>
|
|
|
- <text class="originalPrice">¥{{totalDiscount}}</text>
|
|
|
+ <text class="unpaid">合计</text>
|
|
|
+ <text class="preferentialPrice">¥{{allPrice}}</text>
|
|
|
+ <text class="unpaid">已优惠</text>
|
|
|
+ <text class="originalPrice">¥{{totalDiscount}}</text>
|
|
|
<!-- <text class="priceDetail">价格明细</text>-->
|
|
|
</view>
|
|
|
|
|
|
- <view class="btn" @click="qenPayInfo">
|
|
|
- <text class="text_33">结 算</text>
|
|
|
+ <view v-if="order.canPay" class="btn" @click="qenPayInfo">
|
|
|
+ <text class="text_33">一键付款</text>
|
|
|
+ </view>
|
|
|
+ <view v-else class="btn" @click="orderFinish">
|
|
|
+ <text class="text_33">结束订单</text>
|
|
|
</view>
|
|
|
-<!-- <view v-else class="btn" @click="orderFinish">-->
|
|
|
-<!-- <text class="text_33">结束订单</text>-->
|
|
|
-<!-- </view>-->
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <uni-popup ref="appealPopup" :animation="false" :catchtouchmove="true">
|
|
|
+ <uni-popup ref="appealPopup" :animation="false" :catchtouchmove="true">
|
|
|
|
|
|
<view class="appealView flex-col justify-around">
|
|
|
<view class="popupTitle">
|
|
|
@@ -116,7 +167,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="lex-row justify-center">
|
|
|
- <textarea class="textarea" v-model="appealReason" placeholder="请输入申诉理由"></textarea>
|
|
|
+ <textarea class="textarea" v-model="appealReason" placeholder="请输入申诉理由"></textarea>
|
|
|
</view>
|
|
|
|
|
|
|
|
|
@@ -155,7 +206,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="flex-col justify-center">
|
|
|
- <view v-if="curServiceTab === 1">
|
|
|
+ <view v-if="curServiceTab === 1" >
|
|
|
<u-icon name="checkmark-circle-fill" color="#38db38" size="25"></u-icon>
|
|
|
</view>
|
|
|
<view v-else>
|
|
|
@@ -172,7 +223,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="flex-col justify-center">
|
|
|
- <view v-if="curServiceTab === 2">
|
|
|
+ <view v-if="curServiceTab === 2" >
|
|
|
<u-icon name="checkmark-circle-fill" color="#38db38" size="25"></u-icon>
|
|
|
</view>
|
|
|
<view v-else>
|
|
|
@@ -195,7 +246,7 @@
|
|
|
<text>请输入交易密码</text>
|
|
|
</view>
|
|
|
<view class="h-tab-bar flex-row justify-center">
|
|
|
- <u-code-input v-model="password" mode="box" dot></u-code-input>
|
|
|
+ <u-code-input v-model="password" mode="box" dot></u-code-input>
|
|
|
</view>
|
|
|
<view class="flex-row justify-center">
|
|
|
<view class="h-operate-btn flex-row justify-center" @click="balancePay">
|
|
|
@@ -219,25 +270,25 @@
|
|
|
return {
|
|
|
title: 'Hello',
|
|
|
tabIndex: 3,
|
|
|
- order: {},
|
|
|
- allPrice: 0,
|
|
|
- totalDiscount: 0,
|
|
|
- appealId: '',
|
|
|
- appealReason: '',
|
|
|
- orderId: '',
|
|
|
- curServiceTab: 2,
|
|
|
- userInfo: {},
|
|
|
- tradeNo: '',
|
|
|
- password: '',
|
|
|
- requestStatus: false
|
|
|
+ order:{},
|
|
|
+ allPrice:0,
|
|
|
+ totalDiscount:0,
|
|
|
+ appealId:'',
|
|
|
+ appealReason:'',
|
|
|
+ orderId:'',
|
|
|
+ curServiceTab:2,
|
|
|
+ userInfo:{},
|
|
|
+ tradeNo:'',
|
|
|
+ password:'',
|
|
|
+ requestStatus : false
|
|
|
}
|
|
|
},
|
|
|
onLoad(e) {
|
|
|
this.orderId = e.id
|
|
|
this.getUserInfo();
|
|
|
},
|
|
|
- onShow() {
|
|
|
- this.getOrderDetailByOrderId(this.orderId)
|
|
|
+ onShow(){
|
|
|
+ this.getOrderDetailByOrderId(this.orderId )
|
|
|
},
|
|
|
methods: {
|
|
|
getUserInfo() {
|
|
|
@@ -246,7 +297,7 @@
|
|
|
uni.setStorageSync('userInfo', res.data.data);
|
|
|
});
|
|
|
},
|
|
|
- balancePay() {
|
|
|
+ balancePay(){
|
|
|
|
|
|
let that = this;
|
|
|
// if(this.password.length< 6 ){
|
|
|
@@ -260,30 +311,30 @@
|
|
|
this.$api.trade({
|
|
|
tradeNo: this.tradeNo,
|
|
|
password: ''
|
|
|
- }).then((res) => {
|
|
|
- this.requestStatus = false
|
|
|
+ }).then((res)=>{
|
|
|
+ this.requestStatus=false
|
|
|
uni.hideLoading();
|
|
|
uni.showToast({
|
|
|
title: '支付成功!'
|
|
|
});
|
|
|
that.$refs.popup.close()
|
|
|
that.getOrderDetailByOrderId(that.orderId)
|
|
|
- }).catch((err) => {
|
|
|
- this.requestStatus = false
|
|
|
+ }).catch((err)=>{
|
|
|
+ this.requestStatus=false
|
|
|
uni.hideLoading();
|
|
|
uni.showToast({
|
|
|
title: err.msg,
|
|
|
- icon: 'error'
|
|
|
+ icon:'error'
|
|
|
})
|
|
|
})
|
|
|
},
|
|
|
|
|
|
- scanCodeOrder(order) {
|
|
|
+ scanCodeOrder(order){
|
|
|
uni.scanCode({
|
|
|
scanType: ['qrCode'],
|
|
|
- success: function(res) {
|
|
|
+ success: function (res) {
|
|
|
let json = JSON.parse(res.result)
|
|
|
- if (json.storeId != order.storeId) {
|
|
|
+ if(json.storeId != order.storeId){
|
|
|
uni.showToast({
|
|
|
icon: 'error',
|
|
|
duration: 3000,
|
|
|
@@ -292,44 +343,40 @@
|
|
|
return
|
|
|
}
|
|
|
uni.navigateTo({
|
|
|
- url: '/orderPages/serviceItems/index?serviceStationId=' + json.stationId +
|
|
|
- '&orderId=' + order.orderId + '&serviceObjectId=' + order
|
|
|
- .serviceObjectId
|
|
|
+ url:'/orderPages/serviceItems/index?serviceStationId='+ json.stationId + '&orderId='+order.orderId + '&serviceObjectId=' + order.serviceObjectId
|
|
|
})
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
|
|
|
- commonGeneralOrder() {
|
|
|
- if (this.requestStatus) {
|
|
|
+ commonGeneralOrder(){
|
|
|
+ if(this.requestStatus){
|
|
|
return;
|
|
|
}
|
|
|
- this.requestStatus = true
|
|
|
+ this.requestStatus=true
|
|
|
uni.showLoading({
|
|
|
title: '支付中'
|
|
|
});
|
|
|
- let that = this
|
|
|
- if (this.curServiceTab === 1) {
|
|
|
+ let that =this
|
|
|
+ if (this.curServiceTab===1){
|
|
|
// that.password = '';
|
|
|
// this.$refs.popup.close()
|
|
|
// this.$refs.passwordPopup.open()
|
|
|
|
|
|
this.balancePay()
|
|
|
|
|
|
- } else {
|
|
|
- this.$api.wechatPayTradeNo({
|
|
|
- tradeNo: this.tradeNo
|
|
|
- }).then(res => {
|
|
|
+ }else {
|
|
|
+ this.$api.wechatPayTradeNo({tradeNo:this.tradeNo}).then(res=>{
|
|
|
var param = res.data.data;
|
|
|
uni.requestPayment({
|
|
|
appId: param.appid,
|
|
|
- timeStamp: param.timestamp + "",
|
|
|
+ timeStamp: param.timestamp+"",
|
|
|
nonceStr: param.noncestr,
|
|
|
- package: "prepay_id=" + param.prepayid,
|
|
|
+ package: "prepay_id="+param.prepayid,
|
|
|
signType: "RSA",
|
|
|
paySign: param.sign,
|
|
|
success: res => {
|
|
|
- this.requestStatus = false
|
|
|
+ this.requestStatus=false
|
|
|
uni.hideLoading();
|
|
|
uni.showToast({
|
|
|
title: '支付成功!'
|
|
|
@@ -338,7 +385,7 @@
|
|
|
that.$refs.popup.close()
|
|
|
},
|
|
|
fail: res => {
|
|
|
- this.requestStatus = false
|
|
|
+ this.requestStatus=false
|
|
|
uni.hideLoading();
|
|
|
uni.showModal({
|
|
|
content: '支付失败',
|
|
|
@@ -351,17 +398,17 @@
|
|
|
}
|
|
|
},
|
|
|
|
|
|
- orderFinish() {
|
|
|
- this.$api.orderFinish(this.order.orderNo).then((res) => {
|
|
|
+ orderFinish(){
|
|
|
+ this.$api.orderFinish(this.order.orderNo).then((res)=>{
|
|
|
uni.$u.toast('操作成功')
|
|
|
this.getOrderDetailByOrderId(this.order.orderId)
|
|
|
})
|
|
|
},
|
|
|
|
|
|
- qenPayInfo() {
|
|
|
+ qenPayInfo(){
|
|
|
|
|
|
- for (let i = 0; i < this.order.child.length; i++) {
|
|
|
- if (this.order.child[i].status == 3) {
|
|
|
+ for(let i=0;i<this.order.child.length;i++){
|
|
|
+ if (this.order.child[i].status==3){
|
|
|
uni.$u.toast('子订单未审核结束')
|
|
|
return
|
|
|
}
|
|
|
@@ -369,37 +416,37 @@
|
|
|
|
|
|
this.getUserInfo();
|
|
|
let orderServiceIds = []
|
|
|
- this.order.child.forEach(i => {
|
|
|
- if (i.status != 5) { //排除审核通过的子订单
|
|
|
+ this.order.child.forEach(i=>{
|
|
|
+ if (i.status !=5){ //排除审核通过的子订单
|
|
|
orderServiceIds.push(i.orderServiceId)
|
|
|
}
|
|
|
})
|
|
|
this.$api.qenPayInfo({
|
|
|
- orderServiceIds: orderServiceIds,
|
|
|
- orderNo: this.order.orderNo
|
|
|
- }).then(res => {
|
|
|
- this.tradeNo = res.data.data.tradeNo
|
|
|
+ orderServiceIds:orderServiceIds,
|
|
|
+ orderNo:this.order.orderNo
|
|
|
+ }).then(res=>{
|
|
|
+ this.tradeNo=res.data.data.tradeNo
|
|
|
this.$refs.popup.open()
|
|
|
})
|
|
|
},
|
|
|
|
|
|
- commitAppeal() {
|
|
|
+ commitAppeal(){
|
|
|
this.$api.appeal({
|
|
|
- childOrderId: this.appealId,
|
|
|
- appealReason: this.appealReason
|
|
|
- }).then(res => {
|
|
|
- this.appealReason = ''
|
|
|
+ childOrderId:this.appealId,
|
|
|
+ appealReason:this.appealReason
|
|
|
+ }).then(res=>{
|
|
|
+ this.appealReason=''
|
|
|
uni.$u.toast('申诉已提交')
|
|
|
this.$refs.appealPopup.close()
|
|
|
this.getOrderDetailByOrderId(this.orderId)
|
|
|
})
|
|
|
},
|
|
|
- appealPopupClose() {
|
|
|
- this.appealReason = ''
|
|
|
+ appealPopupClose(){
|
|
|
+ this.appealReason=''
|
|
|
this.$refs.appealPopup.close()
|
|
|
},
|
|
|
|
|
|
- appeal(id) {
|
|
|
+ appeal(id){
|
|
|
this.appealId = id
|
|
|
this.$refs.appealPopup.open()
|
|
|
},
|
|
|
@@ -426,38 +473,38 @@
|
|
|
|
|
|
|
|
|
//新的价格计算逻辑 订单加载或刷新的时候计算
|
|
|
- calculatePrice() {
|
|
|
+ calculatePrice(){
|
|
|
this.allPrice = 0
|
|
|
this.totalDiscount = 0;
|
|
|
- this.order.child.forEach(i => {
|
|
|
- if (i.status != 5) { //不在申诉的子订单
|
|
|
+ this.order.child.forEach(i=>{
|
|
|
+ if (i.status !=5){ //不在申诉的子订单
|
|
|
this.totalDiscount += i.discountAmount * 1;
|
|
|
- this.allPrice += i.payAmount * 1;
|
|
|
+ this.allPrice += i.payAmount *1;
|
|
|
}
|
|
|
})
|
|
|
this.allPrice = this.allPrice.toFixed(2)
|
|
|
this.totalDiscount = this.totalDiscount.toFixed(2)
|
|
|
},
|
|
|
|
|
|
- getOrderDetailByOrderId(id) {
|
|
|
+ getOrderDetailByOrderId(id){
|
|
|
this.$api.getOrderDetailByOrderId({
|
|
|
- id: id
|
|
|
- }).then(res => {
|
|
|
- this.order = res.data.data
|
|
|
+ id:id
|
|
|
+ }).then(res=>{
|
|
|
+ this.order= res.data.data
|
|
|
this.calculatePrice()
|
|
|
})
|
|
|
},
|
|
|
- payItem(num) {
|
|
|
- console.log('this.userInfo.balance', this.userInfo.balance * 1)
|
|
|
- console.log('this.price', this.allPrice * 1)
|
|
|
+ payItem(num){
|
|
|
+ console.log('this.userInfo.balance',this.userInfo.balance*1)
|
|
|
+ console.log('this.price',this.allPrice*1)
|
|
|
|
|
|
- if (this.userInfo.balance * 1 < this.allPrice * 1 && num == 1) {
|
|
|
+ if (this.userInfo.balance*1 < this.allPrice*1 && num == 1){
|
|
|
return
|
|
|
}
|
|
|
this.curServiceTab = num
|
|
|
},
|
|
|
|
|
|
- closePayPopup() {
|
|
|
+ closePayPopup(){
|
|
|
this.$refs.popup.close()
|
|
|
},
|
|
|
}
|
|
|
@@ -466,5 +513,4 @@
|
|
|
|
|
|
<style>
|
|
|
@import '/common/css/common.css';
|
|
|
- @import './index.rpx.scss';
|
|
|
-</style>
|
|
|
+ @import './index.rpx.scss';</style>
|