@@ -102,6 +102,9 @@ export default {
uni.stopPullDownRefresh();
},
methods: {
+ init(){
+
+ },
goToPage(info){
if(info.url == '/admin/staff/salary' || info.url == '/admin/shop/rent'){
this.$msg('开发中')
@@ -146,6 +146,9 @@ export default {
printOrder(item){
let that = this
uni.showLoading({title: '打印中...'});