打印
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<button type="primary" @tap="toTest">打印测试</button>
|
||||
</view>
|
||||
</view>
|
||||
<view class="sec_menu_wraper" :class="show ? 'popshow' : 'pophide'">
|
||||
@@ -84,11 +83,6 @@
|
||||
uni.redirectTo({
|
||||
url: '/pages/login/login'
|
||||
})
|
||||
},
|
||||
toTest () {
|
||||
uni.redirectTo({
|
||||
url: '/pages/test'
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user