@@ -137,7 +137,7 @@ export default {
let that = this
if(this.hasMobileNet == false){
- that.$msg('登录时,请关闭wifi,打开移动流量')
+ that.$msg('请关闭wifi,打开移动流量,再登录')
return
}
@@ -104,7 +104,9 @@
<!-- #endif -->
</view>
+ <!-- #ifdef APP-PLUS -->
<view class="bottom-version">Version {{version}}</view>
+ <!-- #endif -->
</template>
<ShopSelect ref="shopSelectComponent" class="bar" :isShowTit="false" top="0upx" @selectShopFn="selectShopFn" />
@@ -138,7 +138,7 @@ export default {