Parcourir la source

feat:活动时间改为购买时间

zhanghui il y a 3 mois
Parent
commit
a098fc4cbb

+ 1 - 1
myPages/myActivity/module/mescrollUni-item.vue

@@ -26,7 +26,7 @@
             <text class="price">{{ item.payAmount }}元</text>
           </view>
           <view class="flex-row justify-start item">
-            <text>活动时间:</text>
+            <text>购买时间:</text>
             <text v-if="item.valid == 2">{{ item.validBeginTime.slice(0, 10) }} 至 {{ item.validEndTime.slice(0, 10) }}
             </text>
             <text v-else>长期有效</text>

+ 1 - 1
myPages/myActivityDetail/myActivityDetail.vue

@@ -25,7 +25,7 @@
 
           <view class="flex-row justify-start">
             <view class="activityKey ">
-              <text>活动时间:</text>
+              <text>购买时间:</text>
             </view>
             <view>
               <text v-if="activity.valid == 2">{{ activity.validBeginTime.substring(0, 10) }} 至 {{ activity.validEndTime.substring(0, 10) }}

+ 1 - 1
orderPages/activityDetail/activityDetail.vue

@@ -17,7 +17,7 @@
           </view>
           <view class="flex-row">
             <view class="activityKey ">
-              <text>活动时间:</text>
+              <text>购买时间:</text>
             </view>
             <view>
               <text v-if="activity.valid == 2">{{ activity.validBeginTime.substring(0, 10) }} 至

+ 1 - 1
orderPages/activityList/module/mescrollUni-item.vue

@@ -21,7 +21,7 @@
           <text class="price">{{item.salePrice}}元</text>
         </view>
         <view class="flex-row justify-start item">
-          <text>活动时间:</text>
+          <text>购买时间:</text>
           <text  v-if="item.valid == 2">{{item.validBeginTime.slice(0,10)}} 至 {{item.validEndTime.slice(0,10)}}</text>
           <text v-else>长期有效</text>
         </view>