Bläddra i källkod

refactor(cjx): 更新品牌名称并优化提示逻辑

-将"超级炫"品牌名称统一修改为"超吉炫"
- 在 authCode.vue 中添加失败提示逻辑
- 移除 my.vue 中的业务管理入口
mws 4 månader sedan
förälder
incheckning
d5e017046e

+ 13 - 3
pages/cjx/index/authCode.vue

@@ -2,7 +2,7 @@
 	<view class="intro-page common">
 		<view class="top-class"></view>
 		<view class="title">
-			超
+			超
 		</view>
 		<view class="head">
 			<u-row class="row-class">
@@ -109,12 +109,22 @@
 								uni.redirectTo({
 									url: url
 								})
-							}
+							}else {
+                let params = {
+                  type: "error",
+                  title: "失败",
+                  message: res.msg,
+                  iconUrl: "https://uviewui.com/demo/toast/error.png",
+                }
+                this.$refs.uToast.show({
+                  ...params
+                });
+              }
 						})
 					} else {
 						let params = {
 							type: "error",
-							title: "成功主题(带图标)",
+							title: "失败",
 							message: res.msg,
 							iconUrl: "https://uviewui.com/demo/toast/error.png",
 						}

+ 1 - 1
pages/cjx/index/claim.vue

@@ -2,7 +2,7 @@
 	<view class="intro-page common">
 		<view class="top-class"></view>
 		<view class="title">
-			超
+			超
 		</view>
 		<view class="head">
 			<u-row class="row-class">

+ 1 - 1
pages/cjx/index/index.vue

@@ -3,7 +3,7 @@
 		<view class="body">
 			<view class="top-class"></view>
 			<view class="title">
-				超
+				超
 			</view>
 			<view class="head">
 				<u-row class="row-class">

+ 2 - 2
pages/cjx/my/my.vue

@@ -42,12 +42,12 @@
 							扫码记录
 						</view>
 					</u-col>
-					<u-col span="4" textAlign="center" @click="jumpScanAddress">
+<!-- 					<u-col span="4" textAlign="center" @click="jumpScanAddress">
 						<image class="tubiao" src="/static/images/tabbar/address.png" mode="aspectFit" />
 						<view class="">
 							业务管理
 						</view>
-					</u-col>
+					</u-col> -->
 					<u-col span="4">
 				
 					</u-col>

+ 1 - 1
pages/cjx/traceability/traceability.vue

@@ -48,7 +48,7 @@
 						<view class="item-left item-text">商标名称</view>
 					</u-col>
 					<u-col span="8">
-						<view class="item-text">超炫</view>
+						<view class="item-text">超炫</view>
 					</u-col>
 				</u-row>
 				<u-row class="row-class" customStyle="margin-bottom: 5px">

BIN
static/images/tabbar/cjx/my.png