| | |
| | | </view> |
| | | <u-icon name="arrow-right"></u-icon> |
| | | </view>
|
| | | <view class="item" @click="jianyi()">
|
| | | <view class="set-flex">
|
| | | <image src="/static/policy/jianyi-record.png" mode="widthFix" style="border-radius: 50%;"></image>
|
| | | <text class="change">建议记录</text>
|
| | | </view>
|
| | | <u-icon name="arrow-right"></u-icon>
|
| | | </view>
|
| | | <view class="item" @click="switchPhone()" v-if="isShowChange">
|
| | | <view class="set-flex">
|
| | | <image src="/static/qiye/qiehuan.png" mode="widthFix"></image>
|
| | |
| | | <text class="change">修改手机号</text> |
| | | </view> |
| | | <u-icon name="arrow-right"></u-icon> |
| | | </view>
|
| | | <view class="item" @click="goProposal()">
|
| | | <view class="set-flex">
|
| | | <image src="/static/policy/personal.png" mode="widthFix"></image>
|
| | | <text class="change">投诉</text>
|
| | | </view>
|
| | | <u-icon name="arrow-right"></u-icon>
|
| | | </view>
|
| | | <view class="item" @click="goProposal1()">
|
| | | <view class="set-flex">
|
| | | <image src="/static/policy/jianyi.png" mode="widthFix"></image>
|
| | | <text class="change">建议</text>
|
| | | </view>
|
| | | <u-icon name="arrow-right"></u-icon>
|
| | | </view> |
| | | </view> |
| | | <!-- <view class="show-phone-number"> |
| | |
| | | url: '/qiye/complaint/complaint' |
| | | }) |
| | | },
|
| | | jianyi(){
|
| | | uni.navigateTo({
|
| | | url: '/qiye/proprsalRecord/proprsalRecord'
|
| | | })
|
| | | },
|
| | | switchPhone(){
|
| | | uni.navigateTo({
|
| | | url: "/qiye/switchPhone/switchPhone"
|
| | |
| | | } |
| | | } |
| | | }) |
| | | },
|
| | | goProposal() {
|
| | | uni.navigateTo({
|
| | | url: `/qiye/proposal/proposal`
|
| | | })
|
| | | },
|
| | | goProposal1() {
|
| | | uni.navigateTo({
|
| | | url: `/qiye/proposal1/proposal1`
|
| | | })
|
| | | }
|
| | | }
|
| | | }
|