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