Kaynağa Gözat

stlye:修改部分页面样式

xyh8905170 2 yıl önce
ebeveyn
işleme
a26cc3d773

+ 2 - 2
myPages/setting/index.vue

@@ -126,10 +126,10 @@ export default {
 				}
 
 				.arrow-right{
-					width:32%;
+					width:70%;
 					text-align: right;
 					margin: 0 auto;
-					cursor: pointer;
+					//cursor: pointer;
 					padding-top: 3px;
 					padding-right: 6px;
 					display: flex;

+ 10 - 8
myPages/setting/setting-account-password.vue

@@ -14,14 +14,16 @@
 							labelWidth="auto"
 							labelAlign="right"
 						  >
-						<u--input
-							v-model="userInfo.phonenumber"
-							placeholder="请输入手机号"
-							border="bottom"
-							type="number"
-							disabled="disabled"
-							maxlength="11"
-						></u--input>
+<!--						<u&#45;&#45;input-->
+<!--							v-model=""-->
+<!--							placeholder="请输入手机号"-->
+<!--							border="bottom"-->
+<!--							type="number"-->
+<!--							disabled-->
+<!--              class="input"-->
+<!--							maxlength="11"-->
+<!--						></u&#45;&#45;input>-->
+            <text style="color: #afafaf; transform: translateX(10rpx);font-size: 30rpx ">{{userInfo.phonenumber}}</text>
 					</u-form-item>
 					<u-form-item
 						labelWidth="auto"

+ 0 - 2
orderPages/bookService/index.vue

@@ -125,8 +125,6 @@
                 <view class="payTitle">
                     <text>选择微信支付或余额支付</text>
                 </view>
-
-
                 <view class="payItem flex-row justify-between" @click="payItem(1)">
                     <view class="flex-row">
                         <u-icon name="/static/me/u701.png" color="#38db38" size="36"></u-icon>

+ 2 - 11
orderPages/orderDetail/index.vue

@@ -139,7 +139,7 @@
 
             <view class="bottomHeight"></view>
 
-            <view class="bottom1 flex-col" v-if="order.orderStatus == 6">
+            <view class="bottom1 flex-col"  v-if="order.orderStatus != 3">
                 <text class="allMoney"></text>
                 <view class="bottomBtn flex-row justify-between">
                     <view class=" flex-row">
@@ -324,17 +324,8 @@ export default {
             uni.scanCode({
                 scanType: ['qrCode'],
                 success: function (res) {
-                    let json = JSON.parse(res.result)
-                    if(json.storeId != order.storeId){
-                        uni.showToast({
-                            icon: 'error',
-                            duration: 3000,
-                            title: '请扫描订单门店二维码'
-                        });
-                        return
-                    }
                     uni.navigateTo({
-                        url:'/orderPages/serviceItems/index?serviceStationId='+ json.stationId + '&orderId='+order.orderId + '&serviceObjectId=' + order.serviceObjectId
+                        url:'/orderPages/serviceItems/index?serviceStationId='+ res.result + '&orderId='+order.orderId + '&serviceObjectId=' + order.serviceObjectId
                     })
                 }
             })

+ 1 - 1
pages/index/index.vue

@@ -29,7 +29,7 @@
               </view>
               <view class="text">
                 <view class="phone">{{ userInfo.cellPhone || ''}}</view>
-                <view class="welcome">尊敬的{{ userInfo.ncikName || ''}},下午好~</view>
+<!--                <view class="welcome">尊敬的{{ userInfo.ncikName || ''}},下午好~</view>-->
               </view>
               <view @click="gotoReceiveCoupons()" class="arrow-right">
                 <!-- <image v-if="userInfo.wxQrCode" class="qrcode" :src="userInfo.qrcode" mode=""></image> -->

+ 9 - 2
storePages/notice/index.rpx.css

@@ -4,12 +4,19 @@
 .scroll-y{
     height: 95%;
     overflow: hidden;
-
 }
 .content-box {
     text-indent:2rem;
-    padding: 20rpx 20rpx;
+    padding: 20rpx 0rpx;
+}
+.noticeTitle{
+    margin-top: 30rpx;
+    margin-bottom: 20rpx;
+    text-align: center;
+    font-size: 40rpx;
 }
 .time{
     font-size: 28rpx;
+    color: #afafaf;
+
 }

+ 6 - 6
storePages/notice/index.vue

@@ -1,12 +1,12 @@
 <template>
 	<view class="page">
-
-		<view class="flex-row justify-between">
-			<view class="time">
-				发布时间:<text>{{this.dateFormat(notice.createTime) }}</text>
-			</view>
+    <view class="noticeTitle" >{{notice.noticeTitle}}</view>
+		<view class="flex-row  justify-between" style="margin-bottom: 40rpx">
+      <view class="time">
+        发布人:<text>{{notice.createBy}}</text>
+      </view>
 			<view class="time">
-				发布人:<text>{{notice.createBy}}</text>
+				<text>{{this.dateFormat(notice.createTime) }}</text>
 			</view>
 		</view>
 		<scroll-view scroll-y="true" class="scroll-y " :style="{'height':height}">