Ver código fonte

fix:删除无用代码

zhanghui 2 anos atrás
pai
commit
37b8848921

+ 0 - 66
myPages/recharge/index.vue

@@ -69,30 +69,6 @@
 					</scroll-view>
 				</view>
 
-				<!-- 选择充值金额  -->
-				<!-- <view class="recharge-content-wrap">
-					<view v-for="(item,index) in rechargeList"
-						@click="selectActiveRecharge(item,index)" class="recharge-content">
-						<view v-if="currentTab === index" class="h-bg-img">
-							<image src="../../static/transaction/u2.png" mode=""></image>
-						</view>
-						<view v-else class="h-bg-img">
-							<image src="../../static/recharge/dianka.png" mode=""></image>
-						</view>
-						<view class="content">
-							<view class="money">
-								¥<text class="v">{{item.reachPrice}}</text>
-							</view>
-							<view class="desc">
-								<text>{{item.name}} </text>
-								<text>充¥{{item.reachPrice}}赚送¥{{item.discountsPrice}}</text>
-							</view>
-						</view>
-					</view>
-				</view> -->
-
-
-
 				<!-- 自定义充值金额 -->
 				<view class="h-custom">
 					<view class="h-icon">
@@ -123,29 +99,6 @@
 					<rich-text v-html="aboutContent">
 					</rich-text>
 				</view>
-<!--				<view class="h-desc">-->
-<!--					<view class="title">-->
-<!--						<text>储值使用说明</text>-->
-<!--					</view>-->
-<!--					<view class="h-content">-->
-<!--						<view class="h-v-text">-->
-<!--							<text>1、 这上面的夜的天空,奇怪而高,我生平。</text>-->
-<!--						</view>-->
-<!--						<view class="h-v-text">-->
-<!--							<text>2、 这上面的夜的天空,奇怪而高,我生平。</text>-->
-<!--						</view>-->
-<!--						<view class="h-v-text">-->
-<!--							<text>3、 这上面的夜的天空,奇怪而高,我生平。</text>-->
-<!--						</view>-->
-<!--						<view class="h-v-text">-->
-<!--							<text>4、 这上面的夜的天空,奇怪而高,我生平。</text>-->
-<!--						</view>-->
-<!--						<view class="h-v-text">-->
-<!--							<text>5、 这上面的夜的天空,奇怪而高,我生平。</text>-->
-<!--						</view>-->
-<!--					-->
-<!--					</view>-->
-<!--				</view>-->
 			</view>
 		</view>
 
@@ -577,25 +530,6 @@
 		line-height: 84rpx;
 	}
 
-	// 使用说明
-	.h-desc{
-		font-family: PingFangSC-Regular, PingFang SC;
-		.title{
-			height: 24px;
-			font-size: 14px;
-			font-family: PingFangSC-Regular, PingFang SC;
-			font-weight: 400;
-			color: #333333;
-			line-height: 24px;
-		}
-		.h-content{
-			height: 40px;
-			font-size: 12px;
-			font-weight: 400;
-			color: #999999;
-			line-height: 20px;
-		}
-	}
 	.bg-img{
 		height: 160px;
 		background: #FFE05C;

+ 2 - 1
pages/order/index.vue

@@ -211,8 +211,9 @@
 			serialNumber(order){
 				this.$api.viewNumber(order.orderId).then(res=>{
 					this.orderNumberData = res.data.data
+					this.$refs.serialNumber.open()
 				})
-				this.$refs.serialNumber.open()
+
 			},
 
 			getQueueingMsg(order){

+ 7 - 17
pages/order/module/mescrollUni-item.vue

@@ -147,10 +147,10 @@
 							<view @click="appointment(item)" class="btn" v-if="item.orderStatus == 9">
 								<text>去支付预约费用</text>
 							</view>
-							<view class="btn" v-if="item.canSignIn"  @click="orderSign(item)">
-								<u-icon name="scan" size="18" />
-								<text>扫码签到</text>
-							</view>
+<!--							<view class="btn" v-if="item.canSignIn"  @click="orderSign(item)">-->
+<!--								<u-icon name="scan" size="18" />-->
+<!--								<text>扫码签到</text>-->
+<!--							</view>-->
 							<!--							<view @click="orderSign(item)" v-else-if="item.orderStatus == 4" class="btn">-->
 							<!--								立即排队-->
 							<!--								&lt;!&ndash; <text class="text1">点击开始排号</text> &ndash;&gt;-->
@@ -158,19 +158,9 @@
 							<view @click="getOrderSign(item)" class="btn" v-if="item.orderStatus == 11">
 								<text>排号信息</text>
 							</view>
-							<view @click="getQueueingMsg(item)" class="btn" v-if="item.canSignIn && item.serviceAttribute == 1 ">
-								<text>排队信息</text>
-							</view>
-							<!--							<view class="btn" v-else-if="item.orderStatus == 6">-->
-							<!--								<text>服务中</text>-->
-							<!--							</view>-->
-							<!--							<view class="btn" v-else-if="item.orderStatus == 7">-->
-							<!--								<text>排号过期</text>-->
-							<!--							</view>-->
-							<!--							<view @click="gotoEvaluate(item)" class="btn" v-else-if="item.orderStatus == 8">-->
-							<!--								<text>待评价</text>-->
-							<!--							</view>-->
-
+<!--							<view @click="getQueueingMsg(item)" class="btn" v-if="item.canSignIn && item.serviceAttribute == 1 ">-->
+<!--								<text>排队信息</text>-->
+<!--							</view>-->
 						</view>
 					</view>
 				</view>