zhanghui 2 лет назад
Родитель
Сommit
2090de6433

+ 0 - 1
myPages/ServiceObjectManagement/index.vue

@@ -88,7 +88,6 @@
       },
       // 去修改服务对象
       gotoUpdateServiceObject(item){
-        item.facePhotoUrl = item.imgUrl;
         if(item.wardship == '1'){ // 监护人
           uni.navigateTo({
             url: '/myPages/serviceObjectAllInfo/index?data=' + JSON.stringify(item),

+ 3 - 3
myPages/transactionRecordDetail/index.vue

@@ -2,13 +2,13 @@
     <view class="content-wrap">
         <view class="title-info">
             <view v-if="tranRecords.tradeNoType == '1'" class="name skyblue">
-                <text>退款记录</text>
+                <text>消费</text>
             </view>
             <view v-if="tranRecords.tradeNoType == '2'" class="name orange">
-                <text>支付</text>
+                <text>充值</text>
             </view>
             <view v-if="tranRecords.tradeNoType == '3'" class="name pink">
-                <text>消费记录</text>
+                <text>退款</text>
             </view>
             <view class="text">
                 <text>{{tranRecords.remark}}</text>

+ 9 - 0
orderPages/receiveCoupons/index.rpx.scss

@@ -117,3 +117,12 @@
   line-height: 64rpx;
   text-align: center;
 }
+.empty{
+  margin-top: 80rpx;
+  width: 300rpx;
+}
+.emptyText{
+  font-size: 28rpx;
+  color: #8f939c;
+  margin-top: 20rpx;
+}

+ 10 - 2
orderPages/receiveCoupons/index.vue

@@ -1,6 +1,14 @@
 <template>
 	<view class="page">
-
+		<view class="flex-col" v-if="countsList.length === 0">
+			<view class="flex-row justify-center">
+				<image class="empty" src="/static/imageIcon/empty.png" mode="widthFix"></image>
+			</view>
+			<view class="emptyText flex-row justify-center">
+				<text>暂无内容</text>
+			</view>
+		</view>
+		<view v-else>
 		<view  class="row-list flex-row justify-start" v-for="(item,index) in countsList" :key="index">
 			<view class="h-text flex-col justify-center ">
 				<view class="money">
@@ -34,7 +42,7 @@
 			</view>
 
 		</view>
-
+		</view>
 
 	</view>
 </template>

+ 9 - 0
orderPages/useCoupons/index.rpx.scss

@@ -106,3 +106,12 @@
 .grayscale{
   filter: grayscale(100%);
 }
+.empty{
+  margin-top: 80rpx;
+  width: 300rpx;
+}
+.emptyText{
+  font-size: 28rpx;
+  color: #8f939c;
+  margin-top: 20rpx;
+}

+ 11 - 2
orderPages/useCoupons/index.vue

@@ -1,6 +1,16 @@
 <template>
   <view class="page" :style="{'height':windowHeight}">
 
+      <view class="flex-col" v-if="countsList.length === 0">
+          <view class="flex-row justify-center">
+              <image class="empty" src="/static/imageIcon/empty.png" mode="widthFix"></image>
+          </view>
+          <view class="emptyText flex-row justify-center">
+              <text>暂无内容</text>
+          </view>
+      </view>
+
+      <view v-else>
         <view class="flex-row">
             <view class="flex-col justify-center" @click="noUseChange">
                 <u-icon v-if="noUse" name="checkmark-circle-fill" color="#38db38" size="25" ></u-icon>
@@ -60,8 +70,7 @@
                 <text>确定</text>
             </view>
         </view>
-
-
+      </view>
   </view>
 </template>
  <script>

+ 9 - 0
storePages/myRights/index.rpx.scss

@@ -178,3 +178,12 @@
   line-height: 108rpx;
   text-align: center;
 }
+.empty{
+  margin-top: 80rpx;
+  width: 300rpx;
+}
+.emptyText{
+  font-size: 28rpx;
+  color: #8f939c;
+  margin-top: 20rpx;
+}

+ 10 - 1
storePages/myRights/index.vue

@@ -1,7 +1,16 @@
 <template>
 	<view class="page" :style="{'height':windowHeight}">
 
-		<scroll-view scroll-y :style="{'height':windowHeight}">
+		<view class="flex-col" v-if="equityList.length === 0">
+			<view class="flex-row justify-center">
+				<image class="empty" src="/static/imageIcon/empty.png" mode="widthFix"></image>
+			</view>
+			<view class="emptyText flex-row justify-center">
+				<text>暂无内容</text>
+			</view>
+		</view>
+
+		<scroll-view v-else scroll-y :style="{'height':windowHeight}">
 			<view  class="row-list flex-row justify-start" v-for="(item,index) in equityList" :key="index">
 				<view class="h-text flex-col justify-center ">
 					<view class="money">

+ 9 - 0
storePages/rights/index.rpx.scss

@@ -178,3 +178,12 @@
   line-height: 108rpx;
   text-align: center;
 }
+.empty{
+  margin-top: 80rpx;
+  width: 300rpx;
+}
+.emptyText{
+  font-size: 28rpx;
+  color: #8f939c;
+  margin-top: 20rpx;
+}

+ 10 - 1
storePages/rights/index.vue

@@ -1,7 +1,16 @@
 <template>
 	<view class="page" :style="{'height':windowHeight}">
 
-		<scroll-view scroll-y :style="{'height':windowHeight}">
+		<view class="flex-col" v-if="equityList.length === 0">
+			<view class="flex-row justify-center">
+				<image class="empty" src="/static/imageIcon/empty.png" mode="widthFix"></image>
+			</view>
+			<view class="emptyText flex-row justify-center">
+				<text>暂无内容</text>
+			</view>
+		</view>
+
+		<scroll-view v-else scroll-y :style="{'height':windowHeight}">
 			<view  class="row-list flex-row justify-start" v-for="(item,index) in equityList" :key="index">
 				<view class="h-text flex-col justify-center ">
 					<view class="money">

+ 9 - 0
storePages/useRights/index.rpx.scss

@@ -106,3 +106,12 @@
 .grayscale{
   filter: grayscale(100%);
 }
+.empty{
+  margin-top: 80rpx;
+  width: 300rpx;
+}
+.emptyText{
+  font-size: 28rpx;
+  color: #8f939c;
+  margin-top: 20rpx;
+}

+ 10 - 2
storePages/useRights/index.vue

@@ -1,6 +1,14 @@
 <template>
 	<view class="page" :style="{'height':windowHeight}">
-
+		<view class="flex-col" v-if="equityList.length === 0">
+			<view class="flex-row justify-center">
+				<image class="empty" src="/static/imageIcon/empty.png" mode="widthFix"></image>
+			</view>
+			<view class="emptyText flex-row justify-center">
+				<text>暂无内容</text>
+			</view>
+		</view>
+		<view v-else>
 		<view class="flex-row">
 			<view class="flex-col justify-center" @click="noUseChange">
 				<u-icon v-if="noUse" name="checkmark-circle-fill" color="#38db38" size="25" ></u-icon>
@@ -61,7 +69,7 @@
 				<text>确定</text>
 			</view>
 		</view>
-
+		</view>
 
 	</view>
 </template>