mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
952a604f0e
commit
154ef170c6
@ -59,6 +59,9 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view v-else class="flex flex-direction padding">
|
||||
<button class="cu-btn bg-blue margin-tb-sm lg" @click="_toSettings()">设置发票抬头</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@ -185,6 +188,11 @@
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
_toSettings:function(){
|
||||
uni.navigateTo({
|
||||
url:'/pages/invoice/invoice'
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user