更新
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
<image src="@/static/item6.png" mode="aspectFill"></image>
|
||||
<text>绑定通知</text>
|
||||
</view>
|
||||
<view class="content flex-colum" @click="drawer" v-if="improveinformation">
|
||||
<image src="@/static/item5.png" mode="aspectFill"></image>
|
||||
<text>新增开票员</text>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
@@ -75,6 +79,9 @@
|
||||
},
|
||||
onShow() {},
|
||||
methods: {
|
||||
drawer(){
|
||||
uni.pro.navigateTo('index/drawer');
|
||||
},
|
||||
merchant() {
|
||||
uni.pro.navigateTo('index/merchant');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user