Browse Source

封版升级

caojunjie 4 năm trước cách đây
mục cha
commit
7be380f439
2 tập tin đã thay đổi với 15 bổ sung3 xóa
  1. 1 1
      manifest.json
  2. 14 2
      pages/me/Write-off-management/index.vue

+ 1 - 1
manifest.json

@@ -2,7 +2,7 @@
     "name" : "耀灵掌上通",
     "appid" : "__UNI__0C3473D",
     "description" : "耀灵掌上通是提供给门店使用的移动端管理APP。",
-    "versionName" : "0.1.1",
+    "versionName" : "1.0.0",
     "versionCode" : 1,
     "transformPx" : false,
     "app-plus" : {

+ 14 - 2
pages/me/Write-off-management/index.vue

@@ -42,8 +42,20 @@
 						<view class="">
 							当前状态
 						</view>
-						<view class="">
-							{{b2bStatus}}
+						<view v-if="res.status == 0">
+							待审核
+						</view>
+						<view v-else-if="res.status == 1">
+							审核未通过
+						</view>
+						<view v-else-if="res.status == 2">
+							审核通过
+						</view>
+						<view v-else-if="res.status == 3">
+							已过期
+						</view>
+						<view v-else-if="res.status == 4">
+							已审核
 						</view>
 					</view>
 				</view>