打印样式

This commit is contained in:
2025-06-30 18:34:29 +08:00
parent 57c46adc3d
commit 676970a6fe
6 changed files with 48 additions and 38 deletions

View File

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