s-material-react 0.1.20 → 0.1.21

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.
Files changed (174) hide show
  1. package/dist/common/addressItem/index.d.ts +1 -1
  2. package/dist/common/card/index.d.ts +8 -8
  3. package/dist/common/coupon/index.d.ts +2 -2
  4. package/dist/common/evaluateItem/index.d.ts +2 -2
  5. package/dist/common/evaluateList/index.d.ts +5 -5
  6. package/dist/common/icon/index.d.ts +7 -7
  7. package/dist/common/mock/index.d.ts +300 -300
  8. package/dist/common/stepNum/index.d.ts +5 -5
  9. package/dist/components/AddressDetail/components/index.d.ts +1 -1
  10. package/dist/components/AddressDetail/components/skull.d.ts +2 -2
  11. package/dist/components/AddressDetail/config.d.ts +51 -51
  12. package/dist/components/AddressDetail/index.d.ts +2 -2
  13. package/dist/components/AddressList/components/index.d.ts +1 -1
  14. package/dist/components/AddressList/components/skull.d.ts +2 -2
  15. package/dist/components/AddressList/index.d.ts +2 -2
  16. package/dist/components/Cart/components/cartItem.d.ts +3 -3
  17. package/dist/components/Cart/components/index.d.ts +1 -1
  18. package/dist/components/Cart/index.d.ts +2 -2
  19. package/dist/components/ClassifyNav/index.d.ts +15 -15
  20. package/dist/components/CouponList/components/index.d.ts +4 -4
  21. package/dist/components/CouponList/components/overdue.d.ts +5 -5
  22. package/dist/components/CouponList/components/skull.d.ts +2 -2
  23. package/dist/components/CouponList/components/unUsed.d.ts +5 -5
  24. package/dist/components/CouponList/components/used.d.ts +5 -5
  25. package/dist/components/CouponList/index.d.ts +2 -2
  26. package/dist/components/Cube/index.d.ts +17 -17
  27. package/dist/components/EvaluateList/index.d.ts +2 -2
  28. package/dist/components/Goods/index.d.ts +24 -24
  29. package/dist/components/GoodsClassify/components/classifyFloor.d.ts +1 -1
  30. package/dist/components/GoodsClassify/components/classifySkeleton.d.ts +1 -1
  31. package/dist/components/GoodsClassify/components/index.d.ts +2 -2
  32. package/dist/components/GoodsClassify/index.d.ts +2 -2
  33. package/dist/components/GoodsDetail/components/evaluateEntry.d.ts +2 -2
  34. package/dist/components/GoodsDetail/components/goodsDetailCollection.d.ts +1 -1
  35. package/dist/components/GoodsDetail/components/goodsDetailCoupon.d.ts +1 -1
  36. package/dist/components/GoodsDetail/components/goodsDetailEvaluate.d.ts +1 -1
  37. package/dist/components/GoodsDetail/components/goodsDetailHandleBar.d.ts +1 -1
  38. package/dist/components/GoodsDetail/components/goodsDetailInfo.d.ts +1 -1
  39. package/dist/components/GoodsDetail/components/goodsDetailPopup.d.ts +1 -1
  40. package/dist/components/GoodsDetail/components/goodsDetailPromotion.d.ts +1 -1
  41. package/dist/components/GoodsDetail/components/goodsDetailSize.d.ts +1 -1
  42. package/dist/components/GoodsDetail/components/index.d.ts +9 -9
  43. package/dist/components/GoodsDetail/index.d.ts +6 -6
  44. package/dist/components/GoodsDetailPromotion/index.d.ts +2 -2
  45. package/dist/components/GoodsDetailTopInfo/index.d.ts +2 -2
  46. package/dist/components/GoodsGroup/index.d.ts +25 -25
  47. package/dist/components/GoodsList/components/filter.d.ts +5 -5
  48. package/dist/components/GoodsList/components/index.d.ts +1 -1
  49. package/dist/components/GoodsList/index.d.ts +6 -6
  50. package/dist/components/Line/index.d.ts +11 -11
  51. package/dist/components/Mine/components/index.d.ts +2 -2
  52. package/dist/components/Mine/components/menuList.d.ts +1 -1
  53. package/dist/components/Mine/components/orderEntry.d.ts +1 -1
  54. package/dist/components/Mine/index.d.ts +7 -7
  55. package/dist/components/Notice/index.d.ts +12 -12
  56. package/dist/components/OrderDetail/index.d.ts +2 -2
  57. package/dist/components/OrderList/components/index.d.ts +3 -3
  58. package/dist/components/OrderList/components/mock.d.ts +1647 -1647
  59. package/dist/components/OrderList/components/orderItem.d.ts +15 -15
  60. package/dist/components/OrderList/components/orderListItem.d.ts +7 -7
  61. package/dist/components/OrderList/index.d.ts +2 -2
  62. package/dist/components/PaymentMode/config.d.ts +6 -6
  63. package/dist/components/PaymentMode/hooks/useOrderResult.d.ts +10 -11
  64. package/dist/components/PaymentMode/index.d.ts +4 -4
  65. package/dist/components/PlaceOrder/components/address.d.ts +12 -12
  66. package/dist/components/PlaceOrder/components/index.d.ts +3 -3
  67. package/dist/components/PlaceOrder/components/orderPrice.d.ts +12 -12
  68. package/dist/components/PlaceOrder/components/shop.d.ts +3 -3
  69. package/dist/components/PlaceOrder/index.d.ts +7 -7
  70. package/dist/components/PlaceOrderResult/index.d.ts +4 -4
  71. package/dist/components/Search/index.d.ts +14 -14
  72. package/dist/components/SearchPage/index.d.ts +8 -8
  73. package/dist/components/Service/index.d.ts +12 -12
  74. package/dist/components/Slider/index.d.ts +24 -24
  75. package/dist/components/Slider/item.d.ts +6 -6
  76. package/dist/components/Title/index.d.ts +17 -17
  77. package/dist/components/Video/index.d.ts +13 -13
  78. package/dist/components/index.d.ts +29 -29
  79. package/dist/index.d.ts +1 -1
  80. package/dist/index.js +1 -1
  81. package/dist/routerMap/index.d.ts +16 -16
  82. package/dist/static/icon/index.d.ts +7 -7
  83. package/dist/static/index.d.ts +1 -1
  84. package/dist/utils/checkImgUrl.d.ts +1 -1
  85. package/dist/utils/index.d.ts +1 -1
  86. package/dist/utils/payment.d.ts +14 -14
  87. package/dist/utils/serviceActionSheet.d.ts +1 -1
  88. package/package.json +2 -2
  89. package/dist/common/addressItem/index.js +0 -10
  90. package/dist/common/card/index.js +0 -6
  91. package/dist/common/coupon/index.js +0 -8
  92. package/dist/common/evaluateItem/index.js +0 -13
  93. package/dist/common/evaluateList/index.js +0 -12
  94. package/dist/common/icon/index.js +0 -13
  95. package/dist/common/mock/index.js +0 -658
  96. package/dist/common/stepNum/index.js +0 -9
  97. package/dist/components/AddressDetail/components/index.js +0 -1
  98. package/dist/components/AddressDetail/components/skull.js +0 -9
  99. package/dist/components/AddressDetail/config.js +0 -66
  100. package/dist/components/AddressDetail/index.js +0 -30
  101. package/dist/components/AddressList/components/index.js +0 -1
  102. package/dist/components/AddressList/components/skull.js +0 -9
  103. package/dist/components/AddressList/index.js +0 -17
  104. package/dist/components/Cart/components/cartItem.js +0 -34
  105. package/dist/components/Cart/components/index.js +0 -1
  106. package/dist/components/Cart/index.js +0 -25
  107. package/dist/components/ClassifyNav/index.js +0 -13
  108. package/dist/components/CouponList/components/index.js +0 -4
  109. package/dist/components/CouponList/components/overdue.js +0 -6
  110. package/dist/components/CouponList/components/skull.js +0 -9
  111. package/dist/components/CouponList/components/unUsed.js +0 -6
  112. package/dist/components/CouponList/components/used.js +0 -6
  113. package/dist/components/CouponList/index.js +0 -23
  114. package/dist/components/Cube/index.js +0 -29
  115. package/dist/components/EvaluateList/index.js +0 -40
  116. package/dist/components/Goods/index.js +0 -70
  117. package/dist/components/GoodsClassify/components/classifyFloor.js +0 -12
  118. package/dist/components/GoodsClassify/components/classifySkeleton.js +0 -12
  119. package/dist/components/GoodsClassify/components/index.js +0 -2
  120. package/dist/components/GoodsClassify/index.js +0 -45
  121. package/dist/components/GoodsDetail/components/evaluateEntry.js +0 -43
  122. package/dist/components/GoodsDetail/components/goodsDetailCollection.js +0 -64
  123. package/dist/components/GoodsDetail/components/goodsDetailCoupon.js +0 -46
  124. package/dist/components/GoodsDetail/components/goodsDetailEvaluate.js +0 -6
  125. package/dist/components/GoodsDetail/components/goodsDetailHandleBar.js +0 -27
  126. package/dist/components/GoodsDetail/components/goodsDetailInfo.js +0 -14
  127. package/dist/components/GoodsDetail/components/goodsDetailPopup.js +0 -11
  128. package/dist/components/GoodsDetail/components/goodsDetailPromotion.js +0 -9
  129. package/dist/components/GoodsDetail/components/goodsDetailSize.js +0 -18
  130. package/dist/components/GoodsDetail/components/index.js +0 -9
  131. package/dist/components/GoodsDetail/index.js +0 -29
  132. package/dist/components/GoodsDetailPromotion/index.js +0 -8
  133. package/dist/components/GoodsDetailTopInfo/index.js +0 -9
  134. package/dist/components/GoodsGroup/index.js +0 -28
  135. package/dist/components/GoodsList/components/filter.js +0 -43
  136. package/dist/components/GoodsList/components/index.js +0 -1
  137. package/dist/components/GoodsList/index.js +0 -17
  138. package/dist/components/Line/index.js +0 -18
  139. package/dist/components/Mine/components/index.js +0 -2
  140. package/dist/components/Mine/components/menuList.js +0 -22
  141. package/dist/components/Mine/components/orderEntry.js +0 -48
  142. package/dist/components/Mine/index.js +0 -15
  143. package/dist/components/Notice/index.js +0 -15
  144. package/dist/components/OrderDetail/index.js +0 -16
  145. package/dist/components/OrderList/components/index.js +0 -3
  146. package/dist/components/OrderList/components/mock.js +0 -4417
  147. package/dist/components/OrderList/components/orderItem.js +0 -7
  148. package/dist/components/OrderList/components/orderListItem.js +0 -38
  149. package/dist/components/OrderList/index.js +0 -17
  150. package/dist/components/PaymentMode/config.js +0 -14
  151. package/dist/components/PaymentMode/hooks/useOrderResult.js +0 -99
  152. package/dist/components/PaymentMode/index.js +0 -18
  153. package/dist/components/PlaceOrder/components/address.js +0 -33
  154. package/dist/components/PlaceOrder/components/index.js +0 -3
  155. package/dist/components/PlaceOrder/components/orderPrice.js +0 -7
  156. package/dist/components/PlaceOrder/components/shop.js +0 -8
  157. package/dist/components/PlaceOrder/index.js +0 -16
  158. package/dist/components/PlaceOrderResult/index.js +0 -18
  159. package/dist/components/Search/index.js +0 -35
  160. package/dist/components/SearchPage/index.js +0 -60
  161. package/dist/components/Service/index.js +0 -8
  162. package/dist/components/Slider/index.js +0 -17
  163. package/dist/components/Slider/item.js +0 -14
  164. package/dist/components/Title/index.js +0 -18
  165. package/dist/components/Video/index.js +0 -13
  166. package/dist/components/index.js +0 -29
  167. package/dist/options/index.js +0 -36
  168. package/dist/routerMap/index.js +0 -16
  169. package/dist/static/icon/index.js +0 -14
  170. package/dist/static/index.js +0 -1
  171. package/dist/utils/checkImgUrl.js +0 -9
  172. package/dist/utils/index.js +0 -1
  173. package/dist/utils/payment.js +0 -56
  174. package/dist/utils/serviceActionSheet.js +0 -31
@@ -1,658 +0,0 @@
1
- // 评价列表
2
- export const evaluateListFake = [
3
- {
4
- avatar: 'http://www.qianjiangcloud.com/images/centerimga/pic%EF%BC%8Flogo+@2x.png',
5
- userName: '张三李四王五',
6
- rate: 4.5,
7
- size: '一大通',
8
- evaluate: '实物与描述的一样,质量相当好,卖家态度也好,有问必答,发货速度杠杠的,值得购买哦。外观设计漂亮,尺寸大小合适,包装仔细完整,宝贝手感不错,感觉很好,发货速度快,服务态度一流,给力!5星好评!',
9
- imgUrls: [
10
- {
11
- imgUrl: 'https://img12.360buyimg.com/n1/jfs/t1/137059/18/27631/76566/635fc607E0b9e9c60/762dac6802e989d3.jpg'
12
- },
13
- {
14
- imgUrl: 'https://img12.360buyimg.com/n1/jfs/t1/137059/18/27631/76566/635fc607E0b9e9c60/762dac6802e989d3.jpg'
15
- },
16
- {
17
- imgUrl: 'https://img12.360buyimg.com/n1/jfs/t1/137059/18/27631/76566/635fc607E0b9e9c60/762dac6802e989d3.jpg'
18
- },
19
- {
20
- imgUrl: 'https://img12.360buyimg.com/n1/jfs/t1/137059/18/27631/76566/635fc607E0b9e9c60/762dac6802e989d3.jpg'
21
- }
22
- ]
23
- },
24
- {
25
- avatar: 'http://www.qianjiangcloud.com/images/centerimga/pic%EF%BC%8Flogo+@2x.png',
26
- userName: '张三李四王五',
27
- rate: 4.5,
28
- size: '一大通',
29
- evaluate: '实物与描述的一样,质量相当好,卖家态度也好,有问必答,发货速度杠杠的,值得购买哦。外观设计漂亮,尺寸大小合适,包装仔细完整,宝贝手感不错,感觉很好,发货速度快,服务态度一流,给力!5星好评!',
30
- imgUrls: [
31
- {
32
- imgUrl: 'https://img12.360buyimg.com/n1/jfs/t1/137059/18/27631/76566/635fc607E0b9e9c60/762dac6802e989d3.jpg'
33
- }
34
- ]
35
- }
36
- ];
37
- // 地址列表
38
- export const addressListFake = [
39
- {
40
- id: 1,
41
- name: '张三',
42
- phone: '13679126756',
43
- address: '上海 上海市 闵行区中庚环球创意中心',
44
- default: 1
45
- },
46
- {
47
- id: 2,
48
- name: '张三',
49
- phone: '13679126756',
50
- address: '上海 上海市 闵行区中庚环球创意中心',
51
- default: 0
52
- },
53
- {
54
- id: 2,
55
- name: '张三',
56
- phone: '13679126756',
57
- address: '上海 上海市 闵行区中庚环球创意中心',
58
- default: 0
59
- },
60
- {
61
- id: 2,
62
- name: '张三',
63
- phone: '13679126756',
64
- address: '上海 上海市 闵行区中庚环球创意中心',
65
- default: 0
66
- },
67
- {
68
- id: 2,
69
- name: '张三',
70
- phone: '13679126756',
71
- address: '上海 上海市 闵行区中庚环球创意中心',
72
- default: 0
73
- },
74
- {
75
- id: 2,
76
- name: '张三',
77
- phone: '13679126756',
78
- address: '上海 上海市 闵行区中庚环球创意中心',
79
- default: 0
80
- },
81
- {
82
- id: 2,
83
- name: '张三',
84
- phone: '13679126756',
85
- address: '上海 上海市 闵行区中庚环球创意中心',
86
- default: 0
87
- }
88
- ];
89
- // 优惠券列表
90
- export const couponListFake = [
91
- {
92
- title: '五一大促疯抢 满100立减10',
93
- date: '2022-10-01',
94
- price: 10
95
- },
96
- {
97
- title: '五一大促疯抢 满100立减10',
98
- date: '2022-10-01',
99
- price: 10
100
- },
101
- {
102
- title: '五一大促疯抢 满100立减10',
103
- date: '2022-10-01',
104
- price: 10
105
- },
106
- {
107
- title: '五一大促疯抢 满100立减10',
108
- date: '2022-10-01',
109
- price: 10
110
- },
111
- {
112
- title: '五一大促疯抢 满100立减10',
113
- date: '2022-10-01',
114
- price: 10
115
- },
116
- {
117
- title: '五一大促疯抢 满100立减10',
118
- date: '2022-10-01',
119
- price: 10
120
- },
121
- {
122
- title: '五一大促疯抢 满100立减10',
123
- date: '2022-10-01',
124
- price: 10
125
- },
126
- {
127
- title: '五一大促疯抢 满100立减10',
128
- date: '2022-10-01',
129
- price: 10
130
- }
131
- ];
132
- // 商品详情
133
- export const goodsDetailFake = {
134
- goodsId: 1106843,
135
- goodsBillbatch: null,
136
- spuCode: 'cf95d26232a1435d8558f2f5ab1ea6d6',
137
- freightTemCode: null,
138
- memberCode: '20000210397842',
139
- memberMcode: '10000210397111',
140
- memberMname: '云货架',
141
- goodsSdate: null,
142
- goodsEdate: null,
143
- goodsDay: null,
144
- goodsDayinfo: null,
145
- memberName: 'SaaS创新业务部B2C',
146
- memberCcode: '10000210397111',
147
- memberCname: '云货架',
148
- goodsClass: 'B2C',
149
- goodsSenum: null,
150
- goodsSeweight: null,
151
- memberBcode: null,
152
- memberBname: null,
153
- saleChannel: null,
154
- goodsCode: '639942890264784923',
155
- goodsOldcode: '639942890264784954',
156
- dataOpbillstate: 1,
157
- dataOpnextbillstate: 0,
158
- goodsName: 'PURIXTAR 户外折叠椅子可躺椅超轻便携式钓鱼野餐露营用品午休神器靠背沙滩椅坐躺两用椅床 橘咖色',
159
- goodsThdate: null,
160
- goodsOdate: null,
161
- goodsHdate: 1669285837000,
162
- goodsOrigin: '11',
163
- goodsSp: null,
164
- goodsPro: '11',
165
- goodsType: '50',
166
- pntreeCode: '000000037',
167
- pntreeName: '京东默认',
168
- classtreeCode: '639514473258086414',
169
- classtreeName: '钓箱钓椅',
170
- classtreeShopcode: null,
171
- classtreeShopname: null,
172
- partsnameName: null,
173
- productareaName: null,
174
- goodsMaterial: '',
175
- goodsShowname: 'PURIXTAR 户外折叠椅子可躺椅超轻便携式钓鱼野餐露营用品午休神器靠背沙滩椅坐躺两用椅床 橘咖色',
176
- channelName: 'B2C渠道',
177
- goodsShowno: '10060573969738',
178
- goodsSpec: '',
179
- goodsSpec1: '',
180
- goodsSpec2: '',
181
- goodsSpec3: '',
182
- goodsSpec4: '',
183
- goodsSpec5: '',
184
- goodsProperty: null,
185
- goodsProperty1: '',
186
- goodsProperty2: '',
187
- goodsProperty3: '',
188
- goodsProperty4: '',
189
- goodsProperty5: '',
190
- goodsMinnum: 1.0,
191
- goodsOneweight: 1.0,
192
- goodsWeight: 999.0,
193
- goodsNum: 998.0,
194
- goodsSupplynum: 998.0,
195
- goodsSupplyweight: 999.0,
196
- goodsAhnum: 0.0,
197
- goodsAhweight: 0.0,
198
- brandCode: '',
199
- brandName: '',
200
- goodsHangnum: 999.0,
201
- goodsHangweight: 999.0,
202
- goodsTopnum: null,
203
- goodsTopweight: null,
204
- goodsOrdnum: 0.0,
205
- goodsOrdweight: 0.0,
206
- partsnameNumunit: null,
207
- partsnameWeightunit: null,
208
- pricesetNprice: 0.01,
209
- pricesetMakeprice: 188.0,
210
- pricesetBaseprice: 188.0,
211
- pricesetMakeshow: null,
212
- pricesetAsprice: 0.01,
213
- pricesetType: null,
214
- pricesetRefrice: 0.0,
215
- pricesetPrefprice: 178.0,
216
- pricesetInsideprice: 0.0,
217
- areaCode: null,
218
- areaName: null,
219
- mschannelName: '京东开普勒供应商',
220
- mschannelCode: 'jdjos',
221
- warehouseCode: null,
222
- warehouseName: null,
223
- goodsContract: null,
224
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/18206/24/18553/133921/63218c12E3f8768cd/f3ec8f9b0a1a0f6f.jpg',
225
- dataPicpath: null,
226
- memberContact: null,
227
- memberContactPhone: null,
228
- memberContactQq: null,
229
- tenantCode: '597370900596056114',
230
- appmanageIcode: null,
231
- channelCode: '597408335937855526',
232
- goodsSort: 0,
233
- goodsNo: '10060573969738',
234
- ginfoCode: null,
235
- goodsEocode: null,
236
- goodsCodeOld: '639942890264784954',
237
- channelVer: 1,
238
- channelTver: 0,
239
- pricesetCurrency: null,
240
- pricesetCurrency1: null,
241
- goodsRemark: '<p><img src="http://img30.360buyimg.com/popWareDetail/jfs/t1/209612/4/25792/219690/6322990dEf57c1206/fb48a08675c5a1b0.jpg" style="width: auto; height: auto; max-width: 100%;"><img src="http://img30.360buyimg.com/popWareDetail/jfs/t1/117477/30/29859/122018/632296d9Efd6ec71e/ed54df032c9c08e3.jpg" style="width: auto; height: auto; max-width: 100%;"><img src="http://img30.360buyimg.com/popWareDetail/jfs/t1/20793/28/18804/140866/632296d9Eb3876723/c34cc71c16d4eb20.jpg" style="width: auto; height: auto; max-width: 100%;"><img src="http://img30.360buyimg.com/popWareDetail/jfs/t1/29452/28/18858/168874/632296daEe74d246b/2b96730255d66708.jpg" style="width: auto; height: auto; max-width: 100%;"><img src="http://img30.360buyimg.com/popWareDetail/jfs/t1/185342/27/27784/152648/632296daE41b0904a/f7cbbdda70ceceef.jpg" style="width: auto; height: auto; max-width: 100%;"><img src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206813/30/26405/230668/632296daE0767000b/a2709609728a54b3.jpg" style="width: auto; height: auto; max-width: 100%;"><img src="http://img30.360buyimg.com/popWareDetail/jfs/t1/195785/13/28837/149963/632296dbEb56ff06f/bf03da46e61e3b62.jpg" style="width: auto; height: auto; max-width: 100%;"><img src="http://img30.360buyimg.com/popWareDetail/jfs/t1/72993/25/21981/240031/632296dbE4c152151/1acfff58f1c8dee3.jpg" style="width: auto; height: auto; max-width: 100%;"><img src="http://img30.360buyimg.com/popWareDetail/jfs/t1/35171/20/17389/205528/632296dbE6f157c76/febc190e034352d4.jpg" style="width: auto; height: auto; max-width: 100%;"><img src="http://img30.360buyimg.com/popWareDetail/jfs/t1/189718/22/28802/125953/632296dcE5c6fc85a/5f6865e21c74beea.jpg" style="width: auto; height: auto; max-width: 100%;"><img src="http://img30.360buyimg.com/popWareDetail/jfs/t1/75374/21/22067/174258/632296dcE71672ecb/d48a20ea50d8433e.jpg" style="width: auto; height: auto; max-width: 100%;"><img src="http://img30.360buyimg.com/popWareDetail/jfs/t1/223942/6/14788/251695/632296ddE8df680a7/6e7b224a34d07893.jpg" style="width: auto; height: auto; max-width: 100%;"><img src="http://img30.360buyimg.com/popWareDetail/jfs/t1/206609/38/11886/60520/632296ddE95e9bf19/e63711647544cb59.jpg" style="width: auto; height: auto; max-width: 100%;"><img src="http://img30.360buyimg.com/popWareDetail/jfs/t1/217580/20/21071/40158/632296ddE21395fec/fde2a64b160803ff.jpg" style="width: auto; height: auto; max-width: 100%;"><img src="http://img30.360buyimg.com/popWareDetail/jfs/t1/36287/32/18419/140410/632296ddEc3da578d/80b59c6ed739ac5a.jpg" class="" style="width: auto; height: auto; max-width: 100%;"></p><p><br></p>',
242
- goodsWebremark: null,
243
- rsGoodsFileDomainList: [
244
- {
245
- goodsFileId: 33855942,
246
- goodsFileCode: '30f1bd5bbf5242e2984ef119182e1b8e',
247
- skuCode: null,
248
- goodsCode: '639942890264784923',
249
- goodsFileSort: null,
250
- goodsFilesortName: null,
251
- goodsFileType: null,
252
- defaultState: 0,
253
- goodsFileName: null,
254
- goodsFileUrl: 'http://img11.360buyimg.com/n1/jfs/t1/18206/24/18553/133921/63218c12E3f8768cd/f3ec8f9b0a1a0f6f.jpg',
255
- memberCode: '20000210397842',
256
- memberName: 'SaaS创新业务部B2C',
257
- appmanageIcode: null,
258
- tenantCode: '597370900596056114',
259
- userCode: null,
260
- userName: null,
261
- companyCode: null,
262
- companyShortname: null,
263
- departCode: null,
264
- departShortname: null,
265
- employeeCode: null,
266
- employeeName: null
267
- },
268
- {
269
- goodsFileId: 33855943,
270
- goodsFileCode: '46c18945ba034a4fbae5a99e90c9f6c6',
271
- skuCode: null,
272
- goodsCode: '639942890264784923',
273
- goodsFileSort: null,
274
- goodsFilesortName: null,
275
- goodsFileType: null,
276
- defaultState: 0,
277
- goodsFileName: null,
278
- goodsFileUrl: 'http://img11.360buyimg.com/n1/jfs/t1/185409/23/28483/177532/63218c14E549da0e7/0f1dc427b52ab9d1.jpg',
279
- memberCode: '20000210397842',
280
- memberName: 'SaaS创新业务部B2C',
281
- appmanageIcode: null,
282
- tenantCode: '597370900596056114',
283
- userCode: null,
284
- userName: null,
285
- companyCode: null,
286
- companyShortname: null,
287
- departCode: null,
288
- departShortname: null,
289
- employeeCode: null,
290
- employeeName: null
291
- },
292
- {
293
- goodsFileId: 33855944,
294
- goodsFileCode: 'dab0d99c43f848abb4862531f984bbf0',
295
- skuCode: null,
296
- goodsCode: '639942890264784923',
297
- goodsFileSort: null,
298
- goodsFilesortName: null,
299
- goodsFileType: null,
300
- defaultState: 0,
301
- goodsFileName: null,
302
- goodsFileUrl: 'http://img11.360buyimg.com/n1/jfs/t1/57205/9/21458/246463/63218c11Ecc72ba77/56e700443278337c.jpg',
303
- memberCode: '20000210397842',
304
- memberName: 'SaaS创新业务部B2C',
305
- appmanageIcode: null,
306
- tenantCode: '597370900596056114',
307
- userCode: null,
308
- userName: null,
309
- companyCode: null,
310
- companyShortname: null,
311
- departCode: null,
312
- departShortname: null,
313
- employeeCode: null,
314
- employeeName: null
315
- },
316
- {
317
- goodsFileId: 33855945,
318
- goodsFileCode: 'd1049d94a1574820aa33bdf8064bdeac',
319
- skuCode: null,
320
- goodsCode: '639942890264784923',
321
- goodsFileSort: null,
322
- goodsFilesortName: null,
323
- goodsFileType: null,
324
- defaultState: 0,
325
- goodsFileName: null,
326
- goodsFileUrl: 'http://img11.360buyimg.com/n1/jfs/t1/99162/29/32648/63103/63218c0dE1a46780b/ef22c8b137a446c6.jpg',
327
- memberCode: '20000210397842',
328
- memberName: 'SaaS创新业务部B2C',
329
- appmanageIcode: null,
330
- tenantCode: '597370900596056114',
331
- userCode: null,
332
- userName: null,
333
- companyCode: null,
334
- companyShortname: null,
335
- departCode: null,
336
- departShortname: null,
337
- employeeCode: null,
338
- employeeName: null
339
- },
340
- {
341
- goodsFileId: 33855946,
342
- goodsFileCode: '8e06292c518d451eb2102241ced00685',
343
- skuCode: null,
344
- goodsCode: '639942890264784923',
345
- goodsFileSort: null,
346
- goodsFilesortName: null,
347
- goodsFileType: null,
348
- defaultState: 0,
349
- goodsFileName: null,
350
- goodsFileUrl: 'http://img11.360buyimg.com/n1/jfs/t1/20727/23/18408/123012/63218c10E79c05f93/f1d943b85593c7c8.jpg',
351
- memberCode: '20000210397842',
352
- memberName: 'SaaS创新业务部B2C',
353
- appmanageIcode: null,
354
- tenantCode: '597370900596056114',
355
- userCode: null,
356
- userName: null,
357
- companyCode: null,
358
- companyShortname: null,
359
- departCode: null,
360
- departShortname: null,
361
- employeeCode: null,
362
- employeeName: null
363
- },
364
- {
365
- goodsFileId: 33855947,
366
- goodsFileCode: '2c24fa6d3b2146e5b9bf8ce365a85c46',
367
- skuCode: null,
368
- goodsCode: '639942890264784923',
369
- goodsFileSort: null,
370
- goodsFilesortName: null,
371
- goodsFileType: null,
372
- defaultState: 0,
373
- goodsFileName: null,
374
- goodsFileUrl: 'http://img11.360buyimg.com/n1/jfs/t1/146031/6/30773/177214/6326985dEeee4eeba/83214a4475f41c7f.jpg',
375
- memberCode: '20000210397842',
376
- memberName: 'SaaS创新业务部B2C',
377
- appmanageIcode: null,
378
- tenantCode: '597370900596056114',
379
- userCode: null,
380
- userName: null,
381
- companyCode: null,
382
- companyShortname: null,
383
- departCode: null,
384
- departShortname: null,
385
- employeeCode: null,
386
- employeeName: null
387
- }
388
- ],
389
- rsGoodsRelDomainList: null,
390
- goodsList: null,
391
- rsSkuDomainList: [
392
- {
393
- skuId: 1138235,
394
- ginfoCode: null,
395
- skuCode: '639978727769698358',
396
- skuName: '橘咖色',
397
- spuCode: 'cf95d26232a1435d8558f2f5ab1ea6d6',
398
- skuOldcode: '639978727769698361',
399
- goodsOldcode: '639942890264784954',
400
- skuRemark: null,
401
- goodsCode: '639942890264784923',
402
- brandCode: '',
403
- brandName: '',
404
- skuShowno: '10060573969738',
405
- goodsShowno: '10060573969738',
406
- channelName: 'B2C渠道',
407
- pricesetNprice: 0.01,
408
- pricesetMakeprice: 188.0,
409
- pricesetBaseprice: 188.0,
410
- pricesetAsprice: 0.01,
411
- pricesetRefrice: 0.0,
412
- goodsTopnum: null,
413
- goodsTopweight: null,
414
- pricesetPrefprice: 178.0,
415
- goodsClass: 'B2C',
416
- pricesetInsideprice: 0.0,
417
- appmanageIcode: null,
418
- tenantCode: '597370900596056114',
419
- goodsMinnum: 1.0,
420
- goodsOneweight: 1.0,
421
- partsnameNumunit: null,
422
- partsnameWeightunit: null,
423
- channelVer: 1,
424
- channelTver: 0,
425
- goodsWeight: 999.0,
426
- goodsNum: 998.0,
427
- goodsSupplynum: 998.0,
428
- goodsSupplyweight: 999.0,
429
- goodsAhnum: 0.0,
430
- goodsAhweight: 0.0,
431
- goodsHangnum: 999.0,
432
- goodsHangweight: 999.0,
433
- goodsOrdnum: 0.0,
434
- goodsOrdweight: 0.0,
435
- classtreeCode: '639514473258086414',
436
- classtreeShopcode: null,
437
- skuOdate: null,
438
- skuHdate: 1669285837000,
439
- dataOpbillstate: 1,
440
- goodsSalesvolume: null,
441
- skuBarcode: null,
442
- saleChannel: null,
443
- skuNo: '10060573969738',
444
- goodsNo: '10060573969738',
445
- mschannelName: '京东开普勒供应商',
446
- mschannelCode: 'jdjos',
447
- skuSort: 0,
448
- channelCode: '597408335937855526',
449
- skuCodeOld: '639978727769698361',
450
- goodsPro: '11',
451
- goodsType: '50',
452
- dataPic: 'http://img11.360buyimg.com/n1/jfs/t1/18206/24/18553/133921/63218c12E3f8768cd/f3ec8f9b0a1a0f6f.jpg',
453
- freightTemCode: null,
454
- goodsName: 'PURIXTAR 户外折叠椅子可躺椅超轻便携式钓鱼野餐露营用品午休神器靠背沙滩椅坐躺两用椅床 橘咖色',
455
- propertiesList: null,
456
- specList: null,
457
- rsGoodsFileDomainList: [
458
- {
459
- goodsFileId: 33855948,
460
- goodsFileCode: 'bdd6a86ebf1d40c3939bedb9dce07d91',
461
- skuCode: '639978727769698358',
462
- goodsCode: null,
463
- goodsFileSort: null,
464
- goodsFilesortName: null,
465
- goodsFileType: null,
466
- defaultState: 0,
467
- goodsFileName: null,
468
- goodsFileUrl: 'http://img11.360buyimg.com/n1/jfs/t1/18206/24/18553/133921/63218c12E3f8768cd/f3ec8f9b0a1a0f6f.jpg',
469
- memberCode: '20000210397842',
470
- memberName: 'SaaS创新业务部B2C',
471
- appmanageIcode: null,
472
- tenantCode: '597370900596056114',
473
- userCode: null,
474
- userName: null,
475
- companyCode: null,
476
- companyShortname: null,
477
- departCode: null,
478
- departShortname: null,
479
- employeeCode: null,
480
- employeeName: null
481
- },
482
- {
483
- goodsFileId: 33855949,
484
- goodsFileCode: '4826606c25a448dfa076ac87a01a50a5',
485
- skuCode: '639978727769698358',
486
- goodsCode: null,
487
- goodsFileSort: null,
488
- goodsFilesortName: null,
489
- goodsFileType: null,
490
- defaultState: 0,
491
- goodsFileName: null,
492
- goodsFileUrl: 'http://img11.360buyimg.com/n1/jfs/t1/185409/23/28483/177532/63218c14E549da0e7/0f1dc427b52ab9d1.jpg',
493
- memberCode: '20000210397842',
494
- memberName: 'SaaS创新业务部B2C',
495
- appmanageIcode: null,
496
- tenantCode: '597370900596056114',
497
- userCode: null,
498
- userName: null,
499
- companyCode: null,
500
- companyShortname: null,
501
- departCode: null,
502
- departShortname: null,
503
- employeeCode: null,
504
- employeeName: null
505
- },
506
- {
507
- goodsFileId: 33855950,
508
- goodsFileCode: '6a4c6141ded8445e8084baab1e483c4c',
509
- skuCode: '639978727769698358',
510
- goodsCode: null,
511
- goodsFileSort: null,
512
- goodsFilesortName: null,
513
- goodsFileType: null,
514
- defaultState: 0,
515
- goodsFileName: null,
516
- goodsFileUrl: 'http://img11.360buyimg.com/n1/jfs/t1/57205/9/21458/246463/63218c11Ecc72ba77/56e700443278337c.jpg',
517
- memberCode: '20000210397842',
518
- memberName: 'SaaS创新业务部B2C',
519
- appmanageIcode: null,
520
- tenantCode: '597370900596056114',
521
- userCode: null,
522
- userName: null,
523
- companyCode: null,
524
- companyShortname: null,
525
- departCode: null,
526
- departShortname: null,
527
- employeeCode: null,
528
- employeeName: null
529
- },
530
- {
531
- goodsFileId: 33855951,
532
- goodsFileCode: 'd88c87be76d84a26b3bf6f662eae07af',
533
- skuCode: '639978727769698358',
534
- goodsCode: null,
535
- goodsFileSort: null,
536
- goodsFilesortName: null,
537
- goodsFileType: null,
538
- defaultState: 0,
539
- goodsFileName: null,
540
- goodsFileUrl: 'http://img11.360buyimg.com/n1/jfs/t1/99162/29/32648/63103/63218c0dE1a46780b/ef22c8b137a446c6.jpg',
541
- memberCode: '20000210397842',
542
- memberName: 'SaaS创新业务部B2C',
543
- appmanageIcode: null,
544
- tenantCode: '597370900596056114',
545
- userCode: null,
546
- userName: null,
547
- companyCode: null,
548
- companyShortname: null,
549
- departCode: null,
550
- departShortname: null,
551
- employeeCode: null,
552
- employeeName: null
553
- },
554
- {
555
- goodsFileId: 33855952,
556
- goodsFileCode: 'b2d547dde15e4fa39c926a6320562d52',
557
- skuCode: '639978727769698358',
558
- goodsCode: null,
559
- goodsFileSort: null,
560
- goodsFilesortName: null,
561
- goodsFileType: null,
562
- defaultState: 0,
563
- goodsFileName: null,
564
- goodsFileUrl: 'http://img11.360buyimg.com/n1/jfs/t1/20727/23/18408/123012/63218c10E79c05f93/f1d943b85593c7c8.jpg',
565
- memberCode: '20000210397842',
566
- memberName: 'SaaS创新业务部B2C',
567
- appmanageIcode: null,
568
- tenantCode: '597370900596056114',
569
- userCode: null,
570
- userName: null,
571
- companyCode: null,
572
- companyShortname: null,
573
- departCode: null,
574
- departShortname: null,
575
- employeeCode: null,
576
- employeeName: null
577
- },
578
- {
579
- goodsFileId: 33855953,
580
- goodsFileCode: '6fc483eb68d94cd5bdbf4986870fd863',
581
- skuCode: '639978727769698358',
582
- goodsCode: null,
583
- goodsFileSort: null,
584
- goodsFilesortName: null,
585
- goodsFileType: null,
586
- defaultState: 0,
587
- goodsFileName: null,
588
- goodsFileUrl: 'http://img11.360buyimg.com/n1/jfs/t1/146031/6/30773/177214/6326985dEeee4eeba/83214a4475f41c7f.jpg',
589
- memberCode: '20000210397842',
590
- memberName: 'SaaS创新业务部B2C',
591
- appmanageIcode: null,
592
- tenantCode: '597370900596056114',
593
- userCode: null,
594
- userName: null,
595
- companyCode: null,
596
- companyShortname: null,
597
- departCode: null,
598
- departShortname: null,
599
- employeeCode: null,
600
- employeeName: null
601
- }
602
- ],
603
- memberCname: '云货架',
604
- memberName: 'SaaS创新业务部B2C',
605
- memberCode: '20000210397842',
606
- memberCcode: '10000210397111',
607
- rsGoodsRelDomainList: null,
608
- showWeight: 999.0,
609
- showNum: 998.0,
610
- goodsOrigin: '11',
611
- skuEocode: null,
612
- memberMcode: '10000210397111',
613
- memberMname: '云货架',
614
- goodsEocode: null,
615
- goodsShowname: 'PURIXTAR 户外折叠椅子可躺椅超轻便携式钓鱼野餐露营用品午休神器靠背沙滩椅坐躺两用椅床 橘咖色',
616
- classtreeName: '钓箱钓椅',
617
- classtreeShopname: null,
618
- goodsSp: null,
619
- dataOpnextbillstate: 0,
620
- goodsSenum: null,
621
- goodsSeweight: null,
622
- memberBcode: null,
623
- memberBname: null,
624
- mpriceType: null
625
- }
626
- ],
627
- rsSpecValueDomainList: [
628
- {
629
- specValueId: 9488621,
630
- specValueCode: '6b05ec974917473da7b538fa6320a5e4',
631
- spuCode: 'cf95d26232a1435d8558f2f5ab1ea6d6',
632
- specGroupCode: 'e787a558252b40adafbac148aa4d6a9e',
633
- specCode: 'b92a501fba7c4e4086ef7d77ea964f66',
634
- specName: '橘咖色',
635
- specValueValue: '橘咖色',
636
- specValueType: '1',
637
- specValueFlag: '1',
638
- specValueBillno: '639942890264784923',
639
- appmanageIcode: null,
640
- tenantCode: '597370900596056114',
641
- specOptionNum: null,
642
- specOptionNum1: null
643
- }
644
- ],
645
- rsPropertiesValueDomainList: null,
646
- delSkuId: null,
647
- freightTemName: null,
648
- skuNo: '10060573969738',
649
- rsGoodsShopDomainList: null,
650
- rsGoodsWhDomainList: null,
651
- gmtCreate: 1669285838000,
652
- gmtModified: 1669292700000,
653
- memo: null,
654
- dataState: 2,
655
- isShow: null,
656
- classtreeFullName: null,
657
- skuList: null
658
- };
@@ -1,9 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { useComponent } from '@brushes/qj-simulate-component';
3
- // import {useState} from "react";
4
- export const StepNum = ({ num, min = 1, onChange }) => {
5
- const { View, Text } = useComponent();
6
- return (_jsxs(View, Object.assign({ className: 'stepNum' }, { children: [_jsx(View, Object.assign({ className: 'btn minus', onClick: () => {
7
- return num <= min ? 'null' : onChange(num - 1);
8
- } }, { children: "-" })), _jsx(Text, Object.assign({ className: 'content' }, { children: num })), _jsx(View, Object.assign({ className: 'btn plus', onClick: () => onChange(num + 1) }, { children: "+" }))] })));
9
- };
@@ -1 +0,0 @@
1
- export * from './skull';
@@ -1,9 +0,0 @@
1
- import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
2
- import { memo, useRef } from 'react';
3
- import { useComponent } from '@brushes/qj-simulate-component';
4
- const SkullJsx = () => {
5
- const { View, Skeleton } = useComponent();
6
- const coe = useRef(new Array(5).fill(0));
7
- return (_jsx(_Fragment, { children: _jsx(View, Object.assign({ className: 'skullWrap' }, { children: _jsx(View, Object.assign({ className: 'skull' }, { children: coe.current.map((item, index) => (_jsx(Skeleton, { className: 'skullItem', animated: true }, index))) })) })) }));
8
- };
9
- export const Skull = memo(SkullJsx);