v2.2.2
parent
c732d5ec8a
commit
a3543dafb7
|
|
@ -8,7 +8,8 @@
|
|||
|
||||
#### 使用教程
|
||||
|
||||
`程序打包操作需要有一定的编程技术基础、如需帮助请到git平台提issues寻求帮助`
|
||||
`程序打包操作需要有一定的编程技术基础、如需帮助请到git平台提issues寻求帮助`
|
||||
* 打包教程 https://doc.shopxo.net/article/1/293727233598554112.html
|
||||
|
||||
1. 先安装ShopXO免费开源系统 http://install.shopxo.net/
|
||||
2. 将该源码导入HBuilderX开发工具、顶部工具栏 `运行->运行到小程序模拟器->(根据支持平台自行选择、如 微信开发者工具)`
|
||||
|
|
|
|||
|
|
@ -61,18 +61,19 @@
|
|||
"desc" : "你的位置将用于小程序中相应业务位置服务使用"
|
||||
}
|
||||
},
|
||||
"plugins" : {}
|
||||
"plugins" : {
|
||||
// // 直播(需要开通权限 https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/liveplayer/live-player-plugin.html)
|
||||
// "live-player-plugin": {
|
||||
// "version": "1.3.0",
|
||||
// "provider": "wx2b03c6e691cd7370"
|
||||
// },
|
||||
// // 好物推荐(需要开通权限 https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx56c8f077de74b07c&token=1011820682&lang=zh_CN)
|
||||
// "goodsSharePlugin": {
|
||||
// "version": "4.0.1",
|
||||
// "provider": "wx56c8f077de74b07c"
|
||||
// }
|
||||
}
|
||||
},
|
||||
// 直播(需要开通权限 https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/liveplayer/live-player-plugin.html)
|
||||
// "live-player-plugin": {
|
||||
// "version": "1.3.0",
|
||||
// "provider": "wx2b03c6e691cd7370"
|
||||
// },
|
||||
// 好物推荐(需要开通权限 https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx56c8f077de74b07c&token=1011820682&lang=zh_CN)
|
||||
// "goodsSharePlugin": {
|
||||
// "version": "4.0.1",
|
||||
// "provider": "wx56c8f077de74b07c"
|
||||
// }
|
||||
"mp-alipay" : {
|
||||
"usingComponents" : true,
|
||||
"appid" : "2021001173639600"
|
||||
|
|
|
|||
|
|
@ -88,11 +88,11 @@
|
|||
{
|
||||
"path": "pages/goods-detail/goods-detail",
|
||||
"style": {
|
||||
// #ifdef MP-WEIXIN
|
||||
// // #ifdef MP-WEIXIN
|
||||
// "usingComponents": {
|
||||
// "share-button": "plugin://goodsSharePlugin/share-button"
|
||||
// },
|
||||
// #endif
|
||||
// // #endif
|
||||
// #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-TOUTIAO
|
||||
"navigationStyle": "custom",
|
||||
// #endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue