This commit is contained in:
魏啾
2024-05-11 18:26:49 +08:00
parent 9d6e4bb57c
commit 7c568a8383
9 changed files with 999 additions and 21 deletions

View File

@@ -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');
},