Przeglądaj źródła

该盲票已兑换更改为该盲票已被他人买走了

DELL 3 lat temu
rodzic
commit
0f728614a3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pages/lucky/index.vue

+ 1 - 1
pages/lucky/index.vue

@@ -47,7 +47,7 @@
 		<u-popup :show="showNull" :round="10" mode="center" :safeAreaInsetBottom="false" overlayOpacity="0.8"
 			@touchmove.prevent.stop>
 			<view class="null-prize">
-				<view class="title">该盲票已兑奖</view>
+				<view class="title">该盲票已被他人买走了</view>
 				<!-- <navigator open-type="exit" target="miniProgram" hover-class="none" class="btn">确认</navigator> -->
 				<view class="btn" @click="toUser">确认</view>
 			</view>