This commit is contained in:
Mrx
2026-05-25 10:54:05 +08:00
parent b428984f71
commit f6ee606180
38 changed files with 2676 additions and 1316 deletions

View File

@@ -19,7 +19,7 @@ definePage({
/** 商务合作弹窗中的二维码图:将图片放到 `src/static/` 后改为 `/static/xxx.png` 或填网络地址 */
const BUSINESS_COOP_QR_SRC = ''
const SHARE_TITLE = '全能查 — 买车先查车况,更安心'
const SHARE_TITLE = '天远查车 — 买车先查车况,更安心'
const SHARE_PATH = '/pages/index'
const WX_NICK_KEY = 'wx_display_name'
@@ -263,7 +263,7 @@ async function submitBindMobile() {
}
function goHistoryReport() {
uni.switchTab({ url: '/pages/report' })
uni.navigateTo({ url: '/pages/report' })
}
function goFreeValuation() {
@@ -304,11 +304,11 @@ function goOilPrice() {
}
function goHelp() {
uni.showToast({ title: '敬请期待', icon: 'none' })
uni.navigateTo({ url: '/pages/help/index' })
}
function goAbout() {
uni.showToast({ title: '敬请期待', icon: 'none' })
uni.navigateTo({ url: '/pages/about/index' })
}
function goSettings() {