提交跳转

This commit is contained in:
duan 2024-12-23 19:27:48 +08:00
parent bb0074cc0f
commit 3b9b20c076
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<view class="">
<view class="flex justify-between padding bg-white solid-bottom" @click="goNav('/me/setting/bind')">
<view class="flex justify-between padding bg-white solid-bottom" @click="goNav('/me/setting/FdwbsxoKnh')">
<view>修改手机号</view>
<view><u-icon name="arrow-right"></u-icon></view>
</view>

View File

@ -530,7 +530,7 @@
goMsg() {
let kefu = uni.getStorageSync('kefu'); // 1 2
let kefuPhone = uni.getStorageSync('kefuPhone');
if (kefu === 1) {
if (kefu == 1) {
uni.navigateTo({
url: '/me/setting/kefu'
})