Sfoglia il codice sorgente

fix:储值卡展示内容修改

xuyunhui 1 anno fa
parent
commit
e02eab1c12

+ 1 - 1
manifest.json

@@ -1,6 +1,6 @@
 {
     "name" : "shoppingTemplate",
-    "appid" : "__UNI__EEB3904",
+    "appid" : "__UNI__1F23544",
     "description" : "",
     "versionName" : "1.0.0",
     "versionCode" : "100",

+ 0 - 6
myPages/myActivityDetail/myActivityDetail.vue

@@ -144,12 +144,6 @@
               <view class="h-value">
                 <text>{{ i.name }}</text>
               </view>
-              <view class="ticketMsg">
-                开始时间:{{ i.startTime.split(" ")[0] || '' }}
-              </view>
-              <view class="ticketMsg">
-                结束时间:{{ i.endTime.split(" ")[0] || '' }}
-              </view>
             </view>
           </view>
         </view>

+ 0 - 6
orderPages/activityDetail/activityDetail.vue

@@ -147,12 +147,6 @@
               <view class="h-value">
                 <text>{{ i.name }}</text>
               </view>
-              <view class="ticketMsg">
-                开始时间:{{ i.startTime.split(" ")[0] || '' }}
-              </view>
-              <view class="ticketMsg">
-                结束时间:{{ i.endTime.split(" ")[0] || '' }}
-              </view>
             </view>
           </view>
         </view>