diff --git a/.gitignore b/.gitignore index 9cbade6..18515c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ .hbuilderx/ .history/ node_moudel/ -package-lock.json \ No newline at end of file +package-lock.json +unpackage/dist/build/.automator/ +unpackage/dist/dev/ +unpackage/dist/cache/ diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json deleted file mode 100644 index ee5be77..0000000 --- a/.hbuilderx/launch.json +++ /dev/null @@ -1,20 +0,0 @@ -{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ - // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 - "version": "0.0", - "configurations": [{ - "app-plus" : - { - "launchtype" : "local" - }, - "default" : - { - "launchtype" : "local" - }, - "mp-weixin" : - { - "launchtype" : "local" - }, - "type" : "uniCloud" - } - ] -} diff --git a/components/BsChoiceGoods.vue b/components/BsChoiceGoods.vue index 975f77f..e65477b 100644 --- a/components/BsChoiceGoods.vue +++ b/components/BsChoiceGoods.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-20 16:45:27 * @LastEditors: ch - * @LastEditTime: 2022-04-29 21:39:26 + * @LastEditTime: 2022-05-05 10:45:33 * @Description: file content -->