소스 검색

feat: 猫王音响-UUID绑定处理

Damon 9 달 전
부모
커밋
687415ce29
2개의 변경된 파일4개의 추가작업 그리고 5개의 파일을 삭제
  1. 4 4
      src/pages.json
  2. 0 1
      src/pages/pay/index.vue

+ 4 - 4
src/pages.json

@@ -232,10 +232,10 @@
     },
 
     {
-      // uuid绑定
+      // 猫王音响-绑定UUID
       "path": "pages/public/uuid",
       "style": {
-        "navigationBarTitleText": "uuid绑定",
+        "navigationBarTitleText": "猫王音响-绑定UUID",
         "navigationStyle": "custom"
       }
     },
@@ -249,10 +249,10 @@
     },
 
     {
-      // uuid绑定 腾讯使用
+      // 猫王音响-绑定UUID 腾讯使用
       "path": "pages/public/uuidt",
       "style": {
-        "navigationBarTitleText": "uuid绑定",
+        "navigationBarTitleText": "猫王音响-绑定UUID",
         "navigationStyle": "custom"
       }
     }

+ 0 - 1
src/pages/pay/index.vue

@@ -233,7 +233,6 @@ export default {
       newAcitivityDetail({
         state: this.state,
       }).then((res) => {
-        console.log("asdfqwerqrqr====" + JSON.stringify(res));
         if (res.code === 0) {
           this.isReceive = res.data.isReceive;
           this.id = res.data.id;