jufubao-mall 2.0.70 → 2.0.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,11 +8,11 @@
8
8
  */
9
9
  const getPackagePath = (threePackagePath, packname = 'gxd-commands-bussiness')=>{
10
10
  if(packname === 'gxd-commands-bussiness') {
11
- return `/Users/shiyonggao/home/root/Base-Jufubao/xd-commands-bussiness/${threePackagePath}`;
11
+ return `/Users/shiyonggao/Desktop/code/BASE/UNIAPP/xd-commands-bussiness/${threePackagePath}`;
12
12
  }
13
13
 
14
14
  if (packname === 'gxd-uni-library-editx') {
15
- return `/Users/shiyonggao/home/root/Base-Jufubao/xd-uni-library-editx/${threePackagePath}`;
15
+ return `/Users/shiyonggao/Desktop/code/BASE/UNIAPP/xd-uni-library-editx/${threePackagePath}`;
16
16
  }
17
17
 
18
18
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-mall",
3
- "version": "2.0.70",
3
+ "version": "2.0.71",
4
4
  "private": false,
5
5
  "description": "聚福宝商城业务组件插件包",
6
6
  "main": "index.js",
@@ -90,7 +90,6 @@
90
90
  "mini-css-extract-plugin": "^1.1.1",
91
91
  "mini-types": "*",
92
92
  "miniprogram-api-typings": "*",
93
- "node-sass": "^4.0.0",
94
93
  "postcss-comment": "^2.0.0",
95
94
  "require-context": "^1.1.0",
96
95
  "sass": "^1.29.0",
@@ -130,13 +130,13 @@
130
130
  <view class="label">已选</view>
131
131
  <view v-if="curSku" class="value"><text>{{curSku.jdName}}*{{curSku.number}}件</text></view>
132
132
  <view class="value" v-else>请选择规格</view>
133
- <xd-font-icon color="#999999" class="_ext" size="36" icon="iconsangedian-x"></xd-font-icon>
133
+ <xd-font-icon color="#999999" class="_ext" size="28" icon="iconxiangyou_xian"></xd-font-icon>
134
134
  </view>
135
135
  <view v-else-if="skus.length" class="specs_item" @click="toChooseSkus">
136
136
  <view class="label">已选</view>
137
137
  <view v-if='curSku' class="value">{{choseSkuName}}*{{curSku && curSku.number}}件</view>
138
138
  <view class="value" v-else>请选择规格</view>
139
- <xd-font-icon color="#999999" class="_ext" size="36" icon="iconsangedian-x"></xd-font-icon>
139
+ <xd-font-icon color="#999999" class="_ext" size="28" icon="iconxiangyou_xian"></xd-font-icon>
140
140
  </view>
141
141
 
142
142
  <view v-if="base_info.product_type=='good'" style="align-items:baseline" class="address_item">
@@ -145,7 +145,7 @@
145
145
  <view class="content-item" @click="toChooseAddress">
146
146
  <view class="content-item-address" v-if="curAddr" >{{curAddr.province_name}}{{curAddr.city_name}}{{curAddr.area_name}}{{curAddr.address_detail}}</view>
147
147
  <view v-else >选择配送地址</view>
148
- <xd-font-icon class="_ext" size="36" icon="iconsangedian-x" color="#999999"></xd-font-icon>
148
+ <xd-font-icon class="_ext" size="28" icon="iconxiangyou_xian" color="#999999"></xd-font-icon>
149
149
  </view>
150
150
  <view v-if="base_info.notice_text" class="content-item">
151
151
  <xd-content-xss class="address_notice_content" :html="base_info.notice_text"></xd-content-xss>