1 Star 0 Fork 1K

harmical / yudao-mall-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 775 Bytes
一键复制 编辑 原始数据 按行查看 历史
落日晚风 提交于 2024-01-03 14:40 . /pages/commission/team
<script setup>
import { onLaunch, onShow, onError } from '@dcloudio/uni-app';
import { ShoproInit } from './sheep';
onLaunch(() => {
// 隐藏原生导航栏 使用自定义底部导航
uni.hideTabBar();
// 加载Shopro底层依赖
ShoproInit();
});
onError((err) => {
console.log('AppOnError:', err);
});
onShow((options) => {
// #ifdef APP-PLUS
// 获取urlSchemes参数
const args = plus.runtime.arguments;
if (args) {
}
// 获取剪贴板
uni.getClipboardData({
success: (res) => { },
});
// #endif
// #ifdef MP-WEIXIN
// 确认收货回调结果
console.log(options,'options');
// #endif
});
</script>
<style lang="scss">
@import '@/sheep/scss/index.scss';
</style>
TypeScript
1
https://gitee.com/harmical/yudao-mall-uniapp.git
git@gitee.com:harmical/yudao-mall-uniapp.git
harmical
yudao-mall-uniapp
yudao-mall-uniapp
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891