Przeglądaj źródła

fix(refueling-webview): 清空导航栏标题并更新支付页面链接

- 将 refueling-webview 页面导航栏标题从“支付”修改为空字符串
- 同步更新 pages.json 中对应页面的导航栏标题为空
- 修正 manifest.json 的多余闭合括号格式问题
- 替换 webView 中的支付链接为新的 URL 地址
zhangtao 5 dni temu
rodzic
commit
571ec41df7
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 1 1
      src/pages.json
  2. 2 2
      src/subPack-refueling/webView/index.vue

+ 1 - 1
src/pages.json

@@ -602,7 +602,7 @@
           "name": "refueling-webview",
           "islogin": false,
           "style": {
-            "navigationBarTitleText": "支付"
+            "navigationBarTitleText": ""
           }
         }
       ]

+ 2 - 2
src/subPack-refueling/webView/index.vue

@@ -3,10 +3,10 @@ definePage({
   name: 'refueling-webview',
   islogin: false,
   style: {
-    navigationBarTitleText: '支付',
+    navigationBarTitleText: '',
   },
 })
-const url = ref('https://static.am.xiaojukeji.com/cf-terminal/oil/thanos-fe-oil/pages/open-energy-h5-pay/index.html?orderId=3521815090950710849&tradeId=20260130e21328dee081108086896a3c4e630e9926408709&redirectUrl=')
+const url = ref('https://smqjh.ddjy.zswlgz.com')
 </script>
 
 <template>