|
|
@@ -369,7 +369,7 @@
|
|
|
src="../../static/images/my/isVip.png" mode=""></image>
|
|
|
</view>
|
|
|
<view v-if="XCXIsSelect != '否'" class="info-box-header-r-bj flex align-center"
|
|
|
- @click="goNav('/my/renzheng/index')">
|
|
|
+ @click="goNav('/my/renzheng/editCompany')">
|
|
|
编辑企业信息
|
|
|
<image src="@/static/images/jobApplicant/edit-user.svg" mode="scaleToFill"
|
|
|
@click.stop="goNav('/my/renzheng/editCompany')" />
|
|
|
@@ -1436,7 +1436,7 @@
|
|
|
if (res.confirm) {
|
|
|
console.log("用户点击确定");
|
|
|
uni.navigateTo({
|
|
|
- url: "/my/renzheng/index",
|
|
|
+ url: "/pages/my/businessLicense",
|
|
|
});
|
|
|
} else if (res.cancel) {
|
|
|
console.log("用户点击取消");
|
|
|
@@ -1472,7 +1472,7 @@
|
|
|
if (res.confirm) {
|
|
|
console.log("用户点击确定");
|
|
|
uni.navigateTo({
|
|
|
- url: "/my/renzheng/index",
|
|
|
+ url: "/pages/my/businessLicense",
|
|
|
});
|
|
|
} else if (res.cancel) {
|
|
|
console.log("用户点击取消");
|
|
|
@@ -1489,7 +1489,7 @@
|
|
|
if (res.confirm) {
|
|
|
console.log("用户点击确定");
|
|
|
uni.navigateTo({
|
|
|
- url: "/my/renzheng/index",
|
|
|
+ url: "/pages/my/businessLicense",
|
|
|
});
|
|
|
} else if (res.cancel) {
|
|
|
console.log("用户点击取消");
|