From 71a7cadeed654249b0c60f1a10060c1637944eaf Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 7 Sep 2023 09:58:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 5 + .idea/modules.xml | 8 + .idea/yuminfang.iml | 12 + project.config.json | 29 + project.private.config.json | 7 + yun-min-program-plugin-master/.eslintignore | 15 + yun-min-program-plugin-master/.eslintrc.js | 55 + yun-min-program-plugin-master/.gitignore | 15 + yun-min-program-plugin-master/.stylelintrc.js | 24 + yun-min-program-plugin-master/README.md | 70 + yun-min-program-plugin-master/app.js | 1792 ++++ yun-min-program-plugin-master/app.json | 1014 +++ yun-min-program-plugin-master/app.wxss | 1028 +++ .../dist/action-sheet/index.d.ts | 1 + .../dist/action-sheet/index.js | 62 + .../dist/action-sheet/index.json | 8 + .../dist/action-sheet/index.wxml | 67 + .../dist/action-sheet/index.wxss | 1 + .../dist/area/index.d.ts | 1 + .../dist/area/index.js | 230 + .../dist/area/index.json | 6 + .../dist/area/index.wxml | 18 + .../dist/area/index.wxss | 1 + .../dist/button/index.d.ts | 1 + .../dist/button/index.js | 79 + .../dist/button/index.json | 7 + .../dist/button/index.wxml | 68 + .../dist/button/index.wxss | 1 + .../dist/calendar/calendar.wxml | 57 + .../calendar/components/header/index.d.ts | 1 + .../dist/calendar/components/header/index.js | 16 + .../calendar/components/header/index.json | 3 + .../calendar/components/header/index.wxml | 16 + .../calendar/components/header/index.wxss | 1 + .../dist/calendar/components/month/index.d.ts | 1 + .../dist/calendar/components/month/index.js | 157 + .../dist/calendar/components/month/index.json | 3 + .../dist/calendar/components/month/index.wxml | 39 + .../dist/calendar/components/month/index.wxs | 67 + .../dist/calendar/components/month/index.wxss | 1 + .../dist/calendar/index.d.ts | 1 + .../dist/calendar/index.js | 291 + .../dist/calendar/index.json | 10 + .../dist/calendar/index.wxml | 31 + .../dist/calendar/index.wxs | 37 + .../dist/calendar/index.wxss | 1 + .../dist/calendar/utils.d.ts | 17 + .../dist/calendar/utils.js | 78 + .../dist/calendar/utils.wxs | 25 + .../dist/card/index.d.ts | 1 + .../dist/card/index.js | 49 + .../dist/card/index.json | 6 + .../dist/card/index.wxml | 56 + .../dist/card/index.wxss | 1 + .../dist/cell-group/index.d.ts | 1 + .../dist/cell-group/index.js | 10 + .../dist/cell-group/index.json | 3 + .../dist/cell-group/index.wxml | 9 + .../dist/cell-group/index.wxss | 1 + .../dist/cell/index.d.ts | 1 + .../dist/cell/index.js | 38 + .../dist/cell/index.json | 6 + .../dist/cell/index.wxml | 45 + .../dist/cell/index.wxss | 1 + .../dist/checkbox-group/index.d.ts | 1 + .../dist/checkbox-group/index.js | 35 + .../dist/checkbox-group/index.json | 3 + .../dist/checkbox-group/index.wxml | 1 + .../dist/checkbox-group/index.wxss | 1 + .../dist/checkbox/index.d.ts | 1 + .../dist/checkbox/index.js | 74 + .../dist/checkbox/index.json | 6 + .../dist/checkbox/index.wxml | 20 + .../dist/checkbox/index.wxs | 20 + .../dist/checkbox/index.wxss | 1 + .../dist/circle/canvas.d.ts | 6 + .../dist/circle/canvas.js | 43 + .../dist/circle/index.d.ts | 1 + .../dist/circle/index.js | 184 + .../dist/circle/index.json | 3 + .../dist/circle/index.wxml | 9 + .../dist/circle/index.wxss | 1 + .../dist/col/index.d.ts | 1 + .../dist/col/index.js | 26 + .../dist/col/index.json | 3 + .../dist/col/index.wxml | 8 + .../dist/col/index.wxss | 1 + .../dist/collapse-item/index.d.ts | 1 + .../dist/collapse-item/index.js | 99 + .../dist/collapse-item/index.json | 6 + .../dist/collapse-item/index.wxml | 44 + .../dist/collapse-item/index.wxss | 1 + .../dist/collapse/index.d.ts | 1 + .../dist/collapse/index.js | 47 + .../dist/collapse/index.json | 3 + .../dist/collapse/index.wxml | 3 + .../dist/collapse/index.wxss | 1 + .../dist/common/color.d.ts | 7 + .../dist/common/color.js | 7 + .../dist/common/component.d.ts | 3 + .../dist/common/component.js | 101 + .../dist/common/index.wxss | 1 + .../dist/common/style/clearfix.wxss | 1 + .../dist/common/style/ellipsis.wxss | 1 + .../dist/common/style/hairline.wxss | 1 + .../dist/common/style/mixins/clearfix.wxss | 0 .../dist/common/style/mixins/ellipsis.wxss | 0 .../dist/common/style/mixins/hairline.wxss | 0 .../dist/common/style/theme.wxss | 0 .../dist/common/style/var.wxss | 0 .../dist/common/utils.d.ts | 19 + .../dist/common/utils.js | 72 + .../dist/common/validator.d.ts | 11 + .../dist/common/validator.js | 30 + .../dist/common/version.d.ts | 2 + .../dist/common/version.js | 31 + .../dist/count-down/index.d.ts | 1 + .../dist/count-down/index.js | 99 + .../dist/count-down/index.json | 3 + .../dist/count-down/index.wxml | 4 + .../dist/count-down/index.wxss | 1 + .../dist/count-down/utils.d.ts | 10 + .../dist/count-down/utils.js | 53 + .../dist/datetime-picker/index.d.ts | 1 + .../dist/datetime-picker/index.js | 322 + .../dist/datetime-picker/index.json | 6 + .../dist/datetime-picker/index.wxml | 16 + .../dist/datetime-picker/index.wxss | 1 + .../dist/definitions/index.d.ts | 31 + .../dist/definitions/index.js | 1 + .../dist/definitions/weapp.d.ts | 132 + .../dist/definitions/weapp.js | 1 + .../dist/dialog/dialog.d.ts | 67 + .../dist/dialog/dialog.js | 76 + .../dist/dialog/index.d.ts | 1 + .../dist/dialog/index.js | 116 + .../dist/dialog/index.json | 9 + .../dist/dialog/index.wxml | 113 + .../dist/dialog/index.wxss | 1 + .../dist/divider/index.d.ts | 1 + .../dist/divider/index.js | 33 + .../dist/divider/index.json | 4 + .../dist/divider/index.wxml | 8 + .../dist/divider/index.wxss | 1 + .../dist/dropdown-item/index.d.ts | 1 + .../dist/dropdown-item/index.js | 109 + .../dist/dropdown-item/index.json | 8 + .../dist/dropdown-item/index.wxml | 48 + .../dist/dropdown-item/index.wxss | 1 + .../dist/dropdown-menu/index.d.ts | 1 + .../dist/dropdown-menu/index.js | 119 + .../dist/dropdown-menu/index.json | 3 + .../dist/dropdown-menu/index.wxml | 23 + .../dist/dropdown-menu/index.wxs | 16 + .../dist/dropdown-menu/index.wxss | 1 + .../dist/empty/index.d.ts | 1 + .../dist/empty/index.js | 20 + .../dist/empty/index.json | 4 + .../dist/empty/index.wxml | 21 + .../dist/empty/index.wxss | 1 + .../dist/field/index.d.ts | 1 + .../dist/field/index.js | 123 + .../dist/field/index.json | 7 + .../dist/field/index.wxml | 108 + .../dist/field/index.wxs | 21 + .../dist/field/index.wxss | 1 + .../dist/field/props.d.ts | 58 + .../dist/field/props.js | 63 + .../dist/goods-action-button/index.d.ts | 1 + .../dist/goods-action-button/index.js | 41 + .../dist/goods-action-button/index.json | 6 + .../dist/goods-action-button/index.wxml | 30 + .../dist/goods-action-button/index.wxss | 1 + .../dist/goods-action-icon/index.d.ts | 1 + .../dist/goods-action-icon/index.js | 22 + .../dist/goods-action-icon/index.json | 7 + .../dist/goods-action-icon/index.wxml | 35 + .../dist/goods-action-icon/index.wxss | 1 + .../dist/goods-action/index.d.ts | 1 + .../dist/goods-action/index.js | 32 + .../dist/goods-action/index.json | 3 + .../dist/goods-action/index.wxml | 5 + .../dist/goods-action/index.wxss | 1 + .../dist/grid-item/index.d.ts | 1 + .../dist/grid-item/index.js | 83 + .../dist/grid-item/index.json | 6 + .../dist/grid-item/index.wxml | 22 + .../dist/grid-item/index.wxss | 1 + .../dist/grid/index.d.ts | 1 + .../dist/grid/index.js | 65 + .../dist/grid/index.json | 3 + .../dist/grid/index.wxml | 3 + .../dist/grid/index.wxss | 1 + .../dist/icon/index.d.ts | 1 + .../dist/icon/index.js | 27 + .../dist/icon/index.json | 6 + .../dist/icon/index.wxml | 20 + .../dist/icon/index.wxss | 1 + .../dist/image/index.d.ts | 1 + .../dist/image/index.js | 101 + .../dist/image/index.json | 7 + .../dist/image/index.wxml | 33 + .../dist/image/index.wxss | 1 + .../dist/index-anchor/index.d.ts | 1 + .../dist/index-anchor/index.js | 30 + .../dist/index-anchor/index.json | 3 + .../dist/index-anchor/index.wxml | 14 + .../dist/index-anchor/index.wxss | 1 + .../dist/index-bar/index.d.ts | 1 + .../dist/index-bar/index.js | 250 + .../dist/index-bar/index.json | 3 + .../dist/index-bar/index.wxml | 22 + .../dist/index-bar/index.wxss | 1 + .../dist/info/index.d.ts | 1 + .../dist/info/index.js | 8 + .../dist/info/index.json | 3 + .../dist/info/index.wxml | 7 + .../dist/info/index.wxss | 1 + .../dist/loading/index.d.ts | 1 + .../dist/loading/index.js | 16 + .../dist/loading/index.json | 3 + .../dist/loading/index.wxml | 18 + .../dist/loading/index.wxss | 1 + .../dist/mixins/basic.d.ts | 1 + .../dist/mixins/basic.js | 27 + .../dist/mixins/button.d.ts | 1 + .../dist/mixins/button.js | 15 + .../dist/mixins/link.d.ts | 1 + .../dist/mixins/link.js | 17 + .../dist/mixins/open-type.d.ts | 1 + .../dist/mixins/open-type.js | 25 + .../dist/mixins/page-scroll.d.ts | 5 + .../dist/mixins/page-scroll.js | 33 + .../dist/mixins/touch.d.ts | 1 + .../dist/mixins/touch.js | 36 + .../dist/mixins/transition.d.ts | 1 + .../dist/mixins/transition.js | 105 + .../dist/nav-bar/index.d.ts | 1 + .../dist/nav-bar/index.js | 63 + .../dist/nav-bar/index.json | 6 + .../dist/nav-bar/index.wxml | 42 + .../dist/nav-bar/index.wxs | 17 + .../dist/nav-bar/index.wxss | 1 + .../dist/notice-bar/index.d.ts | 1 + .../dist/notice-bar/index.js | 135 + .../dist/notice-bar/index.json | 6 + .../dist/notice-bar/index.wxml | 37 + .../dist/notice-bar/index.wxss | 1 + .../dist/notify/index.d.ts | 1 + .../dist/notify/index.js | 61 + .../dist/notify/index.json | 6 + .../dist/notify/index.wxml | 20 + .../dist/notify/index.wxss | 1 + .../dist/notify/notify.d.ts | 20 + .../dist/notify/notify.js | 49 + .../dist/overlay/index.d.ts | 1 + .../dist/overlay/index.js | 22 + .../dist/overlay/index.json | 6 + .../dist/overlay/index.wxml | 10 + .../dist/overlay/index.wxss | 1 + .../dist/panel/index.d.ts | 1 + .../dist/panel/index.js | 10 + .../dist/panel/index.json | 6 + .../dist/panel/index.wxml | 19 + .../dist/panel/index.wxss | 1 + .../dist/picker-column/index.d.ts | 1 + .../dist/picker-column/index.js | 123 + .../dist/picker-column/index.json | 3 + .../dist/picker-column/index.wxml | 22 + .../dist/picker-column/index.wxs | 8 + .../dist/picker-column/index.wxss | 1 + .../dist/picker/index.d.ts | 1 + .../dist/picker/index.js | 145 + .../dist/picker/index.json | 7 + .../dist/picker/index.wxml | 41 + .../dist/picker/index.wxss | 1 + .../dist/picker/shared.d.ts | 21 + .../dist/picker/shared.js | 21 + .../dist/picker/toolbar.wxml | 28 + .../dist/popup/index.d.ts | 1 + .../dist/popup/index.js | 84 + .../dist/popup/index.json | 7 + .../dist/popup/index.wxml | 24 + .../dist/popup/index.wxss | 1 + .../dist/progress/index.d.ts | 1 + .../dist/progress/index.js | 27 + .../dist/progress/index.json | 3 + .../dist/progress/index.wxml | 20 + .../dist/progress/index.wxs | 5 + .../dist/progress/index.wxss | 1 + .../dist/radio-group/index.d.ts | 1 + .../dist/radio-group/index.js | 34 + .../dist/radio-group/index.json | 3 + .../dist/radio-group/index.wxml | 1 + .../dist/radio-group/index.wxss | 1 + .../dist/radio/index.d.ts | 1 + .../dist/radio/index.js | 48 + .../dist/radio/index.json | 6 + .../dist/radio/index.wxml | 29 + .../dist/radio/index.wxss | 1 + .../dist/rate/index.d.ts | 1 + .../dist/rate/index.js | 87 + .../dist/rate/index.json | 6 + .../dist/rate/index.wxml | 34 + .../dist/rate/index.wxss | 1 + .../dist/row/index.d.ts | 1 + .../dist/row/index.js | 40 + .../dist/row/index.json | 3 + .../dist/row/index.wxml | 3 + .../dist/row/index.wxss | 1 + .../dist/search/index.d.ts | 1 + .../dist/search/index.js | 78 + .../dist/search/index.json | 6 + .../dist/search/index.wxml | 50 + .../dist/search/index.wxss | 1 + .../dist/share-sheet/index.d.ts | 1 + .../dist/share-sheet/index.js | 55 + .../dist/share-sheet/index.json | 7 + .../dist/share-sheet/index.wxml | 46 + .../dist/share-sheet/index.wxs | 12 + .../dist/share-sheet/index.wxss | 1 + .../dist/share-sheet/options.d.ts | 1 + .../dist/share-sheet/options.js | 14 + .../dist/share-sheet/options.json | 3 + .../dist/share-sheet/options.wxml | 20 + .../dist/share-sheet/options.wxs | 14 + .../dist/share-sheet/options.wxss | 1 + .../dist/sidebar-item/index.d.ts | 1 + .../dist/sidebar-item/index.js | 32 + .../dist/sidebar-item/index.json | 6 + .../dist/sidebar-item/index.wxml | 18 + .../dist/sidebar-item/index.wxss | 1 + .../dist/sidebar/index.d.ts | 1 + .../dist/sidebar/index.js | 41 + .../dist/sidebar/index.json | 3 + .../dist/sidebar/index.wxml | 3 + .../dist/sidebar/index.wxss | 1 + .../dist/skeleton/index.d.ts | 1 + .../dist/skeleton/index.js | 46 + .../dist/skeleton/index.json | 4 + .../dist/skeleton/index.wxml | 29 + .../dist/skeleton/index.wxss | 1 + .../dist/slider/index.d.ts | 1 + .../dist/slider/index.js | 106 + .../dist/slider/index.json | 3 + .../dist/slider/index.wxml | 30 + .../dist/slider/index.wxs | 20 + .../dist/slider/index.wxss | 1 + .../dist/stepper/index.d.ts | 1 + .../dist/stepper/index.js | 191 + .../dist/stepper/index.json | 3 + .../dist/stepper/index.wxml | 37 + .../dist/stepper/index.wxss | 1 + .../dist/steps/index.d.ts | 1 + .../dist/steps/index.js | 33 + .../dist/steps/index.json | 6 + .../dist/steps/index.wxml | 54 + .../dist/steps/index.wxss | 1 + .../dist/sticky/index.d.ts | 1 + .../dist/sticky/index.js | 117 + .../dist/sticky/index.json | 3 + .../dist/sticky/index.wxml | 8 + .../dist/sticky/index.wxs | 37 + .../dist/sticky/index.wxss | 1 + .../dist/submit-bar/index.d.ts | 1 + .../dist/submit-bar/index.js | 57 + .../dist/submit-bar/index.json | 7 + .../dist/submit-bar/index.wxml | 44 + .../dist/submit-bar/index.wxss | 1 + .../dist/swipe-cell/index.d.ts | 1 + .../dist/swipe-cell/index.js | 129 + .../dist/swipe-cell/index.json | 3 + .../dist/swipe-cell/index.wxml | 20 + .../dist/swipe-cell/index.wxss | 1 + .../dist/switch/index.d.ts | 1 + .../dist/switch/index.js | 51 + .../dist/switch/index.json | 6 + .../dist/switch/index.wxml | 11 + .../dist/switch/index.wxss | 1 + .../dist/tab/index.d.ts | 1 + .../dist/tab/index.js | 59 + .../dist/tab/index.json | 3 + .../dist/tab/index.wxml | 8 + .../dist/tab/index.wxss | 1 + .../dist/tabbar-item/index.d.ts | 1 + .../dist/tabbar-item/index.js | 48 + .../dist/tabbar-item/index.json | 7 + .../dist/tabbar-item/index.wxml | 30 + .../dist/tabbar-item/index.wxss | 1 + .../dist/tabbar/index.d.ts | 1 + .../dist/tabbar/index.js | 61 + .../dist/tabbar/index.json | 3 + .../dist/tabbar/index.wxml | 8 + .../dist/tabbar/index.wxss | 1 + .../dist/tabs/index.d.ts | 1 + .../dist/tabs/index.js | 279 + .../dist/tabs/index.json | 7 + .../dist/tabs/index.wxml | 63 + .../dist/tabs/index.wxs | 115 + .../dist/tabs/index.wxss | 1 + .../dist/tag/index.d.ts | 1 + .../dist/tag/index.js | 21 + .../dist/tag/index.json | 6 + .../dist/tag/index.wxml | 14 + .../dist/tag/index.wxss | 1 + .../dist/toast/index.d.ts | 1 + .../dist/toast/index.js | 29 + .../dist/toast/index.json | 9 + .../dist/toast/index.wxml | 33 + .../dist/toast/index.wxss | 1 + .../dist/toast/toast.d.ts | 51 + .../dist/toast/toast.js | 70 + .../dist/transition/index.d.ts | 1 + .../dist/transition/index.js | 13 + .../dist/transition/index.json | 3 + .../dist/transition/index.wxml | 8 + .../dist/transition/index.wxss | 1 + .../dist/tree-select/index.d.ts | 1 + .../dist/tree-select/index.js | 68 + .../dist/tree-select/index.json | 8 + .../dist/tree-select/index.wxml | 41 + .../dist/tree-select/index.wxs | 12 + .../dist/tree-select/index.wxss | 1 + .../dist/uploader/index.d.ts | 1 + .../dist/uploader/index.js | 196 + .../dist/uploader/index.json | 7 + .../dist/uploader/index.wxml | 80 + .../dist/uploader/index.wxss | 1 + .../dist/uploader/shared.d.ts | 28 + .../dist/uploader/shared.js | 30 + .../dist/uploader/utils.d.ts | 32 + .../dist/uploader/utils.js | 122 + .../dist/wxs/add-unit.wxs | 14 + .../dist/wxs/array.wxs | 5 + .../dist/wxs/bem.wxs | 38 + .../dist/wxs/memoize.wxs | 54 + .../dist/wxs/object.wxs | 13 + .../dist/wxs/utils.wxs | 10 + .../ec-canvas/ec-canvas.js | 146 + .../ec-canvas/ec-canvas.json | 4 + .../ec-canvas/ec-canvas.wxml | 4 + .../ec-canvas/ec-canvas.wxss | 4 + .../ec-canvas/echarts.js | 13 + .../ec-canvas/wx-canvas.js | 97 + yun-min-program-plugin-master/host.js | 15 + .../image/card_img_a.png | Bin 0 -> 779 bytes .../image/card_img_b.png | Bin 0 -> 692 bytes .../image/card_img_c.png | Bin 0 -> 807 bytes .../image/card_img_d.png | Bin 0 -> 667 bytes .../image/couponsbg_1.png | Bin 0 -> 4518 bytes .../image/couponsbg_2.png | Bin 0 -> 4629 bytes .../image/couponsbg_3.png | Bin 0 -> 4398 bytes .../image/couponsbg_4.png | Bin 0 -> 4169 bytes .../image/couponsbg_5.png | Bin 0 -> 4572 bytes .../image/couponsbg_6.png | Bin 0 -> 4523 bytes .../image/couponsbg_7.png | Bin 0 -> 12385 bytes .../image/couponsbg_8.png | Bin 0 -> 2417 bytes .../image/credit_value_popup_decoration.png | Bin 0 -> 3130 bytes .../image/directSeeding/cart.png | Bin 0 -> 2667 bytes .../image/directSeeding/close.png | Bin 0 -> 2394 bytes .../image/directSeeding/close2_icon.png | Bin 0 -> 2369 bytes .../image/directSeeding/close3_icon.png | Bin 0 -> 3236 bytes .../image/directSeeding/close_icon.png | Bin 0 -> 1216 bytes .../image/directSeeding/start_icon.png | Bin 0 -> 1469 bytes .../image/directSeeding/zb_gift_icon.png | Bin 0 -> 1763 bytes .../image/directSeeding/zb_like_icon.png | Bin 0 -> 1509 bytes .../image/icon_API.png | Bin 0 -> 647 bytes .../image/icon_API_HL.png | Bin 0 -> 634 bytes .../image/icon_I.png | Bin 0 -> 1220 bytes .../image/icon_I_HL.png | Bin 0 -> 1447 bytes .../image/icon_cart.png | Bin 0 -> 1212 bytes .../image/icon_cart_HL.png | Bin 0 -> 1393 bytes .../image/icon_commission.png | Bin 0 -> 1092 bytes .../image/icon_commission_HL.png | Bin 0 -> 1092 bytes .../image/icon_component.png | Bin 0 -> 1197 bytes .../image/icon_component_HL.png | Bin 0 -> 1431 bytes .../image/icon_index.png | Bin 0 -> 1247 bytes .../image/icon_index_HL.png | Bin 0 -> 1351 bytes yun-min-program-plugin-master/image/kefu.png | Bin 0 -> 28094 bytes .../image/level-icon.png | Bin 0 -> 3761 bytes .../image/rob-time.png | Bin 0 -> 3779 bytes .../image/uppictures.png | Bin 0 -> 1660 bytes yun-min-program-plugin-master/images.wxss | 19 + yun-min-program-plugin-master/jsconfig.json | 7 + .../mybehaviors/getInvite/getInvite.js | 149 + .../mybehaviors/location/location.js | 144 + .../ConnectCustomerService.js | 56 + .../ConnectCustomerService.json | 6 + .../ConnectCustomerService.wxml | 26 + .../ConnectCustomerService.wxss | 78 + .../mycomponent/DTurntable/DTurntable.js | 207 + .../mycomponent/DTurntable/DTurntable.json | 4 + .../mycomponent/DTurntable/DTurntable.wxml | 12 + .../mycomponent/DTurntable/DTurntable.wxss | 81 + .../channelsLiveFloat/channelsLiveFloat.js | 102 + .../channelsLiveFloat/channelsLiveFloat.json | 4 + .../channelsLiveFloat/channelsLiveFloat.wxml | 13 + .../channelsLiveFloat/channelsLiveFloat.wxss | 43 + .../mycomponent/count/count.js | 166 + .../mycomponent/count/count.json | 4 + .../mycomponent/count/count.wxml | 2 + .../mycomponent/count/count.wxss | 0 .../customMessage/customMessage.js | 25 + .../customMessage/customMessage.json | 4 + .../customMessage/customMessage.wxml | 10 + .../customMessage/customMessage.wxss | 51 + .../mycomponent/diyfrom/diyfrom.js | 1043 +++ .../mycomponent/diyfrom/diyfrom.json | 17 + .../mycomponent/diyfrom/diyfrom.wxml | 234 + .../mycomponent/diyfrom/diyfrom.wxss | 246 + .../mycomponent/foot/foot.js | 825 ++ .../mycomponent/foot/foot.json | 4 + .../mycomponent/foot/foot.wxml | 52 + .../mycomponent/foot/foot.wxss | 154 + .../mycomponent/goodsList/goodsList.js | 399 + .../mycomponent/goodsList/goodsList.json | 7 + .../mycomponent/goodsList/goodsList.wxml | 213 + .../mycomponent/goodsList/goodsList.wxss | 525 ++ .../groupListPopup/groupListPopup.js | 137 + .../groupListPopup/groupListPopup.json | 7 + .../groupListPopup/groupListPopup.wxml | 55 + .../groupListPopup/groupListPopup.wxss | 151 + .../mycomponent/mp-html/index.js | 8 + .../mycomponent/mp-html/index.json | 1 + .../mycomponent/mp-html/index.wxml | 1 + .../mycomponent/mp-html/index.wxss | 2 + .../mycomponent/mp-html/node/node.js | 1 + .../mycomponent/mp-html/node/node.json | 1 + .../mycomponent/mp-html/node/node.wxml | 1 + .../mycomponent/mp-html/node/node.wxss | 63 + .../mycomponent/mp-html/parser.js | 1 + .../payKeyboard/PayKeyboardAsync.js | 17 + .../numberKeyboard/numberKeyboard.js | 198 + .../numberKeyboard/numberKeyboard.json | 6 + .../numberKeyboard/numberKeyboard.wxml | 32 + .../numberKeyboard/numberKeyboard.wxss | 100 + .../passwordInput/passwordInput.js | 30 + .../passwordInput/passwordInput.json | 4 + .../passwordInput/passwordInput.wxml | 7 + .../passwordInput/passwordInput.wxss | 67 + .../mycomponent/payKeyboard/payKeyboard.js | 137 + .../mycomponent/payKeyboard/payKeyboard.json | 12 + .../mycomponent/payKeyboard/payKeyboard.wxml | 43 + .../mycomponent/payKeyboard/payKeyboard.wxss | 119 + .../searchHistory/searchHistory.js | 122 + .../searchHistory/searchHistory.json | 7 + .../searchHistory/searchHistory.wxml | 25 + .../searchHistory/searchHistory.wxss | 38 + .../mycomponent/star/star.js | 64 + .../mycomponent/star/star.json | 4 + .../mycomponent/star/star.wxml | 6 + .../mycomponent/star/star.wxss | 30 + .../mycomponent/temp/goods/goods.js | 156 + .../mycomponent/temp/goods/goods.json | 4 + .../mycomponent/temp/goods/goods.wxml | 148 + .../mycomponent/temp/goods/goods.wxss | 471 + .../temp/goods_qrcode/goods_qrcode.js | 414 + .../temp/goods_qrcode/goods_qrcode.json | 6 + .../temp/goods_qrcode/goods_qrcode.wxml | 4 + .../temp/goods_qrcode/goods_qrcode.wxss | 3 + .../mycomponent/temp/qrcode/qrcode.js | 286 + .../mycomponent/temp/qrcode/qrcode.json | 6 + .../mycomponent/temp/qrcode/qrcode.wxml | 4 + .../mycomponent/temp/qrcode/qrcode.wxss | 3 + .../mycomponent/yz-image/yz-image.js | 88 + .../mycomponent/yz-image/yz-image.json | 5 + .../mycomponent/yz-image/yz-image.wxml | 18 + .../mycomponent/yz-image/yz-image.wxss | 6 + .../mycomponent/yz_area/yz_area.js | 194 + .../mycomponent/yz_area/yz_area.json | 7 + .../mycomponent/yz_area/yz_area.wxml | 26 + .../mycomponent/yz_area/yz_area.wxss | 1 + .../yz_bindMobile/yz_bindMobile.js | 262 + .../yz_bindMobile/yz_bindMobile.json | 6 + .../yz_bindMobile/yz_bindMobile.wxml | 59 + .../yz_bindMobile/yz_bindMobile.wxss | 123 + .../mycomponent/yz_blank/yz_blank.js | 61 + .../mycomponent/yz_blank/yz_blank.json | 4 + .../mycomponent/yz_blank/yz_blank.wxml | 9 + .../mycomponent/yz_blank/yz_blank.wxss | 31 + .../yz_commentInput/yz_commentInput.js | 159 + .../yz_commentInput/yz_commentInput.json | 9 + .../yz_commentInput/yz_commentInput.wxml | 33 + .../yz_commentInput/yz_commentInput.wxss | 107 + .../commentCell/commentCell.js | 87 + .../commentCell/commentCell.json | 4 + .../commentCell/commentCell.wxml | 36 + .../commentCell/commentCell.wxss | 105 + .../commentCellItem/commentCellItem.js | 61 + .../commentCellItem/commentCellItem.json | 4 + .../commentCellItem/commentCellItem.wxml | 26 + .../commentCellItem/commentCellItem.wxss | 84 + .../commentGroup/commentGroup.js | 69 + .../commentGroup/commentGroup.json | 7 + .../commentGroup/commentGroup.wxml | 29 + .../commentGroup/commentGroup.wxss | 116 + .../mycomponent/yz_diyformV2/diyformV2.js | 880 ++ .../mycomponent/yz_diyformV2/diyformV2.json | 18 + .../mycomponent/yz_diyformV2/diyformV2.wxml | 227 + .../mycomponent/yz_diyformV2/diyformV2.wxss | 243 + .../yz_homeButton/yz_homeButton.js | 70 + .../yz_homeButton/yz_homeButton.json | 4 + .../yz_homeButton/yz_homeButton.wxml | 24 + .../yz_homeButton/yz_homeButton.wxss | 74 + .../mycomponent/yz_pay/yz_pay.js | 1290 +++ .../yz_pay_buttons/yz_pay_buttons.js | 70 + .../yz_pay_buttons/yz_pay_buttons.json | 7 + .../yz_pay_buttons/yz_pay_buttons.wxml | 26 + .../yz_pay_buttons/yz_pay_buttons.wxss | 107 + .../mycomponent/yz_specs/yz_specs.js | 465 + .../mycomponent/yz_specs/yz_specs.json | 7 + .../mycomponent/yz_specs/yz_specs.wxml | 69 + .../mycomponent/yz_specs/yz_specs.wxss | 303 + .../mycomponent/yz_specsV2/yz_specs.js | 381 + .../mycomponent/yz_specsV2/yz_specs.json | 11 + .../mycomponent/yz_specsV2/yz_specs.wxml | 84 + .../mycomponent/yz_specsV2/yz_specs.wxss | 255 + .../mycomponent/yz_upVideo/yz_upVideo.js | 94 + .../mycomponent/yz_upVideo/yz_upVideo.json | 4 + .../mycomponent/yz_upVideo/yz_upVideo.wxml | 12 + .../mycomponent/yz_upVideo/yz_upVideo.wxss | 26 + .../mycomponent/yz_uploader/yz_uploader.js | 156 + .../mycomponent/yz_uploader/yz_uploader.json | 6 + .../mycomponent/yz_uploader/yz_uploader.wxml | 13 + .../mycomponent/yz_uploader/yz_uploader.wxss | 41 + .../mycss/iconImg.wxss | 1822 ++++ .../mycss/iconfont.wxss | 8077 +++++++++++++++++ .../mycss/stylesheet.wxss | 26 + .../mymap/qqmap-wx-jssdk.min.js | 1 + yun-min-program-plugin-master/package.json | 25 + .../packageA/detail_v2/detail_v2.js | 625 ++ .../packageA/detail_v2/detail_v2.json | 16 + .../packageA/detail_v2/detail_v2.wxml | 70 + .../packageA/detail_v2/detail_v2.wxss | 61 + .../packageA/detail_v2/touch.wxs | 26 + .../hotel/HotelGoodsOrder/HotelGoodsOrder.js | 755 ++ .../HotelGoodsOrder/HotelGoodsOrder.json | 17 + .../HotelGoodsOrder/HotelGoodsOrder.wxml | 174 + .../HotelGoodsOrder/HotelGoodsOrder.wxss | 349 + .../packageA/hotel/HotelManage/HotelManage.js | 159 + .../hotel/HotelManage/HotelManage.json | 6 + .../hotel/HotelManage/HotelManage.wxml | 72 + .../hotel/HotelManage/HotelManage.wxss | 239 + .../packageA/member/ClockPunch/ClockPunch.js | 600 ++ .../member/ClockPunch/ClockPunch.json | 7 + .../member/ClockPunch/ClockPunch.wxml | 85 + .../member/ClockPunch/ClockPunch.wxss | 191 + .../ClockPunchRecord/ClockPunchRecord.js | 201 + .../ClockPunchRecord/ClockPunchRecord.json | 3 + .../ClockPunchRecord/ClockPunchRecord.wxml | 30 + .../ClockPunchRecord/ClockPunchRecord.wxss | 76 + .../member/ClockPunchRule/ClockPunchRule.js | 132 + .../member/ClockPunchRule/ClockPunchRule.json | 4 + .../member/ClockPunchRule/ClockPunchRule.wxml | 13 + .../member/ClockPunchRule/ClockPunchRule.wxss | 19 + .../member/CourseManage/CourseManage.js | 98 + .../member/CourseManage/CourseManage.json | 5 + .../member/CourseManage/CourseManage.wxml | 62 + .../member/CourseManage/CourseManage.wxss | 83 + .../DistributionOrders/DistributionOrders.js | 154 + .../DistributionOrders.json | 5 + .../DistributionOrders.wxml | 140 + .../DistributionOrders.wxss | 205 + .../member/SupplierCenter/SupplierCenter.js | 180 + .../member/SupplierCenter/SupplierCenter.json | 6 + .../member/SupplierCenter/SupplierCenter.wxml | 119 + .../member/SupplierCenter/SupplierCenter.wxss | 150 + .../member/article/ArticleList/ArticleList.js | 148 + .../article/ArticleList/ArticleList.json | 4 + .../article/ArticleList/ArticleList.wxml | 15 + .../article/ArticleList/ArticleList.wxss | 60 + .../article/articleContent/articleContent.js | 722 ++ .../articleContent/articleContent.json | 6 + .../articleContent/articleContent.wxml | 174 + .../articleContent/articleContent.wxss | 474 + .../noticeByCategory/noticeByCategory.js | 163 + .../noticeByCategory/noticeByCategory.json | 4 + .../noticeByCategory/noticeByCategory.wxml | 21 + .../noticeByCategory/noticeByCategory.wxss | 32 + .../article/noticeReport/noticeReport.js | 100 + .../article/noticeReport/noticeReport.json | 3 + .../article/noticeReport/noticeReport.wxml | 11 + .../article/noticeReport/noticeReport.wxss | 11 + .../member/balance/balance/balance.js | 216 + .../member/balance/balance/balance.json | 7 + .../member/balance/balance/balance.wxml | 50 + .../member/balance/balance/balance.wxss | 86 + .../balance_recharge/balance_recharge.js | 157 + .../balance_recharge/balance_recharge.json | 4 + .../balance_recharge/balance_recharge.wxml | 60 + .../balance_recharge/balance_recharge.wxss | 158 + .../balance_transfer/balance_transfer.js | 244 + .../balance_transfer/balance_transfer.json | 7 + .../balance_transfer/balance_transfer.wxml | 46 + .../balance_transfer/balance_transfer.wxss | 109 + .../balance_withdrawals.js | 748 ++ .../balance_withdrawals.json | 9 + .../balance_withdrawals.wxml | 102 + .../balance_withdrawals.wxss | 186 + .../member/balance/detailed/detailed.js | 174 + .../member/balance/detailed/detailed.json | 7 + .../member/balance/detailed/detailed.wxml | 64 + .../member/balance/detailed/detailed.wxss | 46 + .../member/balance/details/details.js | 127 + .../member/balance/details/details.json | 4 + .../member/balance/details/details.wxml | 37 + .../member/balance/details/details.wxss | 26 + .../supplier_withdrawals.js | 635 ++ .../supplier_withdrawals.json | 8 + .../supplier_withdrawals.wxml | 113 + .../supplier_withdrawals.wxss | 222 + .../balance/transformLoveV/transformLoveV.js | 294 + .../transformLoveV/transformLoveV.json | 3 + .../transformLoveV/transformLoveV.wxml | 31 + .../transformLoveV/transformLoveV.wxss | 138 + .../balance_password/balance_password.js | 293 + .../balance_password/balance_password.json | 9 + .../balance_password/balance_password.wxml | 51 + .../balance_password/balance_password.wxss | 63 + .../member/conferenceList/conferenceList.js | 119 + .../member/conferenceList/conferenceList.json | 6 + .../member/conferenceList/conferenceList.wxml | 44 + .../member/conferenceList/conferenceList.wxss | 58 + .../packageA/member/coupon_v2/coupon_v2.js | 556 ++ .../packageA/member/coupon_v2/coupon_v2.json | 15 + .../packageA/member/coupon_v2/coupon_v2.wxml | 135 + .../packageA/member/coupon_v2/coupon_v2.wxss | 290 + .../packageA/member/coupon_v2/swipeCell.js | 43 + .../packageA/member/coupon_v2/swipeCell.json | 4 + .../packageA/member/coupon_v2/swipeCell.wxml | 176 + .../packageA/member/coupon_v2/swipeCell.wxss | 21 + .../coupon_v2_detail/coupon_v2_detail.js | 409 + .../coupon_v2_detail/coupon_v2_detail.json | 6 + .../coupon_v2_detail/coupon_v2_detail.wxml | 84 + .../coupon_v2_detail/coupon_v2_detail.wxss | 238 + .../course/CourseDetail/CourseDetail.js | 962 ++ .../course/CourseDetail/CourseDetail.json | 18 + .../course/CourseDetail/CourseDetail.wxml | 188 + .../course/CourseDetail/CourseDetail.wxss | 692 ++ .../course/CourseHistory/CourseHistory.js | 188 + .../course/CourseHistory/CourseHistory.json | 4 + .../course/CourseHistory/CourseHistory.wxml | 30 + .../course/CourseHistory/CourseHistory.wxss | 76 + .../member/course/CourseIndex/CourseIndex.js | 351 + .../course/CourseIndex/CourseIndex.json | 7 + .../course/CourseIndex/CourseIndex.wxml | 167 + .../course/CourseIndex/CourseIndex.wxss | 500 + .../CourseMemberUpdate/CourseMemberUpdate.js | 122 + .../CourseMemberUpdate.json | 5 + .../CourseMemberUpdate.wxml | 78 + .../CourseMemberUpdate.wxss | 258 + .../member/course/CourseMy/CourseMy.js | 98 + .../member/course/CourseMy/CourseMy.json | 3 + .../member/course/CourseMy/CourseMy.wxml | 20 + .../member/course/CourseMy/CourseMy.wxss | 57 + .../course/CourseReward/CourseReward.js | 99 + .../course/CourseReward/CourseReward.json | 3 + .../course/CourseReward/CourseReward.wxml | 20 + .../course/CourseReward/CourseReward.wxss | 53 + .../course/CourseSearch/CourseSearch.js | 246 + .../course/CourseSearch/CourseSearch.json | 6 + .../course/CourseSearch/CourseSearch.wxml | 82 + .../course/CourseSearch/CourseSearch.wxss | 251 + .../member/course/VoiceDetail/VoiceDetail.js | 227 + .../course/VoiceDetail/VoiceDetail.json | 4 + .../course/VoiceDetail/VoiceDetail.wxml | 55 + .../course/VoiceDetail/VoiceDetail.wxss | 140 + .../member/course/VoiceList/VoiceList.js | 206 + .../member/course/VoiceList/VoiceList.json | 4 + .../member/course/VoiceList/VoiceList.wxml | 23 + .../member/course/VoiceList/VoiceList.wxss | 95 + .../member/distribution/distribution.js | 318 + .../member/distribution/distribution.json | 6 + .../member/distribution/distribution.wxml | 168 + .../member/distribution/distribution.wxss | 203 + .../packageA/member/editmobile/editmobile.js | 1930 ++++ .../member/editmobile/editmobile.json | 19 + .../member/editmobile/editmobile.wxml | 243 + .../member/editmobile/editmobile.wxss | 501 + .../extension/CustomQueue/CustomQueue.js | 306 + .../extension/CustomQueue/CustomQueue.json | 7 + .../extension/CustomQueue/CustomQueue.wxml | 120 + .../extension/CustomQueue/CustomQueue.wxss | 235 + .../ExtensionApply/ExtensionApply.js | 335 + .../ExtensionApply/ExtensionApply.json | 9 + .../ExtensionApply/ExtensionApply.wxml | 101 + .../ExtensionApply/ExtensionApply.wxss | 264 + .../ExtensionGoods/ExtensionGoods.js | 93 + .../ExtensionGoods/ExtensionGoods.json | 6 + .../ExtensionGoods/ExtensionGoods.wxml | 5 + .../ExtensionGoods/ExtensionGoods.wxss | 1 + .../member/extension/MyIncome/MyIncome.js | 93 + .../member/extension/MyIncome/MyIncome.json | 6 + .../member/extension/MyIncome/MyIncome.wxml | 38 + .../member/extension/MyIncome/MyIncome.wxss | 110 + .../extension/Performance/Performance.js | 164 + .../extension/Performance/Performance.json | 6 + .../extension/Performance/Performance.wxml | 21 + .../extension/Performance/Performance.wxss | 47 + .../alreadySettled/alreadySettled.js | 149 + .../alreadySettled/alreadySettled.json | 4 + .../alreadySettled/alreadySettled.wxml | 23 + .../alreadySettled/alreadySettled.wxss | 44 + .../member/extension/commission/commission.js | 148 + .../extension/commission/commission.json | 6 + .../extension/commission/commission.wxml | 27 + .../extension/commission/commission.wxss | 52 + .../distributionOrder/distributionOrder.js | 294 + .../distributionOrder/distributionOrder.json | 7 + .../distributionOrder/distributionOrder.wxml | 237 + .../distributionOrder/distributionOrder.wxss | 154 + .../extension/earningList/earningList.js | 214 + .../extension/earningList/earningList.json | 7 + .../extension/earningList/earningList.wxml | 37 + .../extension/earningList/earningList.wxss | 115 + .../extension/incomedetails/incomedetails.js | 220 + .../incomedetails/incomedetails.json | 7 + .../incomedetails/incomedetails.wxml | 35 + .../incomedetails/incomedetails.wxss | 65 + .../member/extension/myEarnings/myEarnings.js | 100 + .../extension/myEarnings/myEarnings.json | 4 + .../extension/myEarnings/myEarnings.wxml | 16 + .../extension/myEarnings/myEarnings.wxss | 68 + .../member/extension/notPresent/notPresent.js | 164 + .../extension/notPresent/notPresent.json | 4 + .../extension/notPresent/notPresent.wxml | 23 + .../extension/notPresent/notPresent.wxss | 44 + .../member/extension/present/present.js | 162 + .../member/extension/present/present.json | 4 + .../member/extension/present/present.wxml | 35 + .../member/extension/present/present.wxss | 44 + .../member/extension/unsettled/unsettled.js | 145 + .../member/extension/unsettled/unsettled.json | 4 + .../member/extension/unsettled/unsettled.wxml | 23 + .../member/extension/unsettled/unsettled.wxss | 44 + .../income_details_info.js | 136 + .../income_details_info.json | 4 + .../income_details_info.wxml | 29 + .../income_details_info.wxss | 70 + .../packageA/member/info/info.js | 951 ++ .../packageA/member/info/info.json | 12 + .../packageA/member/info/info.wxml | 170 + .../packageA/member/info/info.wxss | 185 + .../member/info_costom/info_costom.js | 145 + .../member/info_costom/info_costom.json | 7 + .../member/info_costom/info_costom.wxml | 13 + .../member/info_costom/info_costom.wxss | 21 + .../packageA/member/memberBank/memberBank.js | 257 + .../member/memberBank/memberBank.json | 9 + .../member/memberBank/memberBank.wxml | 29 + .../member/memberBank/memberBank.wxss | 21 + .../packageA/member/myOrder_v2/myOrder_v2.js | 753 ++ .../member/myOrder_v2/myOrder_v2.json | 10 + .../member/myOrder_v2/myOrder_v2.wxml | 73 + .../member/myOrder_v2/myOrder_v2.wxss | 167 + .../packageA/member/notice/notice.js | 273 + .../packageA/member/notice/notice.json | 8 + .../packageA/member/notice/notice.wxml | 45 + .../packageA/member/notice/notice.wxss | 160 + .../order/TransferAccount/TransferAccount.js | 213 + .../TransferAccount/TransferAccount.json | 4 + .../TransferAccount/TransferAccount.wxml | 46 + .../TransferAccount/TransferAccount.wxss | 110 + .../cps-order-item/cps-order-item.js | 25 + .../cps-order-item/cps-order-item.json | 4 + .../cps-order-item/cps-order-item.wxml | 78 + .../cps-order-item/cps-order-item.wxss | 159 + .../member/order/cpsCoupon/cpsCoupon.js | 73 + .../member/order/cpsCoupon/cpsCoupon.json | 9 + .../member/order/cpsCoupon/cpsCoupon.wxml | 12 + .../member/order/cpsCoupon/cpsCoupon.wxss | 1 + .../member/order/cpsOrder/cpsOrder.js | 93 + .../member/order/cpsOrder/cpsOrder.json | 9 + .../member/order/cpsOrder/cpsOrder.wxml | 23 + .../member/order/cpsOrder/cpsOrder.wxss | 12 + .../member/order/logistics/logistics.js | 160 + .../member/order/logistics/logistics.json | 4 + .../member/order/logistics/logistics.wxml | 27 + .../member/order/logistics/logistics.wxss | 89 + .../member/order/orderCash/orderCash.js | 128 + .../member/order/orderCash/orderCash.json | 4 + .../member/order/orderCash/orderCash.wxml | 9 + .../member/order/orderCash/orderCash.wxss | 24 + .../orderLogisticsDetails.js | 124 + .../orderLogisticsDetails.json | 4 + .../orderLogisticsDetails.wxml | 53 + .../orderLogisticsDetails.wxss | 143 + .../orderLogisticsDetails_position.png | Bin 0 -> 931 bytes .../order/scancodeAccount/scancodeAccount.js | 218 + .../scancodeAccount/scancodeAccount.json | 4 + .../scancodeAccount/scancodeAccount.wxml | 49 + .../scancodeAccount/scancodeAccount.wxss | 143 + .../member/orderdetail/orderdetail.js | 1807 ++++ .../member/orderdetail/orderdetail.json | 18 + .../member/orderdetail/orderdetail.wxml | 489 + .../member/orderdetail/orderdetail.wxss | 888 ++ .../pick_up_card_order/pick_up_card_order.js | 332 + .../pick_up_card_order.json | 9 + .../pick_up_card_order.wxml | 42 + .../pick_up_card_order.wxss | 24 + .../presentationDetails.js | 132 + .../presentationDetails.json | 4 + .../presentationDetails.wxml | 49 + .../presentationDetails.wxss | 41 + .../presentationRecord/presentationRecord.js | 213 + .../presentationRecord.json | 7 + .../presentationRecord.wxml | 118 + .../presentationRecord.wxss | 201 + .../presentationRecordSuppier.js | 367 + .../presentationRecordSuppier.json | 7 + .../presentationRecordSuppier.wxml | 226 + .../presentationRecordSuppier.wxss | 41 + .../presentationRecord_v2.js | 730 ++ .../presentationRecord_v2.json | 6 + .../presentationRecord_v2.wxml | 365 + .../presentationRecord_v2.wxss | 117 + .../member/rankingIndex/rankingIndex.js | 125 + .../member/rankingIndex/rankingIndex.json | 6 + .../member/rankingIndex/rankingIndex.wxml | 31 + .../member/rankingIndex/rankingIndex.wxss | 46 + .../member/rechargeCode/rechargeCode.js | 214 + .../member/rechargeCode/rechargeCode.json | 7 + .../member/rechargeCode/rechargeCode.wxml | 19 + .../member/rechargeCode/rechargeCode.wxss | 31 + .../set_balance_password.js | 266 + .../set_balance_password.json | 9 + .../set_balance_password.wxml | 36 + .../set_balance_password.wxss | 39 + .../packageA/member/sign/sign.js | 325 + .../packageA/member/sign/sign.json | 6 + .../packageA/member/sign/sign.wxml | 54 + .../packageA/member/sign/sign.wxss | 214 + .../packageA/member/signrecord/signrecord.js | 115 + .../member/signrecord/signrecord.json | 8 + .../member/signrecord/signrecord.wxml | 48 + .../member/signrecord/signrecord.wxss | 100 + .../packageA/member/signrules/signrules.js | 82 + .../packageA/member/signrules/signrules.json | 3 + .../packageA/member/signrules/signrules.wxml | 6 + .../packageA/member/signrules/signrules.wxss | 8 + .../packageA/member/storeApply/storeApply.js | 1599 ++++ .../member/storeApply/storeApply.json | 14 + .../member/storeApply/storeApply.wxml | 310 + .../member/storeApply/storeApply.wxss | 732 ++ .../CommodityEditor/CommodityEditor.js | 790 ++ .../CommodityEditor/CommodityEditor.json | 6 + .../CommodityEditor/CommodityEditor.wxml | 62 + .../CommodityEditor/CommodityEditor.wxss | 134 + .../CommodityManagement.js | 470 + .../CommodityManagement.json | 6 + .../CommodityManagement.wxml | 71 + .../CommodityManagement.wxss | 176 + .../CommodityRelease/CommodityRelease.js | 424 + .../CommodityRelease/CommodityRelease.json | 12 + .../CommodityRelease/CommodityRelease.wxml | 19 + .../CommodityRelease/CommodityRelease.wxss | 28 + .../supplier/SupInfoManage/SupInfoManage.js | 510 ++ .../supplier/SupInfoManage/SupInfoManage.json | 6 + .../supplier/SupInfoManage/SupInfoManage.wxml | 57 + .../supplier/SupInfoManage/SupInfoManage.wxss | 80 + .../supplier/SupplierIndex/SupplierIndex.js | 198 + .../supplier/SupplierIndex/SupplierIndex.json | 5 + .../supplier/SupplierIndex/SupplierIndex.wxml | 54 + .../supplier/SupplierIndex/SupplierIndex.wxss | 170 + .../supplier/SupplierInfo/SupplierInfo.js | 152 + .../supplier/SupplierInfo/SupplierInfo.json | 7 + .../supplier/SupplierInfo/SupplierInfo.wxml | 119 + .../supplier/SupplierInfo/SupplierInfo.wxss | 267 + .../supplier/SupplierSearch/SupplierSearch.js | 342 + .../SupplierSearch/SupplierSearch.json | 5 + .../SupplierSearch/SupplierSearch.wxml | 107 + .../SupplierSearch/SupplierSearch.wxss | 287 + .../supplier/SupplierShop/SupplierShop.js | 565 ++ .../supplier/SupplierShop/SupplierShop.json | 10 + .../supplier/SupplierShop/SupplierShop.wxml | 275 + .../supplier/SupplierShop/SupplierShop.wxss | 1061 +++ .../supplier/component/activity/activity.js | 34 + .../supplier/component/activity/activity.json | 4 + .../supplier/component/activity/activity.wxml | 40 + .../supplier/component/activity/activity.wxss | 85 + .../supplier/component/classify/classify.js | 263 + .../supplier/component/classify/classify.json | 4 + .../supplier/component/classify/classify.wxml | 52 + .../supplier/component/classify/classify.wxss | 116 + .../packageA/member/supplier/supplier.js | 1198 +++ .../packageA/member/supplier/supplier.json | 17 + .../packageA/member/supplier/supplier.wxml | 347 + .../packageA/member/supplier/supplier.wxss | 476 + .../withdrawEditmobile/withdrawEditmobile.js | 273 + .../withdrawEditmobile.json | 6 + .../withdrawEditmobile.wxml | 27 + .../withdrawEditmobile.wxss | 63 + .../packageA/member/withdrawal/withdrawal.js | 1637 ++++ .../member/withdrawal/withdrawal.json | 17 + .../member/withdrawal/withdrawal.wxml | 602 ++ .../member/withdrawal/withdrawal.wxss | 833 ++ .../mycomponent/Permissions/Permissions.js | 416 + .../mycomponent/Permissions/Permissions.json | 12 + .../mycomponent/Permissions/Permissions.wxml | 154 + .../mycomponent/Permissions/Permissions.wxss | 110 + .../basicInformation/basicInformation.js | 941 ++ .../basicInformation/basicInformation.json | 6 + .../basicInformation/basicInformation.wxml | 78 + .../basicInformation/basicInformation.wxss | 145 + .../packageA/mycomponent/count/count.js | 166 + .../packageA/mycomponent/count/count.json | 4 + .../packageA/mycomponent/count/count.wxml | 2 + .../packageA/mycomponent/count/count.wxss | 0 .../mycomponent/coupon_item/coupon_item.js | 90 + .../mycomponent/coupon_item/coupon_item.json | 8 + .../mycomponent/coupon_item/coupon_item.wxml | 115 + .../mycomponent/coupon_item/coupon_item.wxss | 289 + .../mycomponent/course_goods/course_goods.js | 1052 +++ .../course_goods/course_goods.json | 21 + .../course_goods/course_goods.wxml | 255 + .../course_goods/course_goods.wxss | 908 ++ .../packageA/mycomponent/discount/discount.js | 114 + .../mycomponent/discount/discount.json | 9 + .../mycomponent/discount/discount.wxml | 27 + .../mycomponent/discount/discount.wxss | 45 + .../mycomponent/floatOrder/floatOrder.js | 76 + .../mycomponent/floatOrder/floatOrder.json | 5 + .../mycomponent/floatOrder/floatOrder.wxml | 40 + .../mycomponent/floatOrder/floatOrder.wxss | 62 + .../goodsComponent/backup/backup.js | 58 + .../goodsComponent/backup/backup.json | 4 + .../goodsComponent/backup/backup.wxml | 10 + .../goodsComponent/backup/backup.wxss | 31 + .../goodsComponent/buyNow/buyNow.js | 1373 +++ .../goodsComponent/buyNow/buyNow.json | 14 + .../goodsComponent/buyNow/buyNow.wxml | 215 + .../goodsComponent/buyNow/buyNow.wxss | 376 + .../mycomponent/goodsComponent/foot/foot.js | 696 ++ .../mycomponent/goodsComponent/foot/foot.json | 16 + .../mycomponent/goodsComponent/foot/foot.wxml | 275 + .../mycomponent/goodsComponent/foot/foot.wxss | 487 + .../plugin/appointment/appointment.js | 124 + .../plugin/appointment/appointment.json | 8 + .../plugin/appointment/appointment.wxml | 41 + .../plugin/appointment/appointment.wxss | 150 + .../goodsComponent/plugin/comment/comment.js | 135 + .../plugin/comment/comment.json | 9 + .../plugin/comment/comment.wxml | 114 + .../plugin/comment/comment.wxss | 290 + .../plugin/fixedPrice/fixedPrice.js | 53 + .../plugin/fixedPrice/fixedPrice.json | 4 + .../plugin/fixedPrice/fixedPrice.wxml | 5 + .../plugin/fixedPrice/fixedPrice.wxss | 29 + .../plugin/goodSwipe/goodSwipe.js | 42 + .../plugin/goodSwipe/goodSwipe.json | 6 + .../plugin/goodSwipe/goodSwipe.wxml | 21 + .../plugin/goodSwipe/goodSwipe.wxss | 24 + .../plugin/groupWork/groupWork.js | 183 + .../plugin/groupWork/groupWork.json | 11 + .../plugin/groupWork/groupWork.wxml | 54 + .../plugin/groupWork/groupWork.wxss | 144 + .../plugin/guessLike/guessLike.js | 66 + .../plugin/guessLike/guessLike.json | 4 + .../plugin/guessLike/guessLike.wxml | 21 + .../plugin/guessLike/guessLike.wxss | 85 + .../invitationAndLive/invitationAndLive.js | 101 + .../invitationAndLive/invitationAndLive.json | 11 + .../invitationAndLive/invitationAndLive.wxml | 95 + .../invitationAndLive/invitationAndLive.wxss | 367 + .../goodsComponent/plugin/market/market.js | 62 + .../goodsComponent/plugin/market/market.json | 7 + .../goodsComponent/plugin/market/market.wxml | 33 + .../goodsComponent/plugin/market/market.wxss | 83 + .../goodsComponent/plugin/member/member.js | 56 + .../goodsComponent/plugin/member/member.json | 4 + .../goodsComponent/plugin/member/member.wxml | 21 + .../goodsComponent/plugin/member/member.wxss | 40 + .../plugin/producer/producer.js | 30 + .../plugin/producer/producer.json | 4 + .../plugin/producer/producer.wxml | 13 + .../plugin/producer/producer.wxss | 58 + .../projectCard/projectCard.js | 39 + .../projectCard/projectCard.json | 4 + .../projectCard/projectCard.wxml | 46 + .../projectCard/projectCard.wxss | 149 + .../projectCardModule/projectCardModule.js | 63 + .../projectCardModule/projectCardModule.json | 6 + .../projectCardModule/projectCardModule.wxml | 10 + .../projectCardModule/projectCardModule.wxss | 35 + .../plugin/supplierModel/supplierModel.js | 46 + .../plugin/supplierModel/supplierModel.json | 7 + .../plugin/supplierModel/supplierModel.wxml | 37 + .../plugin/supplierModel/supplierModel.wxss | 115 + .../plugin/timeAppointment/timeAppointment.js | 165 + .../timeAppointment/timeAppointment.json | 7 + .../timeAppointment/timeAppointment.wxml | 71 + .../timeAppointment/timeAppointment.wxss | 231 + .../priceTitleRepertorySales.js | 305 + .../priceTitleRepertorySales.json | 6 + .../priceTitleRepertorySales.wxml | 386 + .../priceTitleRepertorySales.wxss | 951 ++ .../selfParameterServicetag.js | 577 ++ .../selfParameterServicetag.json | 15 + .../selfParameterServicetag.wxml | 517 ++ .../selfParameterServicetag.wxss | 1271 +++ .../goodsComponent/timeLimit/timeLimit.js | 233 + .../goodsComponent/timeLimit/timeLimit.json | 6 + .../goodsComponent/timeLimit/timeLimit.wxml | 112 + .../goodsComponent/timeLimit/timeLimit.wxss | 232 + .../goodsComponent/zhpGroup/zhplist.js | 66 + .../goodsComponent/zhpGroup/zhplist.json | 13 + .../goodsComponent/zhpGroup/zhplist.wxml | 42 + .../goodsComponent/zhpGroup/zhplist.wxss | 63 + .../goods_Electricity/goods_Electricity.js | 540 ++ .../goods_Electricity/goods_Electricity.json | 15 + .../goods_Electricity/goods_Electricity.wxml | 289 + .../goods_Electricity/goods_Electricity.wxss | 712 ++ .../mycomponent/goods_new/goods_new.js | 2162 +++++ .../mycomponent/goods_new/goods_new.json | 33 + .../mycomponent/goods_new/goods_new.wxml | 470 + .../mycomponent/goods_new/goods_new.wxss | 864 ++ .../goods_telephone_charges_pro.js | 223 + .../goods_telephone_charges_pro.json | 8 + .../goods_telephone_charges_pro.wxml | 138 + .../goods_telephone_charges_pro.wxss | 446 + .../mycomponent/group_buy/group_buy.js | 66 + .../mycomponent/group_buy/group_buy.json | 3 + .../mycomponent/group_buy/group_buy.wxml | 2 + .../mycomponent/group_buy/group_buy.wxss | 1 + .../mycomponent/invitation/invitation.js | 116 + .../mycomponent/invitation/invitation.json | 7 + .../mycomponent/invitation/invitation.wxml | 71 + .../mycomponent/invitation/invitation.wxss | 144 + .../offline_order/offline_order.js | 78 + .../offline_order/offline_order.json | 6 + .../offline_order/offline_order.wxml | 47 + .../offline_order/offline_order.wxss | 112 + .../oil_recharge_goods/oil_recharge_goods.js | 209 + .../oil_recharge_goods.json | 8 + .../oil_recharge_goods.wxml | 121 + .../oil_recharge_goods.wxss | 459 + .../mycomponent/orderList/orderList.js | 1325 +++ .../mycomponent/orderList/orderList.json | 17 + .../mycomponent/orderList/orderList.wxml | 282 + .../mycomponent/orderList/orderList.wxss | 667 ++ .../mycomponent/star_group/star_group.js | 740 ++ .../mycomponent/star_group/star_group.json | 17 + .../mycomponent/star_group/star_group.wxml | 431 + .../mycomponent/star_group/star_group.wxss | 1564 ++++ .../mycomponent/store_goods/store_goods.js | 2512 +++++ .../mycomponent/store_goods/store_goods.json | 20 + .../mycomponent/store_goods/store_goods.wxml | 887 ++ .../mycomponent/store_goods/store_goods.wxss | 2332 +++++ .../sweep_buy_goods/sweep_buy_goods.js | 99 + .../sweep_buy_goods/sweep_buy_goods.json | 8 + .../sweep_buy_goods/sweep_buy_goods.wxml | 49 + .../sweep_buy_goods/sweep_buy_goods.wxss | 213 + .../mycomponent/voice_shop/good_detail.js | 216 + .../mycomponent/voice_shop/good_detail.json | 11 + .../mycomponent/voice_shop/good_detail.wxml | 112 + .../mycomponent/voice_shop/good_detail.wxss | 290 + .../others/GoodsComment/GoodsComment.js | 266 + .../others/GoodsComment/GoodsComment.json | 6 + .../others/GoodsComment/GoodsComment.wxml | 84 + .../others/GoodsComment/GoodsComment.wxss | 231 + .../bankCardInformation.js | 92 + .../bankCardInformation.json | 6 + .../bankCardInformation.wxml | 26 + .../bankCardInformation.wxss | 74 + .../others/HJinfo/bankcardin/bankcardin.js | 403 + .../others/HJinfo/bankcardin/bankcardin.json | 11 + .../others/HJinfo/bankcardin/bankcardin.wxml | 41 + .../others/HJinfo/bankcardin/bankcardin.wxss | 80 + .../others/materialCenter/materialCenter.js | 519 ++ .../others/materialCenter/materialCenter.json | 9 + .../others/materialCenter/materialCenter.wxml | 101 + .../others/materialCenter/materialCenter.wxss | 498 + .../others/materialSearch/materialSearch.js | 424 + .../others/materialSearch/materialSearch.json | 6 + .../others/materialSearch/materialSearch.wxml | 76 + .../others/materialSearch/materialSearch.wxss | 430 + .../order_ruturn_info/order_ruturn_info.js | 79 + .../order_ruturn_info/order_ruturn_info.json | 6 + .../order_ruturn_info/order_ruturn_info.wxml | 53 + .../order_ruturn_info/order_ruturn_info.wxss | 60 + .../MeetingExtendList/MeetingExtendList.js | 115 + .../MeetingExtendList/MeetingExtendList.json | 4 + .../MeetingExtendList/MeetingExtendList.wxml | 31 + .../MeetingExtendList/MeetingExtendList.wxss | 74 + .../conference/MeetingIndex/MeetingIndex.js | 107 + .../conference/MeetingIndex/MeetingIndex.json | 4 + .../conference/MeetingIndex/MeetingIndex.wxml | 22 + .../conference/MeetingIndex/MeetingIndex.wxss | 64 + .../MeetingIndexDetail/MeetingIndexDetail.js | 101 + .../MeetingIndexDetail.json | 4 + .../MeetingIndexDetail.wxml | 22 + .../MeetingIndexDetail.wxss | 37 + .../packageB/conference/activity/activity.js | 768 ++ .../conference/activity/activity.json | 18 + .../conference/activity/activity.wxml | 82 + .../conference/activity/activity.wxss | 173 + .../conferenceSign/conferenceSign.js | 111 + .../conferenceSign/conferenceSign.json | 3 + .../conferenceSign/conferenceSign.wxml | 1 + .../conferenceSign/conferenceSign.wxss | 1 + .../myActivityInfo/myActivityInfo.js | 118 + .../myActivityInfo/myActivityInfo.json | 7 + .../myActivityInfo/myActivityInfo.wxml | 13 + .../myActivityInfo/myActivityInfo.wxss | 21 + .../packageB/member/CardIndex/CardIndex.js | 416 + .../packageB/member/CardIndex/CardIndex.json | 5 + .../packageB/member/CardIndex/CardIndex.wxml | 111 + .../packageB/member/CardIndex/CardIndex.wxss | 567 ++ .../packageB/member/FrozenCoin/FrozenCoin.js | 139 + .../member/FrozenCoin/FrozenCoin.json | 11 + .../member/FrozenCoin/FrozenCoin.wxml | 37 + .../member/FrozenCoin/FrozenCoin.wxss | 160 + .../IntegralActivity/IntegralActivity.js | 168 + .../IntegralActivity/IntegralActivity.json | 6 + .../IntegralActivity/IntegralActivity.wxml | 77 + .../IntegralActivity/IntegralActivity.wxss | 156 + .../IntegralGeneralization.js | 205 + .../IntegralGeneralization.json | 4 + .../IntegralGeneralization.wxml | 34 + .../IntegralGeneralization.wxss | 78 + .../IntegralGetRecord/IntegralGetRecord.js | 147 + .../IntegralGetRecord/IntegralGetRecord.json | 4 + .../IntegralGetRecord/IntegralGetRecord.wxml | 22 + .../IntegralGetRecord/IntegralGetRecord.wxss | 37 + .../member/IntegralPresent/IntegralPresent.js | 211 + .../IntegralPresent/IntegralPresent.json | 6 + .../IntegralPresent/IntegralPresent.wxml | 24 + .../IntegralPresent/IntegralPresent.wxss | 115 + .../member/IntegralRecord/IntegralRecord.js | 192 + .../member/IntegralRecord/IntegralRecord.json | 7 + .../member/IntegralRecord/IntegralRecord.wxml | 213 + .../member/IntegralRecord/IntegralRecord.wxss | 94 + .../member/Integral_change/Integral_change.js | 267 + .../Integral_change/Integral_change.json | 9 + .../Integral_change/Integral_change.wxml | 39 + .../Integral_change/Integral_change.wxss | 106 + .../member/Integral_invest/Integral_invest.js | 207 + .../Integral_invest/Integral_invest.json | 4 + .../Integral_invest/Integral_invest.wxml | 30 + .../Integral_invest/Integral_invest.wxss | 133 + .../member/Integral_love/Integral_love.js | 218 + .../member/Integral_love/Integral_love.json | 11 + .../member/Integral_love/Integral_love.wxml | 50 + .../member/Integral_love/Integral_love.wxss | 158 + .../Integral_love_cash/Integral_love_cash.js | 176 + .../Integral_love_cash.json | 6 + .../Integral_love_cash.wxml | 19 + .../Integral_love_cash.wxss | 97 + .../Integral_love_detail.js | 160 + .../Integral_love_detail.json | 8 + .../Integral_love_detail.wxml | 48 + .../Integral_love_detail.wxss | 21 + .../Integral_love_transfer.js | 221 + .../Integral_love_transfer.json | 6 + .../Integral_love_transfer.wxml | 22 + .../Integral_love_transfer.wxss | 90 + .../member/MemberGradeList/MemberGradeList.js | 201 + .../MemberGradeList/MemberGradeList.json | 7 + .../MemberGradeList/MemberGradeList.wxml | 139 + .../MemberGradeList/MemberGradeList.wxss | 389 + .../member/OrderRecord/OrderRecord.js | 149 + .../member/OrderRecord/OrderRecord.json | 6 + .../member/OrderRecord/OrderRecord.wxml | 27 + .../member/OrderRecord/OrderRecord.wxss | 118 + .../member/OrderReturn/OrderReturn.js | 296 + .../member/OrderReturn/OrderReturn.json | 10 + .../member/OrderReturn/OrderReturn.wxml | 59 + .../member/OrderReturn/OrderReturn.wxss | 188 + .../OrderReturnCheck/OrderReturnCheck.js | 139 + .../OrderReturnCheck/OrderReturnCheck.json | 6 + .../OrderReturnCheck/OrderReturnCheck.wxml | 20 + .../OrderReturnCheck/OrderReturnCheck.wxss | 83 + .../member/OrderReturnSure/OrderReturnSure.js | 107 + .../OrderReturnSure/OrderReturnSure.json | 4 + .../OrderReturnSure/OrderReturnSure.wxml | 25 + .../OrderReturnSure/OrderReturnSure.wxss | 55 + .../member/PutForwardCoin/PutForwardCoin.js | 133 + .../member/PutForwardCoin/PutForwardCoin.json | 6 + .../member/PutForwardCoin/PutForwardCoin.wxml | 20 + .../member/PutForwardCoin/PutForwardCoin.wxss | 139 + .../member/RechargeCoin/RechargeCoin.js | 115 + .../member/RechargeCoin/RechargeCoin.json | 8 + .../member/RechargeCoin/RechargeCoin.wxml | 33 + .../member/RechargeCoin/RechargeCoin.wxss | 156 + .../packageB/member/RightGood/RightGood.js | 107 + .../packageB/member/RightGood/RightGood.json | 4 + .../packageB/member/RightGood/RightGood.wxml | 22 + .../packageB/member/RightGood/RightGood.wxss | 77 + .../packageB/member/address/myinfo/myinfo.js | 253 + .../member/address/myinfo/myinfo.json | 6 + .../member/address/myinfo/myinfo.wxml | 29 + .../member/address/myinfo/myinfo.wxss | 51 + .../packageB/member/addressAdd/addressAdd.js | 146 + .../member/addressAdd/addressAdd.json | 7 + .../member/addressAdd/addressAdd.wxml | 70 + .../member/addressAdd/addressAdd.wxss | 100 + .../member/addressManage/addressManage.js | 66 + .../member/addressManage/addressManage.json | 6 + .../member/addressManage/addressManage.wxml | 37 + .../member/addressManage/addressManage.wxss | 97 + .../BusinessCard/BusinessCard.js | 1213 +++ .../BusinessCard/BusinessCard.json | 17 + .../BusinessCard/BusinessCard.wxml | 747 ++ .../BusinessCard/BusinessCard.wxss | 2114 +++++ .../business_card/CardCenter/CardCenter.js | 346 + .../business_card/CardCenter/CardCenter.json | 12 + .../business_card/CardCenter/CardCenter.wxml | 139 + .../business_card/CardCenter/CardCenter.wxss | 349 + .../member/business_card/CardCode/CardCode.js | 225 + .../business_card/CardCode/CardCode.json | 11 + .../business_card/CardCode/CardCode.wxml | 23 + .../business_card/CardCode/CardCode.wxss | 129 + .../business_card/CardCollect/CardCollect.js | 209 + .../CardCollect/CardCollect.json | 11 + .../CardCollect/CardCollect.wxml | 52 + .../CardCollect/CardCollect.wxss | 147 + .../CardFootprint/CardFootprint.js | 147 + .../CardFootprint/CardFootprint.json | 11 + .../CardFootprint/CardFootprint.wxml | 34 + .../CardFootprint/CardFootprint.wxss | 79 + .../business_card/CardGoods/CardGoods.js | 343 + .../business_card/CardGoods/CardGoods.json | 16 + .../business_card/CardGoods/CardGoods.wxml | 54 + .../business_card/CardGoods/CardGoods.wxss | 209 + .../business_card/CardRanking/CardRanking.js | 171 + .../CardRanking/CardRanking.json | 11 + .../CardRanking/CardRanking.wxml | 64 + .../CardRanking/CardRanking.wxss | 98 + .../business_card/CardVisit/CardVisit.js | 648 ++ .../business_card/CardVisit/CardVisit.json | 11 + .../business_card/CardVisit/CardVisit.wxml | 30 + .../business_card/CardVisit/CardVisit.wxss | 255 + .../CardVisit/image/card_img_a.png | Bin 0 -> 779 bytes .../CardVisit/image/card_img_b.png | Bin 0 -> 692 bytes .../CardVisit/image/card_img_c.png | Bin 0 -> 807 bytes .../CardVisit/image/card_img_d.png | Bin 0 -> 667 bytes .../business_card/Card_Action/Card_Action.js | 563 ++ .../Card_Action/Card_Action.json | 11 + .../Card_Action/Card_Action.wxml | 317 + .../Card_Action/Card_Action.wxss | 310 + .../member/business_card/EditCard/EditCard.js | 866 ++ .../business_card/EditCard/EditCard.json | 18 + .../business_card/EditCard/EditCard.wxml | 223 + .../business_card/EditCard/EditCard.wxss | 432 + .../member/category/brand_v2/brand_v2.js | 144 + .../member/category/brand_v2/brand_v2.json | 4 + .../member/category/brand_v2/brand_v2.wxml | 23 + .../member/category/brand_v2/brand_v2.wxss | 47 + .../member/category/brandgoods/brandgoods.js | 226 + .../category/brandgoods/brandgoods.json | 7 + .../category/brandgoods/brandgoods.wxml | 26 + .../category/brandgoods/brandgoods.wxss | 69 + .../member/category/catelist/catelist.js | 369 + .../member/category/catelist/catelist.json | 7 + .../member/category/catelist/catelist.wxml | 71 + .../member/category/catelist/catelist.wxss | 164 + .../member/category/search_v2/search_v2.js | 1035 +++ .../member/category/search_v2/search_v2.json | 14 + .../member/category/search_v2/search_v2.wxml | 199 + .../member/category/search_v2/search_v2.wxss | 529 ++ .../ChainShopIndex/ChainShopIndex.js | 242 + .../ChainShopIndex/ChainShopIndex.json | 9 + .../ChainShopIndex/ChainShopIndex.wxml | 56 + .../ChainShopIndex/ChainShopIndex.wxss | 124 + .../chain_shop/ChainShopInfo/ChainShopInfo.js | 419 + .../ChainShopInfo/ChainShopInfo.json | 9 + .../ChainShopInfo/ChainShopInfo.wxml | 112 + .../ChainShopInfo/ChainShopInfo.wxss | 159 + .../packageB/member/comment/comment.js | 174 + .../packageB/member/comment/comment.json | 8 + .../packageB/member/comment/comment.wxml | 58 + .../packageB/member/comment/comment.wxss | 223 + .../CommodityCouponGive.js | 125 + .../CommodityCouponGive.json | 14 + .../CommodityCouponGive.wxml | 24 + .../CommodityCouponGive.wxss | 48 + .../commodityCoupon_edit.js | 1304 +++ .../commodityCoupon_edit.json | 15 + .../commodityCoupon_edit.wxml | 291 + .../commodityCoupon_edit.wxss | 589 ++ .../commodity_coupon/commodity_coupon.js | 259 + .../commodity_coupon/commodity_coupon.json | 12 + .../commodity_coupon/commodity_coupon.wxml | 79 + .../commodity_coupon/commodity_coupon.wxss | 182 + .../packageB/member/couponLog/couponLog.js | 128 + .../packageB/member/couponLog/couponLog.json | 4 + .../packageB/member/couponLog/couponLog.wxml | 15 + .../packageB/member/couponLog/couponLog.wxss | 31 + .../packageB/member/creditInfo/creditInfo.js | 127 + .../member/creditInfo/creditInfo.json | 8 + .../member/creditInfo/creditInfo.wxml | 74 + .../member/creditInfo/creditInfo.wxss | 210 + .../DistributionActivityDetail.js | 761 ++ .../DistributionActivityDetail.json | 9 + .../DistributionActivityDetail.wxml | 191 + .../DistributionActivityDetail.wxss | 481 + .../DistributionCommissionDetail.js | 166 + .../DistributionCommissionDetail.json | 4 + .../DistributionCommissionDetail.wxml | 17 + .../DistributionCommissionDetail.wxss | 45 + .../DistributionIndex/DistributionIndex.js | 215 + .../DistributionIndex/DistributionIndex.json | 4 + .../DistributionIndex/DistributionIndex.wxml | 67 + .../DistributionIndex/DistributionIndex.wxss | 207 + .../DistributionParticipant.js | 158 + .../DistributionParticipant.json | 4 + .../DistributionParticipant.wxml | 24 + .../DistributionParticipant.wxss | 69 + .../DistributionSearch/DistributionSearch.js | 165 + .../DistributionSearch.json | 4 + .../DistributionSearch.wxml | 28 + .../DistributionSearch.wxss | 106 + .../DistributionStatistics.js | 231 + .../DistributionStatistics.json | 7 + .../DistributionStatistics.wxml | 154 + .../DistributionStatistics.wxss | 173 + .../enterprise/AwardDetail/AwardDetail.js | 135 + .../enterprise/AwardDetail/AwardDetail.json | 9 + .../enterprise/AwardDetail/AwardDetail.wxml | 63 + .../enterprise/AwardDetail/AwardDetail.wxss | 33 + .../enterprise/AwardRecord/AwardRecord.js | 197 + .../enterprise/AwardRecord/AwardRecord.json | 8 + .../enterprise/AwardRecord/AwardRecord.wxml | 77 + .../enterprise/AwardRecord/AwardRecord.wxss | 104 + .../enterprise/ExtensionPage/ExtensionPage.js | 468 + .../ExtensionPage/ExtensionPage.json | 8 + .../ExtensionPage/ExtensionPage.wxml | 81 + .../ExtensionPage/ExtensionPage.wxss | 133 + .../ManagementRecord/ManagementRecord.js | 184 + .../ManagementRecord/ManagementRecord.json | 8 + .../ManagementRecord/ManagementRecord.wxml | 108 + .../ManagementRecord/ManagementRecord.wxss | 103 + .../PartnershipTeam/PartnershipTeam.js | 165 + .../PartnershipTeam/PartnershipTeam.json | 8 + .../PartnershipTeam/PartnershipTeam.wxml | 58 + .../PartnershipTeam/PartnershipTeam.wxss | 161 + .../enterprise/QueueRecord/QueueRecord.js | 184 + .../enterprise/QueueRecord/QueueRecord.json | 9 + .../enterprise/QueueRecord/QueueRecord.wxml | 38 + .../enterprise/QueueRecord/QueueRecord.wxss | 74 + .../RecordOfAwards/RecordOfAwards.js | 105 + .../RecordOfAwards/RecordOfAwards.json | 9 + .../RecordOfAwards/RecordOfAwards.wxml | 37 + .../RecordOfAwards/RecordOfAwards.wxss | 31 + .../enterprise/RewardProcess/RewardProcess.js | 198 + .../RewardProcess/RewardProcess.json | 9 + .../RewardProcess/RewardProcess.wxml | 45 + .../RewardProcess/RewardProcess.wxss | 133 + .../enterprise/RewardQueue/RewardQueue.js | 501 + .../enterprise/RewardQueue/RewardQueue.json | 10 + .../enterprise/RewardQueue/RewardQueue.wxml | 381 + .../enterprise/RewardQueue/RewardQueue.wxss | 512 ++ .../member/enterprise/TaskList/TaskList.js | 78 + .../member/enterprise/TaskList/TaskList.json | 9 + .../member/enterprise/TaskList/TaskList.wxml | 56 + .../member/enterprise/TaskList/TaskList.wxss | 226 + .../enterprise/TeamDataCount/TeamDataCount.js | 167 + .../TeamDataCount/TeamDataCount.json | 8 + .../TeamDataCount/TeamDataCount.wxml | 20 + .../TeamDataCount/TeamDataCount.wxss | 82 + .../consumerReturnPoint.js | 201 + .../consumerReturnPoint.json | 7 + .../consumerReturnPoint.wxml | 55 + .../consumerReturnPoint.wxss | 128 + .../enterprise_apply/enterprise_apply.js | 225 + .../enterprise_apply/enterprise_apply.json | 7 + .../enterprise_apply/enterprise_apply.wxml | 98 + .../enterprise_apply/enterprise_apply.wxss | 167 + .../enterprise_center_supplier.js | 119 + .../enterprise_center_supplier.json | 9 + .../enterprise_center_supplier.wxml | 17 + .../enterprise_center_supplier.wxss | 47 + .../enterprise_index/enterprise_index.js | 898 ++ .../enterprise_index/enterprise_index.json | 9 + .../enterprise_index/enterprise_index.wxml | 228 + .../enterprise_index/enterprise_index.wxss | 253 + .../enterprise_store/enterprise_store.js | 154 + .../enterprise_store/enterprise_store.json | 4 + .../enterprise_store/enterprise_store.wxml | 19 + .../enterprise_store/enterprise_store.wxss | 69 + .../enterprise_supplier_info.js | 89 + .../enterprise_supplier_info.json | 9 + .../enterprise_supplier_info.wxml | 9 + .../enterprise_supplier_info.wxss | 24 + .../enterprose_center_apply.js | 199 + .../enterprose_center_apply.json | 10 + .../enterprose_center_apply.wxml | 146 + .../enterprose_center_apply.wxss | 198 + .../packageB/member/enterprise/mryt/mryt.js | 138 + .../packageB/member/enterprise/mryt/mryt.json | 8 + .../packageB/member/enterprise/mryt/mryt.wxml | 72 + .../packageB/member/enterprise/mryt/mryt.wxss | 184 + .../point_activity_award_center.js | 131 + .../point_activity_award_center.json | 8 + .../point_activity_award_center.wxml | 23 + .../point_activity_award_center.wxss | 70 + .../member/enterprise/profit/profit.js | 209 + .../member/enterprise/profit/profit.json | 8 + .../member/enterprise/profit/profit.wxml | 23 + .../member/enterprise/profit/profit.wxss | 46 + .../enterprise/reward_detail/reward_detail.js | 100 + .../reward_detail/reward_detail.json | 9 + .../reward_detail/reward_detail.wxml | 81 + .../reward_detail/reward_detail.wxss | 75 + .../sale_commission/sale_commission.js | 112 + .../sale_commission/sale_commission.json | 8 + .../sale_commission/sale_commission.wxml | 97 + .../sale_commission/sale_commission.wxss | 123 + .../member/goods/GoodsBrand/GoodsBrand.js | 212 + .../member/goods/GoodsBrand/GoodsBrand.json | 4 + .../member/goods/GoodsBrand/GoodsBrand.wxml | 47 + .../member/goods/GoodsBrand/GoodsBrand.wxss | 136 + .../member/group/GroupDetail/GroupDetail.js | 867 ++ .../member/group/GroupDetail/GroupDetail.json | 12 + .../member/group/GroupDetail/GroupDetail.wxml | 138 + .../member/group/GroupDetail/GroupDetail.wxss | 569 ++ .../member/group/GroupList/GroupList.js | 230 + .../member/group/GroupList/GroupList.json | 11 + .../member/group/GroupList/GroupList.wxml | 67 + .../member/group/GroupList/GroupList.wxss | 125 + .../member/group/MyGroups/MyGroups.js | 602 ++ .../member/group/MyGroups/MyGroups.json | 13 + .../member/group/MyGroups/MyGroups.wxml | 213 + .../member/group/MyGroups/MyGroups.wxss | 263 + .../group_buy_detail/group_buy_detail.js | 324 + .../group_buy_detail/group_buy_detail.json | 13 + .../group_buy_detail/group_buy_detail.wxml | 65 + .../group_buy_detail/group_buy_detail.wxss | 487 + .../group_buy_list/group_buy_list.js | 179 + .../group_buy_list/group_buy_list.json | 10 + .../group_buy_list/group_buy_list.wxml | 32 + .../group_buy_list/group_buy_list.wxss | 126 + .../group_buy/my_group_buy/my_group_buy.js | 261 + .../group_buy/my_group_buy/my_group_buy.json | 13 + .../group_buy/my_group_buy/my_group_buy.wxml | 120 + .../group_buy/my_group_buy/my_group_buy.wxss | 191 + .../member/handWithdraw/handWithdraw.js | 203 + .../member/handWithdraw/handWithdraw.json | 8 + .../member/handWithdraw/handWithdraw.wxml | 37 + .../member/handWithdraw/handWithdraw.wxss | 140 + .../packageB/member/helpcenter/helpcenter.js | 162 + .../member/helpcenter/helpcenter.json | 10 + .../member/helpcenter/helpcenter.wxml | 78 + .../member/helpcenter/helpcenter.wxss | 208 + .../income/FranchiserRed/FranchiserRed.js | 85 + .../income/FranchiserRed/FranchiserRed.json | 12 + .../income/FranchiserRed/FranchiserRed.wxml | 12 + .../income/FranchiserRed/FranchiserRed.wxss | 38 + .../member/income/RedReward/RedReward.js | 105 + .../member/income/RedReward/RedReward.json | 9 + .../member/income/RedReward/RedReward.wxml | 10 + .../member/income/RedReward/RedReward.wxss | 33 + .../member/income/TeamClient/TeamClient.js | 258 + .../member/income/TeamClient/TeamClient.json | 13 + .../member/income/TeamClient/TeamClient.wxml | 40 + .../member/income/TeamClient/TeamClient.wxss | 120 + .../applyRegionalAgency.js | 669 ++ .../applyRegionalAgency.json | 12 + .../applyRegionalAgency.wxml | 146 + .../applyRegionalAgency.wxss | 204 + .../member/income/codeHistory/codeHistory.js | 77 + .../income/codeHistory/codeHistory.json | 13 + .../income/codeHistory/codeHistory.wxml | 16 + .../income/codeHistory/codeHistory.wxss | 51 + .../income/courseIncome/courseIncome.js | 199 + .../income/courseIncome/courseIncome.json | 7 + .../income/courseIncome/courseIncome.wxml | 93 + .../income/courseIncome/courseIncome.wxss | 93 + .../member/income/fixedReward/fixedReward.js | 137 + .../income/fixedReward/fixedReward.json | 9 + .../income/fixedReward/fixedReward.wxml | 27 + .../income/fixedReward/fixedReward.wxss | 186 + .../full_return_center/full_return_center.js | 245 + .../full_return_center.json | 8 + .../full_return_center.wxml | 49 + .../full_return_center.wxss | 213 + .../full_return_list_info.js | 138 + .../full_return_list_info.json | 8 + .../full_return_list_info.wxml | 25 + .../full_return_list_info.wxss | 87 + .../packageB/member/income/income/income.js | 130 + .../packageB/member/income/income/income.json | 6 + .../packageB/member/income/income/income.wxml | 52 + .../packageB/member/income/income/income.wxss | 115 + .../income/level_return/level_return.js | 293 + .../income/level_return/level_return.json | 9 + .../income/level_return/level_return.wxml | 95 + .../income/level_return/level_return.wxss | 195 + .../income/new_team_bonus/new_team_bonus.js | 193 + .../income/new_team_bonus/new_team_bonus.json | 7 + .../income/new_team_bonus/new_team_bonus.wxml | 84 + .../income/new_team_bonus/new_team_bonus.wxss | 227 + .../regionalAgencyCenter.js | 495 + .../regionalAgencyCenter.json | 9 + .../regionalAgencyCenter.wxml | 187 + .../regionalAgencyCenter.wxss | 329 + .../shareholder_dividend.js | 215 + .../shareholder_dividend.json | 9 + .../shareholder_dividend.wxml | 30 + .../shareholder_dividend.wxss | 167 + .../single_return_center.js | 335 + .../single_return_center.json | 12 + .../single_return_center.wxml | 105 + .../single_return_center.wxss | 209 + .../single_return_list_info.js | 140 + .../single_return_list_info.json | 10 + .../single_return_list_info.wxml | 46 + .../single_return_list_info.wxss | 101 + .../income/teamAgentCenter/teamAgentCenter.js | 944 ++ .../teamAgentCenter/teamAgentCenter.json | 8 + .../teamAgentCenter/teamAgentCenter.wxml | 275 + .../teamAgentCenter/teamAgentCenter.wxss | 453 + .../member/income/teamCode/teamCode.js | 138 + .../member/income/teamCode/teamCode.json | 11 + .../member/income/teamCode/teamCode.wxml | 18 + .../member/income/teamCode/teamCode.wxss | 116 + .../income/teamPerformance/teamPerformance.js | 162 + .../teamPerformance/teamPerformance.json | 12 + .../teamPerformance/teamPerformance.wxml | 39 + .../teamPerformance/teamPerformance.wxss | 86 + .../teamlevel_return_center.js | 209 + .../teamlevel_return_center.json | 9 + .../teamlevel_return_center.wxml | 30 + .../teamlevel_return_center.wxss | 136 + .../teamlevel_return_list_info.js | 145 + .../teamlevel_return_list_info.json | 8 + .../teamlevel_return_list_info.wxml | 36 + .../teamlevel_return_list_info.wxss | 99 + .../packageB/member/integral/integral.js | 145 + .../packageB/member/integral/integral.json | 8 + .../packageB/member/integral/integral.wxml | 34 + .../packageB/member/integral/integral.wxss | 124 + .../member/integralDetail/integralDetail.js | 55 + .../member/integralDetail/integralDetail.json | 4 + .../member/integralDetail/integralDetail.wxml | 23 + .../member/integralDetail/integralDetail.wxss | 21 + .../integral_transfer/integral_transfer.js | 252 + .../integral_transfer/integral_transfer.json | 7 + .../integral_transfer/integral_transfer.wxml | 24 + .../integral_transfer/integral_transfer.wxss | 44 + .../member/integrallist/integrallist.js | 211 + .../member/integrallist/integrallist.json | 7 + .../member/integrallist/integrallist.wxml | 98 + .../member/integrallist/integrallist.wxss | 65 + .../member/love/LoveRecharge/LoveRecharge.js | 237 + .../love/LoveRecharge/LoveRecharge.json | 8 + .../love/LoveRecharge/LoveRecharge.wxml | 36 + .../love/LoveRecharge/LoveRecharge.wxss | 156 + .../love/LoveSpeedLease/LoveSpeedLease.js | 209 + .../love/LoveSpeedLease/LoveSpeedLease.json | 13 + .../love/LoveSpeedLease/LoveSpeedLease.wxml | 111 + .../love/LoveSpeedLease/LoveSpeedLease.wxss | 189 + .../member/love/Love_index/Love_index.js | 513 ++ .../member/love/Love_index/Love_index.json | 13 + .../member/love/Love_index/Love_index.wxml | 145 + .../member/love/Love_index/Love_index.wxss | 414 + .../member/love/donate/DonateIndex.js | 244 + .../member/love/donate/DonateIndex.json | 5 + .../member/love/donate/DonateIndex.wxml | 31 + .../member/love/donate/DonateIndex.wxss | 149 + .../loveCashbackRecord/loveCashbackRecord.js | 88 + .../loveCashbackRecord.json | 3 + .../loveCashbackRecord.wxml | 44 + .../loveCashbackRecord.wxss | 87 + .../love/loveCycleReceive/loveCycleReceive.js | 213 + .../loveCycleReceive/loveCycleReceive.json | 10 + .../loveCycleReceive/loveCycleReceive.wxml | 64 + .../loveCycleReceive/loveCycleReceive.wxss | 198 + .../love/lovePerformance/lovePerformance.js | 169 + .../love/lovePerformance/lovePerformance.json | 9 + .../love/lovePerformance/lovePerformance.wxml | 48 + .../love/lovePerformance/lovePerformance.wxss | 173 + .../member/love/lovePeriod/lovePeriod.js | 228 + .../member/love/lovePeriod/lovePeriod.json | 12 + .../member/love/lovePeriod/lovePeriod.wxml | 80 + .../member/love/lovePeriod/lovePeriod.wxss | 191 + .../love/loveWithdrawals/loveWithdrawals.js | 229 + .../love/loveWithdrawals/loveWithdrawals.json | 8 + .../love/loveWithdrawals/loveWithdrawals.wxml | 77 + .../love/loveWithdrawals/loveWithdrawals.wxss | 207 + .../love/love_activation/love_activation.js | 153 + .../love/love_activation/love_activation.json | 6 + .../love/love_activation/love_activation.wxml | 41 + .../love/love_activation/love_activation.wxss | 51 + .../member/love/love_explain/love_explain.js | 95 + .../love/love_explain/love_explain.json | 6 + .../love/love_explain/love_explain.wxml | 3 + .../love/love_explain/love_explain.wxss | 10 + .../love/love_gift_bag/love_gift_bag.js | 193 + .../love/love_gift_bag/love_gift_bag.json | 8 + .../love/love_gift_bag/love_gift_bag.wxml | 73 + .../love/love_gift_bag/love_gift_bag.wxss | 176 + .../love/love_gift_queue/love_gift_queue.js | 163 + .../love/love_gift_queue/love_gift_queue.json | 7 + .../love/love_gift_queue/love_gift_queue.wxml | 21 + .../love/love_gift_queue/love_gift_queue.wxss | 50 + .../member/love/love_list/love_list.js | 270 + .../member/love/love_list/love_list.json | 8 + .../member/love/love_list/love_list.wxml | 50 + .../member/love/love_list/love_list.wxss | 119 + .../member/love/love_record/love_record.js | 192 + .../member/love/love_record/love_record.json | 6 + .../member/love/love_record/love_record.wxml | 17 + .../member/love/love_record/love_record.wxss | 39 + .../member/love/love_trading/love_trading.js | 271 + .../love/love_trading/love_trading.json | 8 + .../love/love_trading/love_trading.wxml | 51 + .../love/love_trading/love_trading.wxss | 83 + .../love/love_transfer/love_transfer.js | 381 + .../love/love_transfer/love_transfer.json | 8 + .../love/love_transfer/love_transfer.wxml | 58 + .../love/love_transfer/love_transfer.wxss | 175 + .../member/love/toIntegral/toIntegral.js | 154 + .../member/love/toIntegral/toIntegral.json | 4 + .../member/love/toIntegral/toIntegral.wxml | 23 + .../member/love/toIntegral/toIntegral.wxss | 47 + .../overseas_balance_withdrawals.js | 153 + .../overseas_balance_withdrawals.json | 6 + .../overseas_balance_withdrawals.wxml | 28 + .../overseas_balance_withdrawals.wxss | 139 + .../member/overseas_index/overseas_index.js | 159 + .../member/overseas_index/overseas_index.json | 11 + .../member/overseas_index/overseas_index.wxml | 44 + .../member/overseas_index/overseas_index.wxss | 225 + .../member/overseas_list/overseas_list.js | 222 + .../member/overseas_list/overseas_list.json | 8 + .../member/overseas_list/overseas_list.wxml | 34 + .../member/overseas_list/overseas_list.wxss | 79 + .../member/overseas_record/overseas_record.js | 125 + .../overseas_record/overseas_record.json | 6 + .../overseas_record/overseas_record.wxml | 17 + .../overseas_record/overseas_record.wxss | 39 + .../overseas_transfer/overseas_transfer.js | 181 + .../overseas_transfer/overseas_transfer.json | 7 + .../overseas_transfer/overseas_transfer.wxml | 29 + .../overseas_transfer/overseas_transfer.wxss | 158 + .../rankingListFirst/rankingListFirst.js | 105 + .../rankingListFirst/rankingListFirst.json | 4 + .../rankingListFirst/rankingListFirst.wxml | 16 + .../rankingListFirst/rankingListFirst.wxss | 36 + .../rankingListSecond/rankingListSecond.js | 108 + .../rankingListSecond/rankingListSecond.json | 7 + .../rankingListSecond/rankingListSecond.wxml | 7 + .../rankingListSecond/rankingListSecond.wxss | 1 + .../Waterfalls_flow/Waterfalls_flow.js | 104 + .../Waterfalls_flow/Waterfalls_flow.json | 4 + .../Waterfalls_flow/Waterfalls_flow.wxml | 84 + .../Waterfalls_flow/Waterfalls_flow.wxss | 147 + .../packageB/mycomponent/backup/backup.js | 56 + .../packageB/mycomponent/backup/backup.json | 4 + .../packageB/mycomponent/backup/backup.wxml | 10 + .../packageB/mycomponent/backup/backup.wxss | 30 + .../packageB/mycomponent/sort/sort.js | 142 + .../packageB/mycomponent/sort/sort.json | 3 + .../packageB/mycomponent/sort/sort.wxml | 44 + .../packageB/mycomponent/sort/sort.wxss | 79 + .../mycomponent/storeList02/storeList02.js | 57 + .../mycomponent/storeList02/storeList02.json | 7 + .../mycomponent/storeList02/storeList02.wxml | 88 + .../mycomponent/storeList02/storeList02.wxss | 321 + .../mycomponent/videoList/videoList.js | 95 + .../mycomponent/videoList/videoList.json | 4 + .../mycomponent/videoList/videoList.wxml | 62 + .../mycomponent/videoList/videoList.wxss | 142 + .../packageC/CouponExchange/index.js | 210 + .../packageC/CouponExchange/index.json | 7 + .../packageC/CouponExchange/index.wxml | 32 + .../packageC/CouponExchange/index.wxss | 234 + .../packageC/Myshaky/Myindex/Myindex.js | 100 + .../packageC/Myshaky/Myindex/Myindex.json | 6 + .../packageC/Myshaky/Myindex/Myindex.wxml | 28 + .../packageC/Myshaky/Myindex/Myindex.wxss | 108 + .../packageC/Myshaky/Mylove/Mylove.js | 163 + .../packageC/Myshaky/Mylove/Mylove.json | 6 + .../packageC/Myshaky/Mylove/Mylove.wxml | 36 + .../packageC/Myshaky/Mylove/Mylove.wxss | 180 + .../packageC/Myshaky/Myshaky/Myshaky.js | 239 + .../packageC/Myshaky/Myshaky/Myshaky.json | 6 + .../packageC/Myshaky/Myshaky/Myshaky.wxml | 53 + .../packageC/Myshaky/Myshaky/Myshaky.wxss | 211 + .../Myshaky/Registration/Registration.js | 106 + .../Myshaky/Registration/Registration.json | 4 + .../Myshaky/Registration/Registration.wxml | 21 + .../Myshaky/Registration/Registration.wxss | 58 + .../RegistrationDetail/RegistrationDetail.js | 100 + .../RegistrationDetail.json | 7 + .../RegistrationDetail.wxml | 37 + .../RegistrationDetail.wxss | 117 + .../Myshaky/activityHome/activityHome.js | 276 + .../Myshaky/activityHome/activityHome.json | 7 + .../Myshaky/activityHome/activityHome.wxml | 124 + .../Myshaky/activityHome/activityHome.wxss | 472 + .../packageC/Myshaky/enroll/enroll.js | 457 + .../packageC/Myshaky/enroll/enroll.json | 8 + .../packageC/Myshaky/enroll/enroll.wxml | 47 + .../packageC/Myshaky/enroll/enroll.wxss | 317 + .../Myshaky/enrollEnter/enrollEnter.js | 299 + .../Myshaky/enrollEnter/enrollEnter.json | 7 + .../Myshaky/enrollEnter/enrollEnter.wxml | 101 + .../Myshaky/enrollEnter/enrollEnter.wxss | 326 + .../Myshaky/lecturerDetail/lecturerDetail.js | 259 + .../lecturerDetail/lecturerDetail.json | 4 + .../lecturerDetail/lecturerDetail.wxml | 94 + .../lecturerDetail/lecturerDetail.wxss | 331 + .../Myshaky/searchResult/searchResult.js | 214 + .../Myshaky/searchResult/searchResult.json | 6 + .../Myshaky/searchResult/searchResult.wxml | 51 + .../Myshaky/searchResult/searchResult.wxss | 237 + .../packageC/Myshaky/sign_in/sign_in.js | 196 + .../packageC/Myshaky/sign_in/sign_in.json | 7 + .../packageC/Myshaky/sign_in/sign_in.wxml | 14 + .../packageC/Myshaky/sign_in/sign_in.wxss | 12 + .../packageC/Myshaky/sort/sort.js | 355 + .../packageC/Myshaky/sort/sort.json | 8 + .../packageC/Myshaky/sort/sort.wxml | 78 + .../packageC/Myshaky/sort/sort.wxss | 352 + .../packageC/cashier/cashier/cashier.js | 171 + .../packageC/cashier/cashier/cashier.json | 6 + .../packageC/cashier/cashier/cashier.wxml | 78 + .../packageC/cashier/cashier/cashier.wxss | 233 + .../cashier/cashierIncome/cashierIncome.js | 217 + .../cashier/cashierIncome/cashierIncome.json | 7 + .../cashier/cashierIncome/cashierIncome.wxml | 150 + .../cashier/cashierIncome/cashierIncome.wxss | 99 + .../cashier/cashier_pay/cashier_pay.js | 1001 ++ .../cashier/cashier_pay/cashier_pay.json | 14 + .../cashier/cashier_pay/cashier_pay.wxml | 224 + .../cashier/cashier_pay/cashier_pay.wxss | 749 ++ .../packageC/cashier/cashier_qr/cashier_qr.js | 188 + .../cashier/cashier_qr/cashier_qr.json | 3 + .../cashier/cashier_qr/cashier_qr.wxml | 23 + .../cashier/cashier_qr/cashier_qr.wxss | 33 + .../cashier/cashier_stat/cashier_stat.js | 191 + .../cashier/cashier_stat/cashier_stat.json | 4 + .../cashier/cashier_stat/cashier_stat.wxml | 92 + .../cashier/cashier_stat/cashier_stat.wxss | 81 + .../components/audio-slider/audio-slider.js | 156 + .../components/audio-slider/audio-slider.json | 6 + .../components/audio-slider/audio-slider.wxml | 21 + .../components/audio-slider/audio-slider.wxss | 54 + .../components/audio-upload/audio-upload.js | 232 + .../components/audio-upload/audio-upload.json | 7 + .../components/audio-upload/audio-upload.wxml | 33 + .../components/audio-upload/audio-upload.wxss | 113 + .../deposit-ladder-cell.js | 59 + .../deposit-ladder-cell.json | 6 + .../deposit-ladder-cell.wxml | 21 + .../deposit-ladder-cell.wxss | 73 + .../yz_addressList/yz_addressList.js | 533 ++ .../yz_addressList/yz_addressList.json | 11 + .../yz_addressList/yz_addressList.wxml | 112 + .../yz_addressList/yz_addressList.wxss | 196 + .../packageC/components/yz_specs/yz_specs.js | 503 + .../components/yz_specs/yz_specs.json | 7 + .../components/yz_specs/yz_specs.wxml | 69 + .../components/yz_specs/yz_specs.wxss | 305 + .../packageC/couponList/couponList.js | 157 + .../packageC/couponList/couponList.json | 4 + .../packageC/couponList/couponList.wxml | 23 + .../packageC/couponList/couponList.wxss | 69 + .../packageC/couponcode/couponcode.js | 214 + .../packageC/couponcode/couponcode.json | 7 + .../packageC/couponcode/couponcode.wxml | 59 + .../packageC/couponcode/couponcode.wxss | 100 + .../packageC/diyform/diyform.js | 85 + .../packageC/diyform/diyform.json | 7 + .../packageC/diyform/diyform.wxml | 2 + .../packageC/diyform/diyform.wxss | 1 + .../coupon_exchange/coupon_exchange.js | 130 + .../coupon_exchange/coupon_exchange.json | 3 + .../coupon_exchange/coupon_exchange.wxml | 17 + .../coupon_exchange/coupon_exchange.wxss | 61 + .../coupon_exrecord/coupon_exrecord.js | 148 + .../coupon_exrecord/coupon_exrecord.json | 4 + .../coupon_exrecord/coupon_exrecord.wxml | 15 + .../coupon_exrecord/coupon_exrecord.wxss | 45 + .../entry_orders/entry_volume/entry_volume.js | 99 + .../entry_volume/entry_volume.json | 6 + .../entry_volume/entry_volume.wxml | 58 + .../entry_volume/entry_volume.wxss | 151 + .../packageC/entry_orders/home/home.js | 143 + .../packageC/entry_orders/home/home.json | 7 + .../packageC/entry_orders/home/home.wxml | 27 + .../packageC/entry_orders/home/home.wxss | 155 + .../entry_orders/money_detail/money_detail.js | 173 + .../money_detail/money_detail.json | 7 + .../money_detail/money_detail.wxml | 42 + .../money_detail/money_detail.wxss | 91 + .../entry_orders/my_volume/my_volume.js | 175 + .../entry_orders/my_volume/my_volume.json | 7 + .../entry_orders/my_volume/my_volume.wxml | 41 + .../entry_orders/my_volume/my_volume.wxss | 86 + .../volume_detail/volume_detail.js | 184 + .../volume_detail/volume_detail.json | 7 + .../volume_detail/volume_detail.wxml | 36 + .../volume_detail/volume_detail.wxss | 62 + .../wholesale_volume/wholesale_volume.js | 170 + .../wholesale_volume/wholesale_volume.json | 7 + .../wholesale_volume/wholesale_volume.wxml | 47 + .../wholesale_volume/wholesale_volume.wxss | 171 + .../backScreenlogin/backScreenlogin.js | 232 + .../backScreenlogin/backScreenlogin.json | 3 + .../backScreenlogin/backScreenlogin.wxml | 10 + .../backScreenlogin/backScreenlogin.wxss | 66 + .../frogpro/cashier_desk/cashier_desk.js | 260 + .../frogpro/cashier_desk/cashier_desk.json | 3 + .../frogpro/cashier_desk/cashier_desk.wxml | 62 + .../frogpro/cashier_desk/cashier_desk.wxss | 179 + .../packageC/frogpro/lose/lose.js | 118 + .../packageC/frogpro/lose/lose.json | 3 + .../packageC/frogpro/lose/lose.wxml | 11 + .../packageC/frogpro/lose/lose.wxss | 55 + .../storeManagement/storeManagement.js | 155 + .../storeManagement/storeManagement.json | 3 + .../storeManagement/storeManagement.wxml | 24 + .../storeManagement/storeManagement.wxss | 100 + .../succeededPayment/succeededPayment.js | 100 + .../succeededPayment/succeededPayment.json | 3 + .../succeededPayment/succeededPayment.wxml | 8 + .../succeededPayment/succeededPayment.wxss | 38 + .../frogpro/waitingPayment/waitingPayment.js | 98 + .../waitingPayment/waitingPayment.json | 3 + .../waitingPayment/waitingPayment.wxml | 8 + .../waitingPayment/waitingPayment.wxss | 39 + .../frontScreenlogin/frontScreenlogin.js | 695 ++ .../frontScreenlogin/frontScreenlogin.json | 3 + .../frontScreenlogin/frontScreenlogin.wxml | 31 + .../frontScreenlogin/frontScreenlogin.wxss | 76 + .../hotel/HotelChooseRoom/HotelChooseRoom.js | 188 + .../HotelChooseRoom/HotelChooseRoom.json | 8 + .../HotelChooseRoom/HotelChooseRoom.wxml | 162 + .../HotelChooseRoom/HotelChooseRoom.wxss | 185 + .../packageC/hotel/HotelHome/HotelHome.js | 509 ++ .../packageC/hotel/HotelHome/HotelHome.json | 8 + .../packageC/hotel/HotelHome/HotelHome.wxml | 84 + .../packageC/hotel/HotelHome/HotelHome.wxss | 386 + .../packageC/hotel/HotelIndex/HotelIndex.js | 578 ++ .../packageC/hotel/HotelIndex/HotelIndex.json | 10 + .../packageC/hotel/HotelIndex/HotelIndex.wxml | 130 + .../packageC/hotel/HotelIndex/HotelIndex.wxss | 383 + .../packageC/hotel/HotelSearch/HotelSearch.js | 273 + .../hotel/HotelSearch/HotelSearch.json | 6 + .../hotel/HotelSearch/HotelSearch.wxml | 22 + .../hotel/HotelSearch/HotelSearch.wxss | 74 + .../packageC/hotel/hotelCoupon/hotelCoupon.js | 202 + .../hotel/hotelCoupon/hotelCoupon.json | 4 + .../hotel/hotelCoupon/hotelCoupon.wxml | 18 + .../hotel/hotelCoupon/hotelCoupon.wxss | 54 + .../packageC/member/searchAll/searchAll.js | 215 + .../packageC/member/searchAll/searchAll.json | 7 + .../packageC/member/searchAll/searchAll.wxml | 26 + .../packageC/member/searchAll/searchAll.wxss | 70 + .../member/visit/InputVisit/InputVisit.js | 187 + .../member/visit/InputVisit/InputVisit.json | 4 + .../member/visit/InputVisit/InputVisit.wxml | 12 + .../member/visit/InputVisit/InputVisit.wxss | 64 + .../packageC/member/visit/Inviter/Inviter.js | 194 + .../member/visit/Inviter/Inviter.json | 4 + .../member/visit/Inviter/Inviter.wxml | 21 + .../member/visit/Inviter/Inviter.wxss | 75 + .../microAttention/filter.wxs | 7 + .../microAttention/microAttention.js | 416 + .../microAttention/microAttention.json | 6 + .../microAttention/microAttention.wxml | 93 + .../microAttention/microAttention.wxss | 242 + .../microClassification.js | 319 + .../microClassification.json | 9 + .../microClassification.wxml | 67 + .../microClassification.wxss | 288 + .../microCommentDetails.js | 1055 +++ .../microCommentDetails.json | 7 + .../microCommentDetails.wxml | 452 + .../microCommentDetails.wxss | 1265 +++ .../micro_communities/microEdit/microEdit.js | 842 ++ .../microEdit/microEdit.json | 13 + .../microEdit/microEdit.wxml | 307 + .../microEdit/microEdit.wxss | 704 ++ .../microFanlist/microFanlist.js | 355 + .../microFanlist/microFanlist.json | 7 + .../microFanlist/microFanlist.wxml | 43 + .../microFanlist/microFanlist.wxss | 63 + .../microIndex/microIndex.js | 462 + .../microIndex/microIndex.json | 10 + .../microIndex/microIndex.wxml | 141 + .../microIndex/microIndex.wxss | 262 + .../microRelease/microRelease.js | 964 ++ .../microRelease/microRelease.json | 15 + .../microRelease/microRelease.wxml | 374 + .../microRelease/microRelease.wxss | 716 ++ .../microSearchIndex/microSearchIndex.js | 146 + .../microSearchIndex/microSearchIndex.json | 5 + .../microSearchIndex/microSearchIndex.wxml | 27 + .../microSearchIndex/microSearchIndex.wxss | 95 + .../microhomepage/microhomepage.js | 445 + .../microhomepage/microhomepage.json | 10 + .../microhomepage/microhomepage.wxml | 106 + .../microhomepage/microhomepage.wxss | 270 + .../packageC/microshop/catelist1/catelist1.js | 225 + .../microshop/catelist1/catelist1.json | 5 + .../microshop/catelist1/catelist1.wxml | 26 + .../microshop/catelist1/catelist1.wxss | 112 + .../microshop/manage_shop/manage_shop.js | 139 + .../microshop/manage_shop/manage_shop.json | 6 + .../microshop/manage_shop/manage_shop.wxml | 21 + .../microshop/manage_shop/manage_shop.wxss | 60 + .../microShop_ShopKeeperCenter.js | 178 + .../microShop_ShopKeeperCenter.json | 8 + .../microShop_ShopKeeperCenter.wxml | 123 + .../microShop_ShopKeeperCenter.wxss | 184 + .../microShop_apply/microShop_apply.js | 181 + .../microShop_apply/microShop_apply.json | 7 + .../microShop_apply/microShop_apply.wxml | 40 + .../microShop_apply/microShop_apply.wxss | 102 + .../microShop_apply_reg_info.js | 88 + .../microShop_apply_reg_info.json | 4 + .../microShop_apply_reg_info.wxml | 9 + .../microShop_apply_reg_info.wxss | 4 + .../microShop_baseinfo/microShop_baseinfo.js | 266 + .../microShop_baseinfo.json | 8 + .../microShop_baseinfo.wxml | 72 + .../microShop_baseinfo.wxss | 165 + .../microShop_home/microShop_home.js | 426 + .../microShop_home/microShop_home.json | 7 + .../microShop_home/microShop_home.wxml | 83 + .../microShop_home/microShop_home.wxss | 138 + .../microShop_shareList.js | 164 + .../microShop_shareList.json | 7 + .../microShop_shareList.wxml | 76 + .../microShop_shareList.wxss | 43 + .../micro_shop_add_category.js | 174 + .../micro_shop_add_category.json | 6 + .../micro_shop_add_category.wxml | 16 + .../micro_shop_add_category.wxss | 35 + .../micro_shop_share_carelist.js | 191 + .../micro_shop_share_carelist.json | 6 + .../micro_shop_share_carelist.wxml | 25 + .../micro_shop_share_carelist.wxss | 74 + .../micro_shop_share_category.js | 167 + .../micro_shop_share_category.json | 6 + .../micro_shop_share_category.wxml | 13 + .../micro_shop_share_category.wxss | 35 + .../micro_shop_share_home.js | 381 + .../micro_shop_share_home.json | 7 + .../micro_shop_share_home.wxml | 91 + .../micro_shop_share_home.wxss | 142 + .../microshop/shareDetail/shareDetail.js | 102 + .../microshop/shareDetail/shareDetail.json | 4 + .../microshop/shareDetail/shareDetail.wxml | 20 + .../microshop/shareDetail/shareDetail.wxss | 68 + .../Waterfalls_flow/Waterfalls_flow.js | 140 + .../Waterfalls_flow/Waterfalls_flow.json | 4 + .../Waterfalls_flow/Waterfalls_flow.wxml | 92 + .../Waterfalls_flow/Waterfalls_flow.wxss | 158 + .../packageC/mycomponent/business/business.js | 612 ++ .../mycomponent/business/business.json | 10 + .../mycomponent/business/business.wxml | 218 + .../mycomponent/business/business.wxss | 727 ++ .../mycomponent/carcontent/carcontent.js | 45 + .../mycomponent/carcontent/carcontent.json | 4 + .../mycomponent/carcontent/carcontent.wxml | 72 + .../mycomponent/carcontent/carcontent.wxss | 92 + .../mycomponent/carcontent1/carcontent1.js | 53 + .../mycomponent/carcontent1/carcontent1.json | 4 + .../mycomponent/carcontent1/carcontent1.wxml | 72 + .../mycomponent/carcontent1/carcontent1.wxss | 92 + .../mycomponent/carcontent3/carcontent3.js | 72 + .../mycomponent/carcontent3/carcontent3.json | 9 + .../mycomponent/carcontent3/carcontent3.wxml | 72 + .../mycomponent/carcontent3/carcontent3.wxss | 93 + .../mycomponent/catchform/catchform.js | 65 + .../mycomponent/catchform/catchform.json | 5 + .../mycomponent/catchform/catchform.wxml | 5 + .../mycomponent/catchform/catchform.wxss | 15 + .../packageC/mycomponent/comment/comment.js | 51 + .../packageC/mycomponent/comment/comment.json | 6 + .../packageC/mycomponent/comment/comment.wxml | 34 + .../packageC/mycomponent/comment/comment.wxss | 84 + .../packageC/mycomponent/count/count.js | 166 + .../packageC/mycomponent/count/count.json | 4 + .../packageC/mycomponent/count/count.wxml | 2 + .../packageC/mycomponent/count/count.wxss | 0 .../mycomponent/goodsList1/goodsList1.js | 130 + .../mycomponent/goodsList1/goodsList1.json | 4 + .../mycomponent/goodsList1/goodsList1.wxml | 49 + .../mycomponent/goodsList1/goodsList1.wxss | 137 + .../mycomponent/group_level/group_level.js | 65 + .../mycomponent/group_level/group_level.json | 6 + .../mycomponent/group_level/group_level.wxml | 236 + .../mycomponent/group_level/group_level.wxss | 611 ++ .../mycomponent/grouplist/grouplist.js | 45 + .../mycomponent/grouplist/grouplist.json | 6 + .../mycomponent/grouplist/grouplist.wxml | 30 + .../mycomponent/grouplist/grouplist.wxss | 107 + .../mycomponent/hospitalTab/hospital.js | 52 + .../mycomponent/hospitalTab/hospital.wxss | 64 + .../hotel/date_picker/date_picker.js | 150 + .../hotel/date_picker/date_picker.json | 4 + .../hotel/date_picker/date_picker.wxml | 44 + .../hotel/date_picker/date_picker.wxss | 101 + .../packageC/mycomponent/hotel/list/list.js | 62 + .../packageC/mycomponent/hotel/list/list.json | 4 + .../packageC/mycomponent/hotel/list/list.wxml | 28 + .../packageC/mycomponent/hotel/list/list.wxss | 106 + .../member_fight_groups.js | 76 + .../ment_microshop/ment_microshop.js | 62 + .../ment_microshop/ment_microshop.json | 4 + .../ment_microshop/ment_microshop.wxml | 20 + .../ment_microshop/ment_microshop.wxss | 44 + .../microIndex_footer/microIndex_footer.js | 89 + .../microIndex_footer/microIndex_footer.json | 6 + .../microIndex_footer/microIndex_footer.wxml | 51 + .../microIndex_footer/microIndex_footer.wxss | 51 + .../o2ogroup_qrcode/o2ogroup_qrcode.js | 101 + .../o2ogroup_qrcode/o2ogroup_qrcode.json | 6 + .../o2ogroup_qrcode/o2ogroup_qrcode.wxml | 2 + .../o2ogroup_qrcode/o2ogroup_qrcode.wxss | 2 + .../packageC/mycomponent/o2oment/o2oment.js | 43 + .../packageC/mycomponent/o2oment/o2oment.json | 4 + .../packageC/mycomponent/o2oment/o2oment.wxml | 20 + .../packageC/mycomponent/o2oment/o2oment.wxss | 46 + .../mycomponent/option_menu/option_menu.js | 220 + .../mycomponent/option_menu/option_menu.json | 9 + .../mycomponent/option_menu/option_menu.wxml | 39 + .../mycomponent/option_menu/option_menu.wxss | 119 + .../packageC/mycomponent/sort/sort.js | 142 + .../packageC/mycomponent/sort/sort.json | 3 + .../packageC/mycomponent/sort/sort.wxml | 44 + .../packageC/mycomponent/sort/sort.wxss | 79 + .../packageC/mycomponent/star/star.js | 64 + .../packageC/mycomponent/star/star.json | 4 + .../packageC/mycomponent/star/star.wxml | 6 + .../packageC/mycomponent/star/star.wxss | 30 + .../mycomponent/storeList/storeList.js | 178 + .../mycomponent/storeList/storeList.json | 8 + .../mycomponent/storeList/storeList.wxml | 139 + .../mycomponent/storeList/storeList.wxss | 439 + .../mycomponent/storeList02/storeList02.js | 57 + .../mycomponent/storeList02/storeList02.json | 8 + .../mycomponent/storeList02/storeList02.wxml | 88 + .../mycomponent/storeList02/storeList02.wxss | 321 + .../mycomponent/temp/article/article.js | 67 + .../mycomponent/temp/article/article.json | 4 + .../mycomponent/temp/article/article.wxml | 22 + .../mycomponent/temp/article/article.wxss | 65 + .../mycomponent/temp/banner/banner.js | 110 + .../mycomponent/temp/banner/banner.json | 4 + .../mycomponent/temp/banner/banner.wxml | 17 + .../mycomponent/temp/banner/banner.wxss | 11 + .../packageC/mycomponent/temp/blank/blank.js | 38 + .../mycomponent/temp/blank/blank.json | 4 + .../mycomponent/temp/blank/blank.wxml | 4 + .../mycomponent/temp/blank/blank.wxss | 1 + .../mycomponent/temp/coupon/coupon.js | 115 + .../mycomponent/temp/coupon/coupon.json | 4 + .../mycomponent/temp/coupon/coupon.wxml | 23 + .../mycomponent/temp/coupon/coupon.wxss | 100 + .../mycomponent/temp/flashsale/flashsale.js | 211 + .../mycomponent/temp/flashsale/flashsale.json | 4 + .../mycomponent/temp/flashsale/flashsale.wxml | 175 + .../mycomponent/temp/flashsale/flashsale.wxss | 561 ++ .../packageC/mycomponent/temp/goods/goods.js | 152 + .../mycomponent/temp/goods/goods.json | 4 + .../mycomponent/temp/goods/goods.wxml | 143 + .../mycomponent/temp/goods/goods.wxss | 471 + .../mycomponent/temp/headline/headline.js | 67 + .../mycomponent/temp/headline/headline.json | 4 + .../mycomponent/temp/headline/headline.wxml | 33 + .../mycomponent/temp/headline/headline.wxss | 86 + .../packageC/mycomponent/temp/line/line.js | 38 + .../packageC/mycomponent/temp/line/line.json | 4 + .../packageC/mycomponent/temp/line/line.wxml | 4 + .../packageC/mycomponent/temp/line/line.wxss | 6 + .../mycomponent/temp/liveList/liveList.js | 801 ++ .../mycomponent/temp/liveList/liveList.json | 7 + .../mycomponent/temp/liveList/liveList.wxml | 563 ++ .../mycomponent/temp/liveList/liveList.wxss | 241 + .../mycomponent/temp/location/location.js | 79 + .../mycomponent/temp/location/location.json | 4 + .../mycomponent/temp/location/location.wxml | 22 + .../mycomponent/temp/location/location.wxss | 78 + .../packageC/mycomponent/temp/menu/menu.js | 100 + .../packageC/mycomponent/temp/menu/menu.json | 4 + .../packageC/mycomponent/temp/menu/menu.wxml | 12 + .../packageC/mycomponent/temp/menu/menu.wxss | 24 + .../mycomponent/temp/notice/notice.js | 51 + .../mycomponent/temp/notice/notice.json | 6 + .../mycomponent/temp/notice/notice.wxml | 5 + .../mycomponent/temp/notice/notice.wxss | 5 + .../mycomponent/temp/picture/picture.js | 60 + .../mycomponent/temp/picture/picture.json | 4 + .../mycomponent/temp/picture/picture.wxml | 9 + .../mycomponent/temp/picture/picture.wxss | 5 + .../mycomponent/temp/pictures/pictures.js | 57 + .../mycomponent/temp/pictures/pictures.json | 4 + .../mycomponent/temp/pictures/pictures.wxml | 27 + .../mycomponent/temp/pictures/pictures.wxss | 41 + .../temp/picturesque/picturesque.js | 57 + .../temp/picturesque/picturesque.json | 4 + .../temp/picturesque/picturesque.wxml | 18 + .../temp/picturesque/picturesque.wxss | 42 + .../mycomponent/temp/qrcode/qrcode.js | 501 + .../mycomponent/temp/qrcode/qrcode.json | 6 + .../mycomponent/temp/qrcode/qrcode.wxml | 30 + .../mycomponent/temp/qrcode/qrcode.wxss | 66 + .../mycomponent/temp/richtext/richtext.js | 59 + .../mycomponent/temp/richtext/richtext.json | 4 + .../mycomponent/temp/richtext/richtext.wxml | 7 + .../mycomponent/temp/richtext/richtext.wxss | 4 + .../mycomponent/temp/search/search.js | 42 + .../mycomponent/temp/search/search.json | 4 + .../mycomponent/temp/search/search.wxml | 7 + .../mycomponent/temp/search/search.wxss | 32 + .../packageC/mycomponent/temp/shop/shop.js | 70 + .../packageC/mycomponent/temp/shop/shop.json | 4 + .../packageC/mycomponent/temp/shop/shop.wxml | 21 + .../packageC/mycomponent/temp/shop/shop.wxss | 141 + .../packageC/mycomponent/temp/sign/sign.js | 98 + .../packageC/mycomponent/temp/sign/sign.json | 4 + .../packageC/mycomponent/temp/sign/sign.wxml | 11 + .../packageC/mycomponent/temp/sign/sign.wxss | 39 + .../packageC/mycomponent/temp/store/store.js | 197 + .../mycomponent/temp/store/store.json | 7 + .../mycomponent/temp/store/store.wxml | 69 + .../mycomponent/temp/store/store.wxss | 333 + .../mycomponent/temp/storeGoods/goods.js | 214 + .../mycomponent/temp/storeGoods/goods.json | 4 + .../mycomponent/temp/storeGoods/goods.wxml | 125 + .../mycomponent/temp/storeGoods/goods.wxss | 451 + .../packageC/mycomponent/temp/title/title.js | 38 + .../mycomponent/temp/title/title.json | 4 + .../mycomponent/temp/title/title.wxml | 7 + .../mycomponent/temp/title/title.wxss | 10 + .../packageC/mycomponent/temp/video/video.js | 77 + .../mycomponent/temp/video/video.json | 4 + .../mycomponent/temp/video/video.wxml | 20 + .../mycomponent/temp/video/video.wxss | 1 + .../packageC/o2o/AddClassify/AddClassify.js | 176 + .../packageC/o2o/AddClassify/AddClassify.json | 7 + .../packageC/o2o/AddClassify/AddClassify.wxml | 25 + .../packageC/o2o/AddClassify/AddClassify.wxss | 61 + .../packageC/o2o/FirstEdit/FirstEdit.js | 204 + .../packageC/o2o/FirstEdit/FirstEdit.json | 7 + .../packageC/o2o/FirstEdit/FirstEdit.wxml | 26 + .../packageC/o2o/FirstEdit/FirstEdit.wxss | 63 + .../o2o/GoodsClassify/GoodsClassify.js | 337 + .../o2o/GoodsClassify/GoodsClassify.json | 4 + .../o2o/GoodsClassify/GoodsClassify.wxml | 66 + .../o2o/GoodsClassify/GoodsClassify.wxss | 182 + .../packageC/o2o/HomeSeller/HomeSeller.js | 607 ++ .../packageC/o2o/HomeSeller/HomeSeller.json | 11 + .../packageC/o2o/HomeSeller/HomeSeller.wxml | 343 + .../packageC/o2o/HomeSeller/HomeSeller.wxss | 703 ++ .../packageC/o2o/StoreSearch/StoreSearch.js | 232 + .../packageC/o2o/StoreSearch/StoreSearch.json | 7 + .../packageC/o2o/StoreSearch/StoreSearch.wxml | 24 + .../packageC/o2o/StoreSearch/StoreSearch.wxss | 63 + .../CardChooseMembership.js | 144 + .../CardChooseMembership.json | 4 + .../CardChooseMembership.wxml | 36 + .../CardChooseMembership.wxss | 109 + .../CardOpenMembership/CardOpenMembership.js | 107 + .../CardOpenMembership.json | 5 + .../CardOpenMembership.wxml | 17 + .../CardOpenMembership.wxss | 192 + .../packageC/o2o/card/new_card/new_card.js | 120 + .../packageC/o2o/card/new_card/new_card.json | 7 + .../packageC/o2o/card/new_card/new_card.wxml | 43 + .../packageC/o2o/card/new_card/new_card.wxss | 160 + .../packageC/o2o/createGroup/createGroup.js | 1054 +++ .../packageC/o2o/createGroup/createGroup.json | 16 + .../packageC/o2o/createGroup/createGroup.wxml | 295 + .../packageC/o2o/createGroup/createGroup.wxss | 537 ++ .../groupDataStatistics.js | 94 + .../groupDataStatistics.json | 4 + .../groupDataStatistics.wxml | 22 + .../groupDataStatistics.wxss | 59 + .../packageC/o2o/o2oCategory/o2oCategory.js | 200 + .../packageC/o2o/o2oCategory/o2oCategory.json | 6 + .../packageC/o2o/o2oCategory/o2oCategory.wxml | 4 + .../packageC/o2o/o2oCategory/o2oCategory.wxss | 1 + .../packageC/o2o/o2oCity/o2oCity.js | 447 + .../packageC/o2o/o2oCity/o2oCity.json | 3 + .../packageC/o2o/o2oCity/o2oCity.wxml | 57 + .../packageC/o2o/o2oCity/o2oCity.wxss | 157 + .../o2oGroupActivitylist.js | 324 + .../o2oGroupActivitylist.json | 12 + .../o2oGroupActivitylist.wxml | 94 + .../o2oGroupActivitylist.wxss | 206 + .../packageC/o2o/o2oGrouplist/o2oGrouplist.js | 211 + .../o2o/o2oGrouplist/o2oGrouplist.json | 7 + .../o2o/o2oGrouplist/o2oGrouplist.wxml | 31 + .../o2o/o2oGrouplist/o2oGrouplist.wxss | 131 + .../packageC/o2o/o2oHome/o2oHome.js | 424 + .../packageC/o2o/o2oHome/o2oHome.json | 7 + .../packageC/o2o/o2oHome/o2oHome.wxml | 101 + .../packageC/o2o/o2oHome/o2oHome.wxss | 279 + .../packageC/o2o/o2oLocation/o2oLocation.js | 299 + .../packageC/o2o/o2oLocation/o2oLocation.json | 5 + .../packageC/o2o/o2oLocation/o2oLocation.wxml | 57 + .../packageC/o2o/o2oLocation/o2oLocation.wxss | 180 + .../o2o/o2oLocation_loc/o2oLocation_loc.js | 508 ++ .../o2o/o2oLocation_loc/o2oLocation_loc.json | 3 + .../o2o/o2oLocation_loc/o2oLocation_loc.wxml | 41 + .../o2o/o2oLocation_loc/o2oLocation_loc.wxss | 121 + .../packageC/o2o/o2oSearch/o2oSearch.js | 277 + .../packageC/o2o/o2oSearch/o2oSearch.json | 6 + .../packageC/o2o/o2oSearch/o2oSearch.wxml | 31 + .../packageC/o2o/o2oSearch/o2oSearch.wxss | 66 + .../o2oSearchMultiple/o2oSearchMultiple.js | 305 + .../o2oSearchMultiple/o2oSearchMultiple.json | 8 + .../o2oSearchMultiple/o2oSearchMultiple.wxml | 92 + .../o2oSearchMultiple/o2oSearchMultiple.wxss | 227 + .../packageC/o2o/o2oStore/o2oStore.js | 2190 +++++ .../packageC/o2o/o2oStore/o2oStore.json | 15 + .../packageC/o2o/o2oStore/o2oStore.wxml | 532 ++ .../packageC/o2o/o2oStore/o2oStore.wxss | 2008 ++++ .../o2o/openGroupDetail/openGroupDetail.js | 93 + .../o2o/openGroupDetail/openGroupDetail.json | 3 + .../o2o/openGroupDetail/openGroupDetail.wxml | 24 + .../o2o/openGroupDetail/openGroupDetail.wxss | 58 + .../o2o/openGroupList/openGroupList.js | 355 + .../o2o/openGroupList/openGroupList.json | 12 + .../o2o/openGroupList/openGroupList.wxml | 86 + .../o2o/openGroupList/openGroupList.wxss | 212 + .../packageC/o2o/qrCode/qrCode.js | 118 + .../packageC/o2o/qrCode/qrCode.json | 4 + .../packageC/o2o/qrCode/qrCode.wxml | 21 + .../packageC/o2o/qrCode/qrCode.wxss | 33 + .../packageC/o2o/storeManage/storeManage.js | 282 + .../packageC/o2o/storeManage/storeManage.json | 6 + .../packageC/o2o/storeManage/storeManage.wxml | 150 + .../packageC/o2o/storeManage/storeManage.wxss | 281 + .../o2o/store_add_goods/store_add_goods.js | 394 + .../o2o/store_add_goods/store_add_goods.json | 10 + .../o2o/store_add_goods/store_add_goods.wxml | 93 + .../o2o/store_add_goods/store_add_goods.wxss | 265 + .../packageC/o2o/store_coupon/store_coupon.js | 192 + .../o2o/store_coupon/store_coupon.json | 5 + .../o2o/store_coupon/store_coupon.wxml | 19 + .../o2o/store_coupon/store_coupon.wxss | 55 + .../packageC/orders/Lottery/Lottery.js | 519 ++ .../packageC/orders/Lottery/Lottery.json | 8 + .../packageC/orders/Lottery/Lottery.wxml | 195 + .../packageC/orders/Lottery/Lottery.wxss | 686 ++ .../orders/LotteryRecord/LotteryRecord.js | 175 + .../orders/LotteryRecord/LotteryRecord.json | 4 + .../orders/LotteryRecord/LotteryRecord.wxml | 29 + .../orders/LotteryRecord/LotteryRecord.wxss | 49 + .../packageC/redPacket/daily_red/daily_red.js | 427 + .../redPacket/daily_red/daily_red.json | 8 + .../redPacket/daily_red/daily_red.wxml | 162 + .../redPacket/daily_red/daily_red.wxss | 508 ++ .../daily_red_home/daily_red_home.js | 297 + .../daily_red_home/daily_red_home.json | 8 + .../daily_red_home/daily_red_home.wxml | 176 + .../daily_red_home/daily_red_home.wxss | 512 ++ .../get_red_record/get_red_record.js | 207 + .../get_red_record/get_red_record.json | 4 + .../get_red_record/get_red_record.wxml | 35 + .../get_red_record/get_red_record.wxss | 95 + .../packageC/redPacket/redRank/redRank.js | 132 + .../packageC/redPacket/redRank/redRank.json | 7 + .../packageC/redPacket/redRank/redRank.wxml | 23 + .../packageC/redPacket/redRank/redRank.wxss | 82 + .../redPacket/red_amount/red_amount.js | 190 + .../redPacket/red_amount/red_amount.json | 4 + .../redPacket/red_amount/red_amount.wxml | 45 + .../redPacket/red_amount/red_amount.wxss | 99 + .../selfPickupPointChild.js | 52 + .../selfPickupPointChild.json | 4 + .../selfPickupPointChild.wxml | 32 + .../selfPickupPointChild.wxss | 124 + .../selectSelfPickupPoint.js | 276 + .../selectSelfPickupPoint.json | 10 + .../selectSelfPickupPoint.wxml | 41 + .../selectSelfPickupPoint.wxss | 86 + .../selfCarryApply/selfCarryApply.js | 1076 +++ .../selfCarryApply/selfCarryApply.json | 14 + .../selfCarryApply/selfCarryApply.wxml | 192 + .../selfCarryApply/selfCarryApply.wxss | 597 ++ .../selfCarry_info/selfCarry_info.js | 484 + .../selfCarry_info/selfCarry_info.json | 7 + .../selfCarry_info/selfCarry_info.wxml | 81 + .../selfCarry_info/selfCarry_info.wxss | 240 + .../selfCarry_reward/selfCarry_reward.js | 171 + .../selfCarry_reward/selfCarry_reward.json | 3 + .../selfCarry_reward/selfCarry_reward.wxml | 41 + .../selfCarry_reward/selfCarry_reward.wxss | 163 + .../video_goods/VideoDetail/VideoDetail.js | 2084 +++++ .../video_goods/VideoDetail/VideoDetail.json | 15 + .../video_goods/VideoDetail/VideoDetail.wxml | 315 + .../video_goods/VideoDetail/VideoDetail.wxss | 1169 +++ .../video_goods/VideoList/VideoList.js | 421 + .../video_goods/VideoList/VideoList.json | 7 + .../video_goods/VideoList/VideoList.wxml | 91 + .../video_goods/VideoList/VideoList.wxss | 335 + .../video_goods/VideoReward/VideoReward.js | 198 + .../video_goods/VideoReward/VideoReward.json | 6 + .../video_goods/VideoReward/VideoReward.wxml | 47 + .../video_goods/VideoReward/VideoReward.wxss | 327 + .../video_goods/addVideoGood/addVideoGood.js | 231 + .../addVideoGood/addVideoGood.json | 5 + .../addVideoGood/addVideoGood.wxml | 50 + .../addVideoGood/addVideoGood.wxss | 218 + .../packageC/video_goods/myVideo/myVideo.js | 298 + .../packageC/video_goods/myVideo/myVideo.json | 7 + .../packageC/video_goods/myVideo/myVideo.wxml | 95 + .../packageC/video_goods/myVideo/myVideo.wxss | 281 + .../video_goods/releaseVideo/releaseVideo.js | 656 ++ .../releaseVideo/releaseVideo.json | 12 + .../releaseVideo/releaseVideo.wxml | 74 + .../releaseVideo/releaseVideo.wxss | 212 + .../videoAgreement/videoAgreement.js | 174 + .../videoAgreement/videoAgreement.json | 8 + .../videoAgreement/videoAgreement.wxml | 27 + .../videoAgreement/videoAgreement.wxss | 93 + .../video_goods/videoAnswer/videoAnswer.js | 137 + .../video_goods/videoAnswer/videoAnswer.json | 6 + .../video_goods/videoAnswer/videoAnswer.wxml | 34 + .../video_goods/videoAnswer/videoAnswer.wxss | 175 + .../voice_shop/my_voices/my_voices.js | 235 + .../voice_shop/my_voices/my_voices.json | 4 + .../voice_shop/my_voices/my_voices.wxml | 32 + .../voice_shop/my_voices/my_voices.wxss | 137 + .../packageD/ActivityDetail/ActivityDetail.js | 413 + .../ActivityDetail/ActivityDetail.json | 5 + .../ActivityDetail/ActivityDetail.wxml | 258 + .../ActivityDetail/ActivityDetail.wxss | 643 ++ .../packageD/MyFriendApply/myfriends.js | 198 + .../packageD/MyFriendApply/myfriends.json | 3 + .../packageD/MyFriendApply/myfriends.wxml | 39 + .../packageD/MyFriendApply/myfriends.wxss | 133 + .../article/PayarticleList/PayarticleList.js | 140 + .../PayarticleList/PayarticleList.json | 4 + .../PayarticleList/PayarticleList.wxml | 19 + .../PayarticleList/PayarticleList.wxss | 93 + .../article/articleList/articleList.js | 169 + .../article/articleList/articleList.json | 6 + .../article/articleList/articleList.wxml | 32 + .../article/articleList/articleList.wxss | 153 + .../auction-apply/auction-apply.js | 779 ++ .../auction-apply/auction-apply.json | 12 + .../auction-apply/auction-apply.wxml | 164 + .../auction-apply/auction-apply.wxss | 244 + .../auctionIntegralCash.js | 175 + .../auctionIntegralCash.json | 7 + .../auctionIntegralCash.wxml | 35 + .../auctionIntegralCash.wxss | 170 + .../auction_collect/auction_collect.js | 179 + .../auction_collect/auction_collect.json | 4 + .../auction_collect/auction_collect.wxml | 21 + .../auction_collect/auction_collect.wxss | 96 + .../auction_deposit/auction_deposit.js | 66 + .../auction_deposit/auction_deposit.json | 4 + .../auction_deposit/auction_deposit.wxml | 23 + .../auction_deposit/auction_deposit.wxss | 96 + .../auction_goods_order.js | 2937 ++++++ .../auction_goods_order.json | 17 + .../auction_goods_order.wxml | 605 ++ .../auction_goods_order.wxss | 869 ++ .../auction_integral_love.js | 148 + .../auction_integral_love.json | 6 + .../auction_integral_love.wxml | 24 + .../auction_integral_love.wxss | 94 + .../auction_recharge/auction_recharge.js | 159 + .../auction_recharge/auction_recharge.json | 4 + .../auction_recharge/auction_recharge.wxml | 25 + .../auction_recharge/auction_recharge.wxss | 123 + .../auction-mine/my_auction/my_auction.js | 196 + .../auction-mine/my_auction/my_auction.json | 8 + .../auction-mine/my_auction/my_auction.wxml | 82 + .../auction-mine/my_auction/my_auction.wxss | 239 + .../auction/auction-mine/my_index/my_index.js | 111 + .../auction-mine/my_index/my_index.json | 6 + .../auction-mine/my_index/my_index.wxml | 54 + .../auction-mine/my_index/my_index.wxss | 98 + .../auction/auction_good/auction_good.js | 913 ++ .../auction/auction_good/auction_good.json | 8 + .../auction/auction_good/auction_good.wxml | 321 + .../auction/auction_good/auction_good.wxss | 879 ++ .../auction/auction_index/auction_index.js | 228 + .../auction/auction_index/auction_index.json | 4 + .../auction/auction_index/auction_index.wxml | 71 + .../auction/auction_index/auction_index.wxss | 239 + .../auction/auction_more/auction_more.js | 235 + .../auction/auction_more/auction_more.json | 4 + .../auction/auction_more/auction_more.wxml | 25 + .../auction/auction_more/auction_more.wxss | 162 + .../auction/auction_record/auction_record.js | 137 + .../auction_record/auction_record.json | 4 + .../auction_record/auction_record.wxml | 24 + .../auction_record/auction_record.wxss | 81 + .../auction/auction_search/auction_search.js | 272 + .../auction_search/auction_search.json | 6 + .../auction_search/auction_search.wxml | 42 + .../auction_search/auction_search.wxss | 293 + .../auction/auction_vip/auction_vip.js | 371 + .../auction/auction_vip/auction_vip.json | 7 + .../auction/auction_vip/auction_vip.wxml | 64 + .../auction/auction_vip/auction_vip.wxss | 365 + .../auction_agreement/auction_agreement.js | 66 + .../auction_agreement/auction_agreement.json | 4 + .../auction_agreement/auction_agreement.wxml | 2 + .../auction_agreement/auction_agreement.wxss | 1 + .../auction_collect/auction_collect.js | 96 + .../auction_collect/auction_collect.json | 4 + .../auction_collect/auction_collect.wxml | 19 + .../auction_collect/auction_collect.wxss | 88 + .../auctioneer/auctioneer.js | 109 + .../auctioneer/auctioneer.json | 6 + .../auctioneer/auctioneer.wxml | 59 + .../auctioneer/auctioneer.wxss | 137 + .../good_manage/good_manage.js | 402 + .../good_manage/good_manage.json | 7 + .../good_manage/good_manage.wxml | 76 + .../good_manage/good_manage.wxss | 166 + .../auctioneer-manage/my_money/my_money.js | 631 ++ .../auctioneer-manage/my_money/my_money.json | 7 + .../auctioneer-manage/my_money/my_money.wxml | 369 + .../auctioneer-manage/my_money/my_money.wxss | 148 + .../password_change/password_change.js | 158 + .../password_change/password_change.json | 6 + .../password_change/password_change.wxml | 14 + .../password_change/password_change.wxss | 42 + .../set_password/set_password.js | 337 + .../set_password/set_password.json | 4 + .../set_password/set_password.wxml | 40 + .../set_password/set_password.wxss | 66 + .../shop_share/shop_share.js | 139 + .../shop_share/shop_share.json | 6 + .../shop_share/shop_share.wxml | 16 + .../shop_share/shop_share.wxss | 73 + .../publish_first/publish_first.js | 604 ++ .../publish_first/publish_first.json | 9 + .../publish_first/publish_first.wxml | 148 + .../publish_first/publish_first.wxss | 272 + .../publish_second/publish_second.js | 433 + .../publish_second/publish_second.json | 9 + .../publish_second/publish_second.wxml | 125 + .../publish_second/publish_second.wxss | 224 + .../auctioneer_shop/auctioneer_shop.js | 432 + .../auctioneer_shop/auctioneer_shop.json | 9 + .../auctioneer_shop/auctioneer_shop.wxml | 122 + .../auctioneer_shop/auctioneer_shop.wxss | 300 + .../auctioneer_shop_search.js | 173 + .../auctioneer_shop_search.json | 3 + .../auctioneer_shop_search.wxml | 30 + .../auctioneer_shop_search.wxss | 139 + .../businessActivity/businessActivity.js | 305 + .../businessActivity/businessActivity.json | 3 + .../businessActivity/businessActivity.wxml | 187 + .../businessActivity/businessActivity.wxss | 625 ++ .../packageD/buy/myOrder_v2/myOrder_v2.js | 3746 ++++++++ .../packageD/buy/myOrder_v2/myOrder_v2.json | 32 + .../packageD/buy/myOrder_v2/myOrder_v2.wxml | 873 ++ .../packageD/buy/myOrder_v2/myOrder_v2.wxss | 1333 +++ .../packageD/buy/orderPay/orderPay.js | 181 + .../packageD/buy/orderPay/orderPay.json | 13 + .../packageD/buy/orderPay/orderPay.wxml | 48 + .../packageD/buy/orderPay/orderPay.wxss | 286 + .../packageD/buy/payanother/payanother.js | 187 + .../packageD/buy/payanother/payanother.json | 4 + .../packageD/buy/payanother/payanother.wxml | 45 + .../packageD/buy/payanother/payanother.wxss | 299 + .../buy/payanotherDetail/payanotherDetail.js | 127 + .../payanotherDetail/payanotherDetail.json | 8 + .../payanotherDetail/payanotherDetail.wxml | 60 + .../payanotherDetail/payanotherDetail.wxss | 387 + .../packageD/buy/success/success.js | 79 + .../packageD/buy/success/success.json | 4 + .../packageD/buy/success/success.wxml | 43 + .../packageD/buy/success/success.wxss | 17 + .../packageD/coupon/coupon_store.js | 400 + .../packageD/coupon/coupon_store.json | 10 + .../packageD/coupon/coupon_store.wxml | 139 + .../packageD/coupon/coupon_store.wxss | 252 + .../packageD/coupon_share/coupon_share.js | 106 + .../packageD/coupon_share/coupon_share.json | 4 + .../packageD/coupon_share/coupon_share.wxml | 15 + .../packageD/coupon_share/coupon_share.wxss | 75 + .../directSeeding/anchorApply/anchorApply.js | 623 ++ .../anchorApply/anchorApply.json | 11 + .../anchorApply/anchorApply.wxml | 256 + .../anchorApply/anchorApply.wxss | 517 ++ .../anchorDetail/anchorDetail.js | 535 ++ .../anchorDetail/anchorDetail.json | 4 + .../anchorDetail/anchorDetail.wxml | 103 + .../anchorDetail/anchorDetail.wxss | 325 + .../directSeeding/foreshow/foreshow.js | 1022 +++ .../directSeeding/foreshow/foreshow.json | 6 + .../directSeeding/foreshow/foreshow.wxml | 68 + .../directSeeding/foreshow/foreshow.wxss | 300 + .../helperLiveList/helperLiveList.js | 400 + .../helperLiveList/helperLiveList.json | 8 + .../helperLiveList/helperLiveList.wxml | 150 + .../helperLiveList/helperLiveList.wxss | 417 + .../helperLiveRoom/helperLiveRoom.js | 881 ++ .../helperLiveRoom/helperLiveRoom.json | 6 + .../helperLiveRoom/helperLiveRoom.wxml | 130 + .../helperLiveRoom/helperLiveRoom.wxss | 359 + .../liveClassification/liveClassification.js | 727 ++ .../liveClassification.json | 8 + .../liveClassification.wxml | 607 ++ .../liveClassification.wxss | 268 + .../liveDividend/liveDividend.js | 166 + .../liveDividend/liveDividend.json | 7 + .../liveDividend/liveDividend.wxml | 81 + .../liveDividend/liveDividend.wxss | 110 + .../directSeeding/liveFanList/liveFanList.js | 126 + .../liveFanList/liveFanList.json | 4 + .../liveFanList/liveFanList.wxml | 14 + .../liveFanList/liveFanList.wxss | 33 + .../directSeeding/liveList/liveList.js | 888 ++ .../directSeeding/liveList/liveList.json | 8 + .../directSeeding/liveList/liveList.wxml | 792 ++ .../directSeeding/liveList/liveList.wxss | 471 + .../directSeeding/livePage/livePage.js | 4391 +++++++++ .../directSeeding/livePage/livePage.json | 10 + .../directSeeding/livePage/livePage.wxml | 696 ++ .../directSeeding/livePage/livePage.wxss | 2011 ++++ .../directSeeding/liveReport/liveReport.js | 241 + .../directSeeding/liveReport/liveReport.json | 8 + .../directSeeding/liveReport/liveReport.wxml | 73 + .../directSeeding/liveReport/liveReport.wxss | 198 + .../packageD/dividends/dividends.js | 157 + .../packageD/dividends/dividends.json | 3 + .../packageD/dividends/dividends.wxml | 33 + .../packageD/dividends/dividends.wxss | 122 + .../packageD/easyRefuel/easyRefuel.js | 240 + .../packageD/easyRefuel/easyRefuel.json | 5 + .../packageD/easyRefuel/easyRefuel.wxml | 67 + .../packageD/easyRefuel/easyRefuel.wxss | 235 + .../easyRefuel_list/easyRefuel_list.js | 191 + .../easyRefuel_list/easyRefuel_list.json | 5 + .../easyRefuel_list/easyRefuel_list.wxml | 53 + .../easyRefuel_list/easyRefuel_list.wxss | 227 + .../packageD/getCoupon/getCoupon.js | 170 + .../packageD/getCoupon/getCoupon.json | 3 + .../packageD/getCoupon/getCoupon.wxml | 53 + .../packageD/getCoupon/getCoupon.wxss | 236 + .../packageD/livePlayer/livePlayer.js | 187 + .../packageD/livePlayer/livePlayer.json | 5 + .../packageD/livePlayer/livePlayer.wxml | 130 + .../packageD/livePlayer/livePlayer.wxss | 214 + .../member/CommentDetails/CommentDetails.js | 232 + .../member/CommentDetails/CommentDetails.json | 8 + .../member/CommentDetails/CommentDetails.wxml | 115 + .../member/CommentDetails/CommentDetails.wxss | 263 + .../member/addevaluate/addevaluate.js | 211 + .../member/addevaluate/addevaluate.json | 9 + .../member/addevaluate/addevaluate.wxml | 68 + .../member/addevaluate/addevaluate.wxss | 186 + .../member/addressAdd_v2/addressAdd_v2.js | 450 + .../member/addressAdd_v2/addressAdd_v2.json | 10 + .../member/addressAdd_v2/addressAdd_v2.wxml | 67 + .../member/addressAdd_v2/addressAdd_v2.wxss | 119 + .../member/addressEdit/addressEdit.js | 487 + .../member/addressEdit/addressEdit.json | 10 + .../member/addressEdit/addressEdit.wxml | 64 + .../member/addressEdit/addressEdit.wxss | 117 + .../member/addressList/addressList.js | 138 + .../member/addressList/addressList.json | 7 + .../member/addressList/addressList.wxml | 53 + .../member/addressList/addressList.wxss | 85 + .../packageD/member/collection/collection.js | 193 + .../member/collection/collection.json | 8 + .../member/collection/collection.wxml | 49 + .../member/collection/collection.wxss | 39 + .../packageD/member/evaluate/evaluate.js | 291 + .../packageD/member/evaluate/evaluate.json | 9 + .../packageD/member/evaluate/evaluate.wxml | 72 + .../packageD/member/evaluate/evaluate.wxss | 157 + .../packageD/member/footprint/footprint.js | 169 + .../packageD/member/footprint/footprint.json | 7 + .../packageD/member/footprint/footprint.wxml | 32 + .../packageD/member/footprint/footprint.wxss | 46 + .../member/myEvaluation/myEvaluation.js | 242 + .../member/myEvaluation/myEvaluation.json | 7 + .../member/myEvaluation/myEvaluation.wxml | 83 + .../member/myEvaluation/myEvaluation.wxss | 128 + .../packageD/member/myMarket/myMarket.js | 106 + .../packageD/member/myMarket/myMarket.json | 4 + .../packageD/member/myMarket/myMarket.wxml | 45 + .../packageD/member/myMarket/myMarket.wxss | 104 + .../member/myOrder/Aftersales/Aftersales.js | 338 + .../member/myOrder/Aftersales/Aftersales.json | 6 + .../member/myOrder/Aftersales/Aftersales.wxml | 183 + .../member/myOrder/Aftersales/Aftersales.wxss | 403 + .../myOrder/Aftersaleslist/Aftersaleslist.js | 145 + .../Aftersaleslist/Aftersaleslist.json | 7 + .../Aftersaleslist/Aftersaleslist.wxml | 37 + .../Aftersaleslist/Aftersaleslist.wxss | 113 + .../DeliveryEvaluate/DeliveryEvaluate.js | 225 + .../DeliveryEvaluate/DeliveryEvaluate.json | 9 + .../DeliveryEvaluate/DeliveryEvaluate.wxml | 57 + .../DeliveryEvaluate/DeliveryEvaluate.wxss | 88 + .../member/myOrder/evaluate/evaluate.js | 237 + .../member/myOrder/evaluate/evaluate.json | 10 + .../member/myOrder/evaluate/evaluate.wxml | 57 + .../member/myOrder/evaluate/evaluate.wxss | 128 + .../member/myOrder/express/express.js | 176 + .../member/myOrder/express/express.json | 11 + .../member/myOrder/express/express.wxml | 24 + .../member/myOrder/express/express.wxss | 14 + .../member/myOrder/invoice/invoice.js | 179 + .../member/myOrder/invoice/invoice.json | 6 + .../member/myOrder/invoice/invoice.wxml | 20 + .../member/myOrder/invoice/invoice.wxss | 53 + .../negotiationRecord/negotiationRecord.js | 83 + .../negotiationRecord/negotiationRecord.json | 4 + .../negotiationRecord/negotiationRecord.wxml | 55 + .../negotiationRecord/negotiationRecord.wxss | 76 + .../orderVerification/orderVerification.js | 132 + .../orderVerification/orderVerification.json | 7 + .../orderVerification/orderVerification.wxml | 14 + .../orderVerification/orderVerification.wxss | 24 + .../myOrder/order_record/order_record.js | 125 + .../myOrder/order_record/order_record.json | 8 + .../myOrder/order_record/order_record.wxml | 26 + .../myOrder/order_record/order_record.wxss | 73 + .../editAddressPop/editAddressPop.js | 345 + .../editAddressPop/editAddressPop.json | 9 + .../editAddressPop/editAddressPop.wxml | 90 + .../editAddressPop/editAddressPop.wxss | 112 + .../components/pickUpTimePop/pickUpTimePop.js | 69 + .../pickUpTimePop/pickUpTimePop.json | 6 + .../pickUpTimePop/pickUpTimePop.wxml | 25 + .../pickUpTimePop/pickUpTimePop.wxss | 79 + .../receivingStatusPop/receivingStatusPop.js | 41 + .../receivingStatusPop.json | 9 + .../receivingStatusPop.wxml | 29 + .../receivingStatusPop.wxss | 30 + .../returnGoodsPop/returnGoodsPop.js | 58 + .../returnGoodsPop/returnGoodsPop.json | 10 + .../returnGoodsPop/returnGoodsPop.wxml | 34 + .../returnGoodsPop/returnGoodsPop.wxss | 99 + .../returnMethodsPop/returnMethodsPop.js | 43 + .../returnMethodsPop/returnMethodsPop.json | 9 + .../returnMethodsPop/returnMethodsPop.wxml | 23 + .../returnMethodsPop/returnMethodsPop.wxss | 30 + .../returnReasonPop/returnReasonPop.js | 48 + .../returnReasonPop/returnReasonPop.json | 9 + .../returnReasonPop/returnReasonPop.wxml | 26 + .../returnReasonPop/returnReasonPop.wxss | 34 + .../components/returnTypePop/returnTypePop.js | 36 + .../returnTypePop/returnTypePop.json | 7 + .../returnTypePop/returnTypePop.wxml | 24 + .../returnTypePop/returnTypePop.wxss | 37 + .../packageD/member/myOrder/refund/refund.js | 507 ++ .../member/myOrder/refund/refund.json | 18 + .../member/myOrder/refund/refund.wxml | 177 + .../member/myOrder/refund/refund.wxss | 161 + .../member/myOrder/truckList/truckList.js | 180 + .../member/myOrder/truckList/truckList.json | 6 + .../member/myOrder/truckList/truckList.wxml | 27 + .../member/myOrder/truckList/truckList.wxss | 54 + .../member/myRelationship/amount/amount.js | 148 + .../member/myRelationship/amount/amount.json | 6 + .../member/myRelationship/amount/amount.wxml | 30 + .../member/myRelationship/amount/amount.wxss | 86 + .../member/myRelationship/detail/detail.js | 61 + .../member/myRelationship/detail/detail.json | 3 + .../member/myRelationship/detail/detail.wxml | 33 + .../member/myRelationship/detail/detail.wxss | 83 + .../member/myRelationship/myRelationship.js | 632 ++ .../member/myRelationship/myRelationship.json | 8 + .../member/myRelationship/myRelationship.wxml | 262 + .../member/myRelationship/myRelationship.wxss | 553 ++ .../mycomponent/add-goods/add-goods.js | 28 + .../mycomponent/add-goods/add-goods.json | 4 + .../mycomponent/add-goods/add-goods.wxml | 14 + .../mycomponent/add-goods/add-goods.wxss | 87 + .../agency-saleman/agency-saleman.js | 59 + .../agency-saleman/agency-saleman.json | 6 + .../agency-saleman/agency-saleman.wxml | 9 + .../agency-saleman/agency-saleman.wxss | 12 + .../city-delivery-day/city-delivery-day.js | 69 + .../city-delivery-day/city-delivery-day.json | 6 + .../city-delivery-day/city-delivery-day.wxml | 23 + .../city-delivery-day/city-delivery-day.wxss | 80 + .../coupon_store_item/coupon_store_item.js | 49 + .../coupon_store_item/coupon_store_item.json | 4 + .../coupon_store_item/coupon_store_item.wxml | 46 + .../coupon_store_item/coupon_store_item.wxss | 202 + .../mycomponent/group_level/group_level.js | 65 + .../mycomponent/group_level/group_level.json | 6 + .../mycomponent/group_level/group_level.wxml | 233 + .../mycomponent/group_level/group_level.wxss | 604 ++ .../mycomponent/invoice-pop/invoice-pop.js | 272 + .../mycomponent/invoice-pop/invoice-pop.json | 8 + .../mycomponent/invoice-pop/invoice-pop.wxml | 180 + .../mycomponent/invoice-pop/invoice-pop.wxss | 287 + .../mycomponent/member/pickerView/datesfm.js | 188 + .../member/pickerView/datesfm.json | 4 + .../member/pickerView/datesfm.wxml | 72 + .../member/pickerView/datesfm.wxss | 82 + .../mycomponent/temp/business/business.js | 589 ++ .../mycomponent/temp/business/business.json | 8 + .../mycomponent/temp/business/business.wxml | 250 + .../mycomponent/temp/business/business.wxss | 661 ++ .../packageD/mycomponent/temp/store/store.js | 220 + .../mycomponent/temp/store/store.json | 6 + .../mycomponent/temp/store/store.wxml | 69 + .../mycomponent/temp/store/store.wxss | 333 + .../packageD/mycomponent/yzMyinfo/yzMyinfo.js | 155 + .../mycomponent/yzMyinfo/yzMyinfo.json | 7 + .../mycomponent/yzMyinfo/yzMyinfo.wxml | 29 + .../mycomponent/yzMyinfo/yzMyinfo.wxss | 48 + .../mycomponent/yzSubscribe/yzSubscribe.js | 115 + .../mycomponent/yzSubscribe/yzSubscribe.json | 8 + .../mycomponent/yzSubscribe/yzSubscribe.wxml | 56 + .../mycomponent/yzSubscribe/yzSubscribe.wxss | 153 + .../yz_addressList/yz_addressList.js | 599 ++ .../yz_addressList/yz_addressList.json | 12 + .../yz_addressList/yz_addressList.wxml | 116 + .../yz_addressList/yz_addressList.wxss | 243 + .../packageD/mycomponent/yz_wap/yz_wapmap.js | 416 + .../mycomponent/yz_wap/yz_wapmap.json | 6 + .../mycomponent/yz_wap/yz_wapmap.wxml | 46 + .../mycomponent/yz_wap/yz_wapmap.wxss | 139 + .../packageD/o2o/recommendind/recommendind.js | 146 + .../o2o/recommendind/recommendind.json | 4 + .../o2o/recommendind/recommendind.wxml | 29 + .../o2o/recommendind/recommendind.wxss | 137 + .../o2o/recommendlist/recommendlist.js | 363 + .../o2o/recommendlist/recommendlist.json | 9 + .../o2o/recommendlist/recommendlist.wxml | 54 + .../o2o/recommendlist/recommendlist.wxss | 228 + .../o2o/recommendtext/recommendtext.js | 164 + .../o2o/recommendtext/recommendtext.json | 9 + .../o2o/recommendtext/recommendtext.wxml | 46 + .../o2o/recommendtext/recommendtext.wxss | 229 + .../packageD/playBack/playBack.js | 183 + .../packageD/playBack/playBack.json | 3 + .../packageD/playBack/playBack.wxml | 11 + .../packageD/playBack/playBack.wxss | 31 + .../preferential_volume.js | 203 + .../preferential_volume.json | 4 + .../preferential_volume.wxml | 35 + .../preferential_volume.wxss | 183 + .../quickPay/add_bank_first/add_bank_first.js | 144 + .../add_bank_first/add_bank_first.json | 4 + .../add_bank_first/add_bank_first.wxml | 18 + .../add_bank_first/add_bank_first.wxss | 58 + .../add_bank_second/add_bank_second.js | 644 ++ .../add_bank_second/add_bank_second.json | 11 + .../add_bank_second/add_bank_second.wxml | 149 + .../add_bank_second/add_bank_second.wxss | 202 + .../packageD/quickPay/bind_bank/bind_bank.js | 196 + .../quickPay/bind_bank/bind_bank.json | 4 + .../quickPay/bind_bank/bind_bank.wxml | 21 + .../quickPay/bind_bank/bind_bank.wxss | 85 + .../packageD/quickPay/bind_bank/substr.wxs | 5 + .../quickPay/choose_bank/choose_bank.js | 452 + .../quickPay/choose_bank/choose_bank.json | 11 + .../quickPay/choose_bank/choose_bank.wxml | 67 + .../quickPay/choose_bank/choose_bank.wxss | 277 + .../packageD/quickPay/choose_bank/icon.wxs | 70 + .../member_add_bank_first.js | 133 + .../member_add_bank_first.json | 4 + .../member_add_bank_first.wxml | 18 + .../member_add_bank_first.wxss | 58 + .../member_add_bank_second.js | 840 ++ .../member_add_bank_second.json | 12 + .../member_add_bank_second.wxml | 169 + .../member_add_bank_second.wxss | 211 + .../member_bind_bank/member_bind_bank.js | 185 + .../member_bind_bank/member_bind_bank.json | 4 + .../member_bind_bank/member_bind_bank.wxml | 21 + .../member_bind_bank/member_bind_bank.wxss | 62 + .../quickPay/member_bind_bank/substr.wxs | 5 + .../quickPay/member_choose_bank/icon.wxs | 67 + .../member_choose_bank/member_choose_bank.js | 239 + .../member_choose_bank.json | 4 + .../member_choose_bank.wxml | 40 + .../member_choose_bank.wxss | 263 + .../member_remove_bank/member_remove_bank.js | 199 + .../member_remove_bank.json | 4 + .../member_remove_bank.wxml | 24 + .../member_remove_bank.wxss | 74 + .../quickPay/quick_index/quick_index.js | 106 + .../quickPay/quick_index/quick_index.json | 4 + .../quickPay/quick_index/quick_index.wxml | 34 + .../quickPay/quick_index/quick_index.wxss | 125 + .../packageD/star/star.js | 64 + .../packageD/star/star.json | 4 + .../packageD/star/star.wxml | 6 + .../packageD/star/star.wxss | 30 + .../salesManagement/salesManagement.js | 317 + .../salesManagement/salesManagement.json | 8 + .../salesManagement/salesManagement.wxml | 104 + .../salesManagement/salesManagement.wxss | 277 + .../packageD/tim-wx-sdk/tim-wx.js | 1 + .../Add_Balance_manage/Add_Balance_manage.js | 352 + .../Add_Balance_manage.json | 10 + .../Add_Balance_manage.wxml | 65 + .../Add_Balance_manage.wxss | 65 + .../Edit_Balance_manage.js | 421 + .../Edit_Balance_manage.json | 10 + .../Edit_Balance_manage.wxml | 65 + .../Edit_Balance_manage.wxss | 65 + .../packageD/warranty/policyPay/policyPay.js | 122 + .../warranty/policyPay/policyPay.json | 10 + .../warranty/policyPay/policyPay.wxml | 36 + .../warranty/policyPay/policyPay.wxss | 242 + .../warranty/warrantyAdd/warrantyAdd.js | 108 + .../warranty/warrantyAdd/warrantyAdd.json | 4 + .../warranty/warrantyAdd/warrantyAdd.wxml | 19 + .../warranty/warrantyAdd/warrantyAdd.wxss | 16 + .../warranty/warrantyind/warrantyind.js | 267 + .../warranty/warrantyind/warrantyind.json | 7 + .../warranty/warrantyind/warrantyind.wxml | 83 + .../warranty/warrantyind/warrantyind.wxss | 273 + .../ConsumePacketSuccess.js | 92 + .../ConsumePacketSuccess.json | 4 + .../ConsumePacketSuccess.wxml | 14 + .../ConsumePacketSuccess.wxss | 56 + .../packageE/ConsumePacket/index/index.js | 178 + .../packageE/ConsumePacket/index/index.json | 7 + .../packageE/ConsumePacket/index/index.wxml | 106 + .../packageE/ConsumePacket/index/index.wxss | 125 + .../packageE/Rankings/Rankings.js | 579 ++ .../packageE/Rankings/Rankings.json | 8 + .../packageE/Rankings/Rankings.wxml | 168 + .../packageE/Rankings/Rankings.wxss | 502 + .../TeamDistribution/TeamDistribution.js | 139 + .../TeamDistribution/TeamDistribution.json | 4 + .../TeamDistribution/TeamDistribution.wxml | 64 + .../TeamDistribution/TeamDistribution.wxss | 211 + .../TeamPerformanceAward.js | 143 + .../TeamPerformanceAward.json | 4 + .../TeamPerformanceAward.wxml | 65 + .../TeamPerformanceAward.wxss | 142 + .../ProjectDetails/ProjectDetails.js | 271 + .../ProjectDetails/ProjectDetails.json | 7 + .../ProjectDetails/ProjectDetails.wxml | 150 + .../ProjectDetails/ProjectDetails.wxss | 341 + .../appointment/ProjectList/ProjectList.js | 290 + .../appointment/ProjectList/ProjectList.json | 6 + .../appointment/ProjectList/ProjectList.wxml | 74 + .../appointment/ProjectList/ProjectList.wxss | 227 + .../packageE/appointment/appointment_index.js | 174 + .../appointment/appointment_index.json | 4 + .../appointment/appointment_index.wxml | 117 + .../appointment/appointment_index.wxss | 257 + .../packageE/appointment/calender/calender.js | 489 + .../appointment/calender/calender.json | 4 + .../appointment/calender/calender.wxml | 47 + .../appointment/calender/calender.wxss | 113 + .../client/appointment/appointment.js | 284 + .../client/appointment/appointment.json | 8 + .../client/appointment/appointment.wxml | 150 + .../client/appointment/appointment.wxss | 253 + .../appointment/client/evaluate/evaluate.js | 219 + .../appointment/client/evaluate/evaluate.json | 12 + .../appointment/client/evaluate/evaluate.wxml | 162 + .../appointment/client/evaluate/evaluate.wxss | 173 + .../make_appointment/make_appointment.js | 408 + .../make_appointment/make_appointment.json | 14 + .../make_appointment/make_appointment.wxml | 154 + .../make_appointment/make_appointment.wxss | 369 + .../appointment/client/project/project.js | 186 + .../appointment/client/project/project.json | 8 + .../appointment/client/project/project.wxml | 59 + .../appointment/client/project/project.wxss | 104 + .../client/verification/verification.js | 174 + .../client/verification/verification.json | 4 + .../client/verification/verification.wxml | 24 + .../client/verification/verification.wxss | 22 + .../hot_technician/hot_technician.js | 242 + .../hot_technician/hot_technician.json | 7 + .../hot_technician/hot_technician.wxml | 183 + .../hot_technician/hot_technician.wxss | 287 + .../appointment/manager/add_technician.js | 562 ++ .../appointment/manager/add_technician.json | 7 + .../appointment/manager/add_technician.wxml | 87 + .../appointment/manager/add_technician.wxss | 181 + .../stores_technician/stores_technician.js | 188 + .../stores_technician/stores_technician.json | 3 + .../stores_technician/stores_technician.wxml | 20 + .../stores_technician/stores_technician.wxss | 78 + .../packageE/appointment/mine/mine.js | 145 + .../packageE/appointment/mine/mine.json | 4 + .../packageE/appointment/mine/mine.wxml | 120 + .../packageE/appointment/mine/mine.wxss | 169 + .../appointment/mycomponent/calender.js | 499 + .../appointment/mycomponent/calender.json | 4 + .../appointment/mycomponent/calender.wxml | 47 + .../appointment/mycomponent/calender.wxss | 113 + .../packageE/appointment/search/search.js | 338 + .../packageE/appointment/search/search.json | 7 + .../packageE/appointment/search/search.wxml | 97 + .../packageE/appointment/search/search.wxss | 299 + .../showAppointment/showAppointment.js | 138 + .../showAppointment/showAppointment.json | 9 + .../showAppointment/showAppointment.wxml | 12 + .../showAppointment/showAppointment.wxss | 54 + .../appointment_project.js | 191 + .../appointment_project.json | 7 + .../appointment_project.wxml | 98 + .../appointment_project.wxss | 110 + .../work_day/TechnicianTime/TechnicianTime.js | 472 + .../TechnicianTime/TechnicianTime.json | 9 + .../TechnicianTime/TechnicianTime.wxml | 118 + .../TechnicianTime/TechnicianTime.wxss | 200 + .../work_day/TechnicianWork/TechnicianWork.js | 143 + .../TechnicianWork/TechnicianWork.json | 4 + .../TechnicianWork/TechnicianWork.wxml | 27 + .../TechnicianWork/TechnicianWork.wxss | 85 + .../technician_details/technician_details.js | 235 + .../technician_details.json | 7 + .../technician_details.wxml | 127 + .../technician_details.wxss | 344 + .../commodityDividends/commodityDividends.js | 179 + .../commodityDividends.json | 7 + .../commodityDividends.wxml | 54 + .../commodityDividends.wxss | 174 + .../business_info/business_info.js | 88 + .../business_info/business_info.json | 4 + .../business_info/business_info.wxml | 125 + .../business_info/business_info.wxss | 120 + .../buying_data/buying_data.js | 86 + .../buying_data/buying_data.json | 4 + .../buying_data/buying_data.wxml | 71 + .../buying_data/buying_data.wxss | 113 + .../buying_details/buying_details.js | 203 + .../buying_details/buying_details.json | 10 + .../buying_details/buying_details.wxml | 115 + .../buying_details/buying_details.wxss | 222 + .../buying_order/buying_order.js | 337 + .../buying_order/buying_order.json | 10 + .../buying_order/buying_order.wxml | 66 + .../buying_order/buying_order.wxss | 82 + .../buying_personal/buying_personal.js | 568 ++ .../buying_personal/buying_personal.json | 12 + .../buying_personal/buying_personal.wxml | 265 + .../buying_personal/buying_personal.wxss | 335 + .../components/buying_qrcode/buying_qrcode.js | 107 + .../buying_qrcode/buying_qrcode.json | 6 + .../buying_qrcode/buying_qrcode.wxml | 3 + .../buying_qrcode/buying_qrcode.wxss | 2 + .../components/floatBtn/floatBtn.js | 45 + .../components/floatBtn/floatBtn.json | 4 + .../components/floatBtn/floatBtn.wxml | 60 + .../components/floatBtn/floatBtn.wxss | 82 + .../components/orderList/orderList.js | 1181 +++ .../components/orderList/orderList.json | 12 + .../components/orderList/orderList.wxml | 163 + .../components/orderList/orderList.wxss | 378 + .../components/yz_cartList/yz_cartList.js | 49 + .../components/yz_cartList/yz_cartList.json | 6 + .../components/yz_cartList/yz_cartList.wxml | 64 + .../components/yz_cartList/yz_cartList.wxss | 98 + .../components/yz_goodsPopup/yz_goodsPopup.js | 74 + .../yz_goodsPopup/yz_goodsPopup.json | 7 + .../yz_goodsPopup/yz_goodsPopup.wxml | 87 + .../yz_goodsPopup/yz_goodsPopup.wxss | 142 + .../components/yz_specs/yz_specs.js | 558 ++ .../components/yz_specs/yz_specs.json | 7 + .../components/yz_specs/yz_specs.wxml | 69 + .../components/yz_specs/yz_specs.wxss | 304 + .../community_buying/edit_info/edit_info.js | 640 ++ .../community_buying/edit_info/edit_info.json | 9 + .../community_buying/edit_info/edit_info.wxml | 168 + .../community_buying/edit_info/edit_info.wxss | 186 + .../group_buying/group_buying.js | 193 + .../group_buying/group_buying.json | 9 + .../group_buying/group_buying.wxml | 102 + .../group_buying/group_buying.wxss | 164 + .../packageE/community_buying/index/index.js | 90 + .../community_buying/index/index.json | 4 + .../community_buying/index/index.wxml | 60 + .../community_buying/index/index.wxss | 70 + .../community_solitaire.js | 666 ++ .../community_solitaire.json | 12 + .../community_solitaire.wxml | 265 + .../community_solitaire.wxss | 549 ++ .../components/good-cell/good-cell.js | 45 + .../components/good-cell/good-cell.json | 6 + .../components/good-cell/good-cell.wxml | 41 + .../components/good-cell/good-cell.wxss | 112 + .../solitaire_qrcode/solitaire_qrcode.js | 78 + .../solitaire_qrcode/solitaire_qrcode.json | 6 + .../solitaire_qrcode/solitaire_qrcode.wxml | 3 + .../solitaire_qrcode/solitaire_qrcode.wxss | 3 + .../components/yz_cartList/yz_cartList.js | 61 + .../components/yz_cartList/yz_cartList.json | 6 + .../components/yz_cartList/yz_cartList.wxml | 64 + .../components/yz_cartList/yz_cartList.wxss | 98 + .../components/yz_goodsPopup/yz_goodsPopup.js | 74 + .../yz_goodsPopup/yz_goodsPopup.json | 8 + .../yz_goodsPopup/yz_goodsPopup.wxml | 87 + .../yz_goodsPopup/yz_goodsPopup.wxss | 141 + .../packageE/components/yz_specs/yz_specs.js | 558 ++ .../components/yz_specs/yz_specs.json | 7 + .../components/yz_specs/yz_specs.wxml | 69 + .../components/yz_specs/yz_specs.wxss | 303 + .../energy/AddfamilyMember/AddfamilyMember.js | 174 + .../AddfamilyMember/AddfamilyMember.json | 4 + .../AddfamilyMember/AddfamilyMember.wxml | 21 + .../AddfamilyMember/AddfamilyMember.wxss | 71 + .../energy/bindEquipment/bindEquipment.js | 134 + .../energy/bindEquipment/bindEquipment.json | 4 + .../energy/bindEquipment/bindEquipment.wxml | 10 + .../energy/bindEquipment/bindEquipment.wxss | 37 + .../energy/cancellation/cancellation.js | 200 + .../energy/cancellation/cancellation.json | 6 + .../energy/cancellation/cancellation.wxml | 98 + .../energy/cancellation/cancellation.wxss | 135 + .../packageE/energy/cardDetail/cardDetail.js | 91 + .../energy/cardDetail/cardDetail.json | 4 + .../energy/cardDetail/cardDetail.wxml | 14 + .../energy/cardDetail/cardDetail.wxss | 42 + .../energy/familyMember/familyMember.js | 130 + .../energy/familyMember/familyMember.json | 6 + .../energy/familyMember/familyMember.wxml | 30 + .../energy/familyMember/familyMember.wxss | 95 + .../energy/powerAddMeb/powerAddMeb.js | 335 + .../energy/powerAddMeb/powerAddMeb.json | 8 + .../energy/powerAddMeb/powerAddMeb.wxml | 54 + .../energy/powerAddMeb/powerAddMeb.wxss | 114 + .../packageE/energy/powerCabin/powerCabin.js | 89 + .../energy/powerCabin/powerCabin.json | 4 + .../energy/powerCabin/powerCabin.wxml | 24 + .../energy/powerCabin/powerCabin.wxss | 57 + .../powerCancellation/powerCancellation.js | 135 + .../powerCancellation/powerCancellation.json | 4 + .../powerCancellation/powerCancellation.wxml | 9 + .../powerCancellation/powerCancellation.wxss | 34 + .../packageE/energy/powerCheck/powerCheck.js | 85 + .../energy/powerCheck/powerCheck.json | 4 + .../energy/powerCheck/powerCheck.wxml | 10 + .../energy/powerCheck/powerCheck.wxss | 57 + .../energy/powerDetail/powerDetail.js | 54 + .../energy/powerDetail/powerDetail.json | 4 + .../energy/powerDetail/powerDetail.wxml | 11 + .../energy/powerDetail/powerDetail.wxss | 14 + .../energy/powerEquipment/powerEquipment.js | 261 + .../energy/powerEquipment/powerEquipment.json | 8 + .../energy/powerEquipment/powerEquipment.wxml | 45 + .../energy/powerEquipment/powerEquipment.wxss | 129 + .../energy/powerMember/powerMember.js | 156 + .../energy/powerMember/powerMember.json | 4 + .../energy/powerMember/powerMember.wxml | 15 + .../energy/powerMember/powerMember.wxss | 35 + .../packageE/energy/powerNotes/powerNotes.js | 134 + .../energy/powerNotes/powerNotes.json | 4 + .../energy/powerNotes/powerNotes.wxml | 9 + .../energy/powerNotes/powerNotes.wxss | 32 + .../energy/powerResult/powerResult.js | 66 + .../energy/powerResult/powerResult.json | 4 + .../energy/powerResult/powerResult.wxml | 33 + .../energy/powerResult/powerResult.wxss | 64 + .../packageE/energy/powerSell/powerSell.js | 91 + .../packageE/energy/powerSell/powerSell.json | 4 + .../packageE/energy/powerSell/powerSell.wxml | 39 + .../packageE/energy/powerSell/powerSell.wxss | 64 + .../packageE/energy/powerStore/powerStore.js | 148 + .../energy/powerStore/powerStore.json | 4 + .../energy/powerStore/powerStore.wxml | 17 + .../energy/powerStore/powerStore.wxss | 40 + .../packageE/energy/userCard/userCard.js | 110 + .../packageE/energy/userCard/userCard.json | 4 + .../packageE/energy/userCard/userCard.wxml | 118 + .../packageE/energy/userCard/userCard.wxss | 129 + .../dealer_award/peerAward/peerAward.js | 135 + .../dealer_award/peerAward/peerAward.json | 9 + .../dealer_award/peerAward/peerAward.wxml | 84 + .../dealer_award/peerAward/peerAward.wxss | 218 + .../peerAwardes_withdraw.js | 157 + .../peerAwardes_withdraw.json | 8 + .../peerAwardes_withdraw.wxml | 20 + .../peerAwardes_withdraw.wxss | 69 + .../packageE/findpwd/findpwd.js | 351 + .../packageE/findpwd/findpwd.json | 6 + .../packageE/findpwd/findpwd.wxml | 51 + .../packageE/findpwd/findpwd.wxss | 75 + .../grab_group_detail/grab_group_detail.js | 683 ++ .../grab_group_detail/grab_group_detail.json | 13 + .../grab_group_detail/grab_group_detail.wxml | 163 + .../grab_group_detail/grab_group_detail.wxss | 758 ++ .../grab_group_home/grab_group_home.js | 257 + .../grab_group_home/grab_group_home.json | 9 + .../grab_group_home/grab_group_home.wxml | 71 + .../grab_group_home/grab_group_home.wxss | 219 + .../grab_group/grab_group_my/grab_group_my.js | 406 + .../grab_group_my/grab_group_my.json | 9 + .../grab_group_my/grab_group_my.wxml | 136 + .../grab_group_my/grab_group_my.wxss | 275 + .../grab_group_my_record.js | 142 + .../grab_group_my_record.json | 7 + .../grab_group_my_record.wxml | 67 + .../grab_group_my_record.wxss | 107 + .../grab_group_reward/grab_group_reward.js | 147 + .../grab_group_reward/grab_group_reward.json | 7 + .../grab_group_reward/grab_group_reward.wxml | 34 + .../grab_group_reward/grab_group_reward.wxss | 86 + .../packageE/groupCode/groupCode.js | 186 + .../packageE/groupCode/groupCode.json | 5 + .../packageE/groupCode/groupCode.wxml | 91 + .../packageE/groupCode/groupCode.wxss | 365 + .../groupCodeCreate/groupCodeCreate.js | 414 + .../groupCodeCreate/groupCodeCreate.json | 6 + .../groupCodeCreate/groupCodeCreate.wxml | 71 + .../groupCodeCreate/groupCodeCreate.wxss | 143 + .../groupCode/groupCodeData/groupCodeData.js | 95 + .../groupCodeData/groupCodeData.json | 6 + .../groupCodeData/groupCodeData.wxml | 57 + .../groupCodeData/groupCodeData.wxss | 75 + .../groupCode/groupCodeEdit/groupCodeEdit.js | 385 + .../groupCodeEdit/groupCodeEdit.json | 6 + .../groupCodeEdit/groupCodeEdit.wxml | 71 + .../groupCodeEdit/groupCodeEdit.wxss | 143 + .../groupCodeGoodsList/groupCodeGoodsList.js | 113 + .../groupCodeGoodsList.json | 6 + .../groupCodeGoodsList.wxml | 5 + .../groupCodeGoodsList.wxss | 1 + .../groupCodeLabel/groupCodeLabel.js | 242 + .../groupCodeLabel/groupCodeLabel.json | 6 + .../groupCodeLabel/groupCodeLabel.wxml | 54 + .../groupCodeLabel/groupCodeLabel.wxss | 200 + .../groupCodeRanking/groupCodeRanking.js | 150 + .../groupCodeRanking/groupCodeRanking.json | 5 + .../groupCodeRanking/groupCodeRanking.wxml | 67 + .../groupCodeRanking/groupCodeRanking.wxss | 283 + .../groupCodeRecord/groupCodeRecord.js | 285 + .../groupCodeRecord/groupCodeRecord.json | 7 + .../groupCodeRecord/groupCodeRecord.wxml | 37 + .../groupCodeRecord/groupCodeRecord.wxss | 159 + .../groupCodeSearch/groupCodeSearch.js | 94 + .../groupCodeSearch/groupCodeSearch.json | 6 + .../groupCodeSearch/groupCodeSearch.wxml | 23 + .../groupCodeSearch/groupCodeSearch.wxss | 99 + .../groupCode/groupCodeShow/groupCodeShow.js | 298 + .../groupCodeShow/groupCodeShow.json | 6 + .../groupCodeShow/groupCodeShow.wxml | 110 + .../groupCodeShow/groupCodeShow.wxss | 251 + .../component/healthy_age/healthy_age.js | 127 + .../component/healthy_age/healthy_age.json | 6 + .../component/healthy_age/healthy_age.wxml | 40 + .../component/healthy_age/healthy_age.wxss | 47 + .../healthy_height/healthy_height.js | 71 + .../healthy_height/healthy_height.json | 4 + .../healthy_height/healthy_height.wxml | 24 + .../healthy_height/healthy_height.wxss | 38 + .../component/healthy_res/healthy_res.js | 150 + .../component/healthy_res/healthy_res.json | 4 + .../component/healthy_res/healthy_res.wxml | 73 + .../component/healthy_res/healthy_res.wxss | 199 + .../healthy_select/healthy_select.js | 110 + .../healthy_select/healthy_select.json | 4 + .../healthy_select/healthy_select.wxml | 12 + .../healthy_select/healthy_select.wxss | 48 + .../component/healthy_sex/healthy_sex.js | 60 + .../component/healthy_sex/healthy_sex.json | 4 + .../component/healthy_sex/healthy_sex.wxml | 29 + .../component/healthy_sex/healthy_sex.wxss | 67 + .../healthy/healthyDetails/healthyDetails.js | 129 + .../healthyDetails/healthyDetails.json | 6 + .../healthyDetails/healthyDetails.wxml | 60 + .../healthyDetails/healthyDetails.wxss | 115 + .../packageE/healthy/healthyEv/healthyEv.js | 238 + .../packageE/healthy/healthyEv/healthyEv.json | 7 + .../packageE/healthy/healthyEv/healthyEv.wxml | 83 + .../packageE/healthy/healthyEv/healthyEv.wxss | 187 + .../healthy/healthyIndex/healthyIndex.js | 163 + .../healthy/healthyIndex/healthyIndex.json | 4 + .../healthy/healthyIndex/healthyIndex.wxml | 50 + .../healthy/healthyIndex/healthyIndex.wxss | 102 + .../healthy/healthyPaper/healthyPaper.js | 263 + .../healthy/healthyPaper/healthyPaper.json | 12 + .../healthy/healthyPaper/healthyPaper.wxml | 48 + .../healthy/healthyPaper/healthyPaper.wxss | 79 + .../healthy/healthyRecord/healthyRecord.js | 129 + .../healthy/healthyRecord/healthyRecord.json | 4 + .../healthy/healthyRecord/healthyRecord.wxml | 20 + .../healthy/healthyRecord/healthyRecord.wxss | 62 + .../healthy/healthyResult/healthyResult.js | 241 + .../healthy/healthyResult/healthyResult.json | 7 + .../healthy/healthyResult/healthyResult.wxml | 54 + .../healthy/healthyResult/healthyResult.wxss | 148 + .../packageE/loveRanking/loveRanking.js | 156 + .../packageE/loveRanking/loveRanking.json | 4 + .../packageE/loveRanking/loveRanking.wxml | 45 + .../packageE/loveRanking/loveRanking.wxss | 167 + .../managementIndex/managementIndex.js | 282 + .../managementIndex/managementIndex.json | 8 + .../managementIndex/managementIndex.wxml | 91 + .../managementIndex/managementIndex.wxss | 244 + .../managementLis/managementLis.js | 185 + .../managementLis/managementLis.json | 4 + .../managementLis/managementLis.wxml | 36 + .../managementLis/managementLis.wxss | 151 + .../proclamation/proclamation.js | 110 + .../proclamation/proclamation.json | 8 + .../proclamation/proclamation.wxml | 41 + .../proclamation/proclamation.wxss | 105 + .../founder/collageItem_1/collageItem_1.js | 54 + .../founder/collageItem_1/collageItem_1.json | 4 + .../founder/collageItem_1/collageItem_1.wxml | 39 + .../founder/collageItem_1/collageItem_1.wxss | 122 + .../founder/collageItem_3/collageItem_3.js | 140 + .../founder/collageItem_3/collageItem_3.json | 4 + .../founder/collageItem_3/collageItem_3.wxml | 110 + .../founder/collageItem_3/collageItem_3.wxss | 206 + .../founder/collageItem_4/collageItem_4.js | 141 + .../founder/collageItem_4/collageItem_4.json | 4 + .../founder/collageItem_4/collageItem_4.wxml | 63 + .../founder/collageItem_4/collageItem_4.wxss | 171 + .../founder/collageItem_5/collageItem_5.js | 113 + .../founder/collageItem_5/collageItem_5.json | 4 + .../founder/collageItem_5/collageItem_5.wxml | 42 + .../founder/collageItem_5/collageItem_5.wxss | 170 + .../echievement-list-item1.js | 25 + .../echievement-list-item1.json | 4 + .../echievement-list-item1.wxml | 10 + .../echievement-list-item1.wxss | 42 + .../echievement-list-item2.js | 25 + .../echievement-list-item2.json | 6 + .../echievement-list-item2.wxml | 13 + .../echievement-list-item2.wxss | 30 + .../echievement-list-item3.js | 115 + .../echievement-list-item3.json | 4 + .../echievement-list-item3.wxml | 28 + .../echievement-list-item3.wxss | 85 + .../packageE/member/component/month/month.js | 102 + .../member/component/month/month.json | 4 + .../member/component/month/month.wxml | 16 + .../member/component/month/month.wxss | 56 + .../member/component/porject/porject_item.js | 29 + .../component/porject/porject_item.json | 4 + .../component/porject/porject_item.wxml | 28 + .../component/porject/porject_item.wxss | 129 + .../member/component/timeOver/timeOver.js | 89 + .../member/component/timeOver/timeOver.json | 4 + .../member/component/timeOver/timeOver.wxml | 3 + .../member/component/timeOver/timeOver.wxss | 1 + .../packageE/memberLevelNav/levelNav.js | 112 + .../packageE/memberLevelNav/levelNav.json | 3 + .../packageE/memberLevelNav/levelNav.wxml | 27 + .../packageE/memberLevelNav/levelNav.wxss | 36 + .../multiplePackages/multiplePackages.js | 116 + .../multiplePackages/multiplePackages.json | 4 + .../multiplePackages/multiplePackages.wxml | 26 + .../multiplePackages/multiplePackages.wxss | 67 + .../newFranchiserRed/newFranchiserRed.js | 85 + .../newFranchiserRed/newFranchiserRed.json | 12 + .../newFranchiserRed/newFranchiserRed.wxml | 12 + .../newFranchiserRed/newFranchiserRed.wxss | 38 + .../packageE/newRedReward/newRedReward.js | 105 + .../packageE/newRedReward/newRedReward.json | 9 + .../packageE/newRedReward/newRedReward.wxml | 11 + .../packageE/newRedReward/newRedReward.wxss | 33 + .../packageE/newTeamClient/newTeamClient.js | 245 + .../packageE/newTeamClient/newTeamClient.json | 12 + .../packageE/newTeamClient/newTeamClient.wxml | 40 + .../packageE/newTeamClient/newTeamClient.wxss | 120 + .../packageE/newcodeHistory/newcodeHistory.js | 75 + .../newcodeHistory/newcodeHistory.json | 12 + .../newcodeHistory/newcodeHistory.wxml | 15 + .../newcodeHistory/newcodeHistory.wxss | 51 + .../newteamAgentCenter/newteamAgentCenter.js | 946 ++ .../newteamAgentCenter.json | 8 + .../newteamAgentCenter.wxml | 276 + .../newteamAgentCenter.wxss | 453 + .../packageE/newteamCode/newteamCode.js | 146 + .../packageE/newteamCode/newteamCode.json | 11 + .../packageE/newteamCode/newteamCode.wxml | 18 + .../packageE/newteamCode/newteamCode.wxss | 116 + .../newteamPerformance/newteamPerformance.js | 76 + .../newteamPerformance.json | 12 + .../newteamPerformance.wxml | 35 + .../newteamPerformance.wxss | 85 + .../orderullPackage/orderullPackage.js | 613 ++ .../orderullPackage/orderullPackage.json | 12 + .../orderullPackage/orderullPackage.wxml | 102 + .../orderullPackage/orderullPackage.wxss | 250 + .../packageE/others/all_result/all_result.js | 131 + .../others/all_result/all_result.json | 22 + .../others/all_result/all_result.wxml | 70 + .../others/all_result/all_result.wxss | 493 + .../application_market/application_market.js | 253 + .../application_market.json | 7 + .../application_market.wxml | 108 + .../application_market.wxss | 158 + .../binding_site/binding_site.js | 103 + .../binding_site/binding_site.json | 4 + .../binding_site/binding_site.wxml | 24 + .../binding_site/binding_site.wxss | 69 + .../change_site/change_site.js | 260 + .../change_site/change_site.json | 19 + .../change_site/change_site.wxml | 20 + .../change_site/change_site.wxss | 28 + .../case_detail/caseLibraryDetail.js | 334 + .../case_detail/caseLibraryDetail.json | 10 + .../case_detail/caseLibraryDetail.wxml | 301 + .../case_detail/caseLibraryDetail.wxss | 497 + .../others/case_library/case_library.js | 66 + .../others/case_library/case_library.json | 3 + .../others/case_library/case_library.wxml | 2 + .../others/case_library/case_library.wxss | 1 + .../case_library/case_library/case_library.js | 66 + .../case_library/case_library.json | 3 + .../case_library/case_library.wxml | 2 + .../case_library/case_library.wxss | 1 + .../category/caseLibraryCategory.js | 239 + .../category/caseLibraryCategory.json | 9 + .../category/caseLibraryCategory.wxml | 22 + .../category/caseLibraryCategory.wxss | 72 + .../case_library/home/caseLibraryHome.js | 251 + .../case_library/home/caseLibraryHome.json | 7 + .../case_library/home/caseLibraryHome.wxml | 114 + .../case_library/home/caseLibraryHome.wxss | 282 + .../case_library/label/caseLibraryLabel.js | 159 + .../case_library/label/caseLibraryLabel.json | 7 + .../case_library/label/caseLibraryLabel.wxml | 12 + .../case_library/label/caseLibraryLabel.wxss | 15 + .../label/caseLibraryMypublish.js | 66 + .../label/caseLibraryMypublish.json | 3 + .../label/caseLibraryMypublish.wxml | 2 + .../label/caseLibraryMypublish.wxss | 1 + .../case_library/mycomponents/caseMobile.js | 43 + .../case_library/mycomponents/caseMobile.json | 4 + .../case_library/mycomponents/caseMobile.wxml | 30 + .../case_library/mycomponents/caseMobile.wxss | 101 + .../others/case_library/mycomponents/head.js | 70 + .../case_library/mycomponents/head.json | 7 + .../case_library/mycomponents/head.wxml | 24 + .../case_library/mycomponents/head.wxss | 54 + .../case_library/mycomponents/service.js | 79 + .../case_library/mycomponents/service.json | 7 + .../case_library/mycomponents/service.wxml | 20 + .../case_library/mycomponents/service.wxss | 56 + .../others/case_library/mycomponents/share.js | 110 + .../case_library/mycomponents/share.json | 6 + .../case_library/mycomponents/share.wxml | 48 + .../case_library/mycomponents/share.wxss | 110 + .../mycomponents/subject_mobile.js | 50 + .../mycomponents/subject_mobile.json | 4 + .../mycomponents/subject_mobile.wxml | 29 + .../mycomponents/subject_mobile.wxss | 94 + .../new_mobile/caseLibraryAreaMobile.js | 66 + .../new_mobile/caseLibraryAreaMobile.json | 3 + .../new_mobile/caseLibraryAreaMobile.wxml | 2 + .../new_mobile/caseLibraryAreaMobile.wxss | 1 + .../new_mobile/caseLibraryNewMobile.js | 360 + .../new_mobile/caseLibraryNewMobile.json | 9 + .../new_mobile/caseLibraryNewMobile.wxml | 43 + .../new_mobile/caseLibraryNewMobile.wxss | 93 + .../caseLibraryRankingMobile.js | 148 + .../caseLibraryRankingMobile.json | 7 + .../caseLibraryRankingMobile.wxml | 57 + .../caseLibraryRankingMobile.wxss | 213 + .../caseLibrarySubjectDetail.js | 117 + .../caseLibrarySubjectDetail.json | 9 + .../caseLibrarySubjectDetail.wxml | 35 + .../caseLibrarySubjectDetail.wxss | 137 + .../subject_list/caseLibrarySubjectList.js | 140 + .../subject_list/caseLibrarySubjectList.json | 8 + .../subject_list/caseLibrarySubjectList.wxml | 15 + .../subject_list/caseLibrarySubjectList.wxss | 29 + .../cloudwarehouse/cloudOrder/cloudOrder.js | 1288 +++ .../cloudwarehouse/cloudOrder/cloudOrder.json | 18 + .../cloudwarehouse/cloudOrder/cloudOrder.wxml | 197 + .../cloudwarehouse/cloudOrder/cloudOrder.wxss | 1007 ++ .../cloudOrderDetail/cloudOrderDetail.js | 98 + .../cloudOrderDetail/cloudOrderDetail.json | 19 + .../cloudOrderDetail/cloudOrderDetail.wxml | 39 + .../cloudOrderDetail/cloudOrderDetail.wxss | 180 + .../cloudOrderList/cloudOrderList.js | 1127 +++ .../cloudOrderList/cloudOrderList.json | 19 + .../cloudOrderList/cloudOrderList.wxml | 114 + .../cloudOrderList/cloudOrderList.wxss | 242 + .../cloudwarehouse/cloudRecord/cloudRecord.js | 129 + .../cloudRecord/cloudRecord.json | 4 + .../cloudRecord/cloudRecord.wxml | 17 + .../cloudRecord/cloudRecord.wxss | 44 + .../cloudRelease/cloudRelease.js | 215 + .../cloudRelease/cloudRelease.json | 19 + .../cloudRelease/cloudRelease.wxml | 43 + .../cloudRelease/cloudRelease.wxss | 135 + .../cloudReleaseLog/cloudReleaseLog.js | 118 + .../cloudReleaseLog/cloudReleaseLog.json | 19 + .../cloudReleaseLog/cloudReleaseLog.wxml | 23 + .../cloudReleaseLog/cloudReleaseLog.wxss | 76 + .../cloudwarehouse/cloud_index/cloud_index.js | 109 + .../cloud_index/cloud_index.json | 4 + .../cloud_index/cloud_index.wxml | 29 + .../cloud_index/cloud_index.wxss | 80 + .../others/cloudwarehouse/pickUp/pickUp.js | 157 + .../others/cloudwarehouse/pickUp/pickUp.json | 6 + .../others/cloudwarehouse/pickUp/pickUp.wxml | 21 + .../others/cloudwarehouse/pickUp/pickUp.wxss | 99 + .../cloudwarehouse/pickUpArea/pickUpArea.js | 237 + .../cloudwarehouse/pickUpArea/pickUpArea.json | 19 + .../cloudwarehouse/pickUpArea/pickUpArea.wxml | 56 + .../cloudwarehouse/pickUpArea/pickUpArea.wxss | 198 + .../components/yz_cartList/yz_cartList.js | 52 + .../components/yz_cartList/yz_cartList.json | 6 + .../components/yz_cartList/yz_cartList.wxml | 64 + .../components/yz_cartList/yz_cartList.wxss | 97 + .../yz_goodsPopup/yz_cartList/yz_cartList.js | 52 + .../yz_cartList/yz_cartList.json | 6 + .../yz_cartList/yz_cartList.wxml | 64 + .../yz_cartList/yz_cartList.wxss | 97 + .../components/yz_goodsPopup/yz_goodsPopup.js | 79 + .../yz_goodsPopup/yz_goodsPopup.json | 7 + .../yz_goodsPopup/yz_goodsPopup.wxml | 89 + .../yz_goodsPopup/yz_goodsPopup.wxss | 141 + .../yz_goodsPopup/yz_specs/yz_specs.js | 558 ++ .../yz_goodsPopup/yz_specs/yz_specs.json | 7 + .../yz_goodsPopup/yz_specs/yz_specs.wxml | 69 + .../yz_goodsPopup/yz_specs/yz_specs.wxss | 303 + .../components/yz_specs/yz_specs.js | 558 ++ .../components/yz_specs/yz_specs.json | 7 + .../components/yz_specs/yz_specs.wxml | 69 + .../components/yz_specs/yz_specs.wxss | 303 + .../packageE/others/fixedPrice/fixedPrice.js | 793 ++ .../others/fixedPrice/fixedPrice.json | 12 + .../others/fixedPrice/fixedPrice.wxml | 299 + .../others/fixedPrice/fixedPrice.wxss | 464 + .../packageE/others/log/log.js | 216 + .../packageE/others/log/log.json | 5 + .../packageE/others/log/log.wxml | 36 + .../packageE/others/log/log.wxss | 104 + .../others/mycomponent/qrcode/qrcode.js | 664 ++ .../others/mycomponent/qrcode/qrcode.json | 6 + .../others/mycomponent/qrcode/qrcode.wxml | 32 + .../others/mycomponent/qrcode/qrcode.wxss | 71 + .../others/mycomponent/skin-circle.js | 46 + .../others/mycomponent/skin-circle.json | 4 + .../others/mycomponent/skin-circle.wxml | 86 + .../others/mycomponent/skin-circle.wxss | 107 + .../packageE/others/rank/rank.js | 186 + .../packageE/others/rank/rank.json | 6 + .../packageE/others/rank/rank.wxml | 41 + .../packageE/others/rank/rank.wxss | 164 + .../referral_officer/referral_officer.js | 165 + .../referral_officer/referral_officer.json | 7 + .../referral_officer/referral_officer.wxml | 62 + .../referral_officer/referral_officer.wxss | 113 + .../referral_officerDetail.js | 156 + .../referral_officerDetail.json | 4 + .../referral_officerDetail.wxml | 21 + .../referral_officerDetail.wxss | 81 + .../packageE/others/share/share.js | 122 + .../packageE/others/share/share.json | 7 + .../packageE/others/share/share.wxml | 40 + .../packageE/others/share/share.wxss | 527 ++ .../packageE/others/skin/skin.js | 280 + .../packageE/others/skin/skin.json | 20 + .../packageE/others/skin/skin.wxml | 74 + .../packageE/others/skin/skin.wxss | 314 + .../others/skin_result/skin_result.js | 260 + .../others/skin_result/skin_result.json | 25 + .../others/skin_result/skin_result.wxml | 152 + .../others/skin_result/skin_result.wxss | 478 + .../pickUpCardIndex/pickUpCardIndex.js | 479 + .../pickUpCardIndex/pickUpCardIndex.json | 11 + .../pickUpCardIndex/pickUpCardIndex.wxml | 111 + .../pickUpCardIndex/pickUpCardIndex.wxss | 145 + .../pickUpCard/pickUpCardMy/pickUpCardMy.js | 74 + .../pickUpCard/pickUpCardMy/pickUpCardMy.json | 4 + .../pickUpCard/pickUpCardMy/pickUpCardMy.wxml | 20 + .../pickUpCard/pickUpCardMy/pickUpCardMy.wxss | 58 + .../pickUpCardMyDet/pickUpCardMyDet.js | 145 + .../pickUpCardMyDet/pickUpCardMyDet.json | 9 + .../pickUpCardMyDet/pickUpCardMyDet.wxml | 82 + .../pickUpCardMyDet/pickUpCardMyDet.wxss | 61 + .../pickUpCardReimburse.js | 221 + .../pickUpCardReimburse.json | 7 + .../pickUpCardReimburse.wxml | 78 + .../pickUpCardReimburse.wxss | 118 + .../packageE/questionnaire/history/history.js | 153 + .../questionnaire/history/history.json | 7 + .../questionnaire/history/history.wxml | 27 + .../questionnaire/history/history.wxss | 99 + .../history_details/history_details.js | 163 + .../history_details/history_details.json | 6 + .../history_details/history_details.wxml | 41 + .../history_details/history_details.wxss | 116 + .../questionnaireIndex/questionnaireIndex.js | 242 + .../questionnaireIndex.json | 7 + .../questionnaireIndex.wxml | 61 + .../questionnaireIndex.wxss | 203 + .../questionnaire/questions/questions.js | 416 + .../questionnaire/questions/questions.json | 6 + .../questionnaire/questions/questions.wxml | 42 + .../questionnaire/questions/questions.wxss | 124 + .../questionsSearch/questionsSearch.js | 215 + .../questionsSearch/questionsSearch.json | 7 + .../questionsSearch/questionsSearch.wxml | 23 + .../questionsSearch/questionsSearch.wxss | 95 + .../surveyResult/surveyResult.js | 254 + .../surveyResult/surveyResult.json | 6 + .../surveyResult/surveyResult.wxml | 30 + .../surveyResult/surveyResult.wxss | 147 + .../packageE/ranking_2/DPagination.js | 77 + .../packageE/ranking_2/common.wxss | 43 + .../packageE/ranking_2/index/index.js | 116 + .../packageE/ranking_2/index/index.json | 4 + .../packageE/ranking_2/index/index.wxml | 58 + .../packageE/ranking_2/index/index.wxss | 125 + .../packageE/ranking_2/my_reward/my_reward.js | 99 + .../ranking_2/my_reward/my_reward.json | 4 + .../ranking_2/my_reward/my_reward.wxml | 22 + .../ranking_2/my_reward/my_reward.wxss | 64 + .../ranking_2/reward_log/reward_log.js | 197 + .../ranking_2/reward_log/reward_log.json | 6 + .../ranking_2/reward_log/reward_log.wxml | 40 + .../ranking_2/reward_log/reward_log.wxss | 44 + .../packageE/regionalAwards/regionalAwards.js | 143 + .../regionalAwards/regionalAwards.json | 4 + .../regionalAwards/regionalAwards.wxml | 83 + .../regionalAwards/regionalAwards.wxss | 131 + .../regionalAwardsRecord.js | 149 + .../regionalAwardsRecord.json | 4 + .../regionalAwardsRecord.wxml | 17 + .../regionalAwardsRecord.wxss | 42 + .../packageE/stationNotice/dateParserTime.js | 138 + .../packageE/stationNotice/stationNotice.js | 270 + .../packageE/stationNotice/stationNotice.json | 4 + .../packageE/stationNotice/stationNotice.wxml | 78 + .../packageE/stationNotice/stationNotice.wxss | 362 + .../stationNoticeActivity.js | 147 + .../stationNoticeActivity.json | 4 + .../stationNoticeActivity.wxml | 14 + .../stationNoticeActivity.wxss | 65 + .../stationNoticeActivityDetail.js | 82 + .../stationNoticeActivityDetail.json | 4 + .../stationNoticeActivityDetail.wxml | 9 + .../stationNoticeActivityDetail.wxss | 30 + .../stationNoticeAnchor.js | 149 + .../stationNoticeAnchor.json | 4 + .../stationNoticeAnchor.wxml | 34 + .../stationNoticeAnchor.wxss | 130 + .../stationNoticeCustomer.js | 186 + .../stationNoticeCustomer.json | 7 + .../stationNoticeCustomer.wxml | 15 + .../stationNoticeCustomer.wxss | 67 + .../stationNoticeExamine.js | 152 + .../stationNoticeExamine.json | 4 + .../stationNoticeExamine.wxml | 33 + .../stationNoticeExamine.wxss | 99 + .../stationNoticeExtract.js | 185 + .../stationNoticeExtract.json | 7 + .../stationNoticeExtract.wxml | 21 + .../stationNoticeExtract.wxss | 58 + .../stationNoticeLogistics.js | 152 + .../stationNoticeLogistics.json | 4 + .../stationNoticeLogistics.wxml | 35 + .../stationNoticeLogistics.wxss | 109 + .../stationNoticeOrder/stationNoticeOrder.js | 187 + .../stationNoticeOrder.json | 7 + .../stationNoticeOrder.wxml | 23 + .../stationNoticeOrder.wxss | 59 + .../stationNoticeProperty.js | 188 + .../stationNoticeProperty.json | 7 + .../stationNoticeProperty.wxml | 22 + .../stationNoticeProperty.wxss | 59 + .../stationNoticeSetting.js | 97 + .../stationNoticeSetting.json | 6 + .../stationNoticeSetting.wxml | 9 + .../stationNoticeSetting.wxss | 16 + .../packageE/superior/superior.js | 177 + .../packageE/superior/superior.json | 7 + .../packageE/superior/superior.wxml | 57 + .../packageE/superior/superior.wxss | 164 + .../team_sell/activeRecord/activeRecord.js | 142 + .../team_sell/activeRecord/activeRecord.json | 4 + .../team_sell/activeRecord/activeRecord.wxml | 9 + .../team_sell/activeRecord/activeRecord.wxss | 29 + .../getCouponCentre/getCouponCentre.js | 66 + .../getCouponCentre/getCouponCentre.json | 4 + .../getCouponCentre/getCouponCentre.wxml | 62 + .../getCouponCentre/getCouponCentre.wxss | 194 + .../team_sell/getCouponLis/getCouponLis.js | 162 + .../team_sell/getCouponLis/getCouponLis.json | 7 + .../team_sell/getCouponLis/getCouponLis.wxml | 47 + .../team_sell/getCouponLis/getCouponLis.wxss | 104 + .../getCouponShare/getCouponShare.js | 190 + .../getCouponShare/getCouponShare.json | 4 + .../getCouponShare/getCouponShare.wxml | 58 + .../getCouponShare/getCouponShare.wxss | 167 + .../team_sell/predictIncome/predictIncome.js | 149 + .../predictIncome/predictIncome.json | 6 + .../predictIncome/predictIncome.wxml | 34 + .../predictIncome/predictIncome.wxss | 36 + .../team_sell/teamActive/teamActive.js | 138 + .../team_sell/teamActive/teamActive.json | 8 + .../team_sell/teamActive/teamActive.wxml | 59 + .../team_sell/teamActive/teamActive.wxss | 72 + .../packageE/team_sell/teamLimit/teamLimit.js | 248 + .../team_sell/teamLimit/teamLimit.json | 11 + .../team_sell/teamLimit/teamLimit.wxml | 68 + .../team_sell/teamLimit/teamLimit.wxss | 129 + .../packageE/team_sell/teamSell/teamSell.js | 113 + .../packageE/team_sell/teamSell/teamSell.json | 6 + .../packageE/team_sell/teamSell/teamSell.wxml | 121 + .../packageE/team_sell/teamSell/teamSell.wxss | 145 + .../packageE/video_question/answer/answer.js | 203 + .../video_question/answer/answer.json | 8 + .../video_question/answer/answer.wxml | 35 + .../video_question/answer/answer.wxss | 91 + .../packageE/video_question/apply/apply.js | 197 + .../packageE/video_question/apply/apply.json | 6 + .../packageE/video_question/apply/apply.wxml | 66 + .../packageE/video_question/apply/apply.wxss | 153 + .../mycomponent/o2oment/o2oment.js | 60 + .../mycomponent/o2oment/o2oment.json | 4 + .../mycomponent/o2oment/o2oment.wxml | 20 + .../mycomponent/o2oment/o2oment.wxss | 46 + .../video_question/videoRecord/videoRecord.js | 100 + .../videoRecord/videoRecord.json | 6 + .../videoRecord/videoRecord.wxml | 18 + .../videoRecord/videoRecord.wxss | 56 + .../videoRecordList/videoRecordList.js | 110 + .../videoRecordList/videoRecordList.json | 4 + .../videoRecordList/videoRecordList.wxml | 14 + .../videoRecordList/videoRecordList.wxss | 61 + .../packageE/video_question/video_question.js | 224 + .../video_question/video_question.json | 11 + .../video_question/video_question.wxml | 76 + .../video_question/video_question.wxss | 229 + .../packageE/video_question/watch/watch.js | 175 + .../packageE/video_question/watch/watch.json | 3 + .../packageE/video_question/watch/watch.wxml | 6 + .../packageE/video_question/watch/watch.wxss | 25 + .../packageE/wechat_card/index.js | 180 + .../packageE/wechat_card/index.json | 6 + .../packageE/wechat_card/index.wxml | 29 + .../packageE/wechat_card/index.wxss | 56 + .../bonusPoolsIndex/bonusPoolsIndex.js | 184 + .../bonusPoolsIndex/bonusPoolsIndex.json | 7 + .../bonusPoolsIndex/bonusPoolsIndex.wxml | 76 + .../bonusPoolsIndex/bonusPoolsIndex.wxss | 207 + .../bonusPoolsTeam/bonusPoolsTeam.js | 165 + .../bonusPoolsTeam/bonusPoolsTeam.json | 6 + .../bonusPoolsTeam/bonusPoolsTeam.wxml | 21 + .../bonusPoolsTeam/bonusPoolsTeam.wxss | 73 + .../packageF/cart_share/cart_share.js | 572 ++ .../packageF/cart_share/cart_share.json | 12 + .../packageF/cart_share/cart_share.wxml | 241 + .../packageF/cart_share/cart_share.wxss | 582 ++ .../debt/component/classify/classify.js | 294 + .../debt/component/classify/classify.json | 4 + .../debt/component/classify/classify.wxml | 54 + .../debt/component/classify/classify.wxss | 123 + .../packageF/debt/component/sort/sort.js | 192 + .../packageF/debt/component/sort/sort.json | 4 + .../packageF/debt/component/sort/sort.wxml | 78 + .../packageF/debt/component/sort/sort.wxss | 287 + .../packageF/debt/creditor/creditorindex.js | 288 + .../packageF/debt/creditor/creditorindex.json | 6 + .../packageF/debt/creditor/creditorindex.wxml | 95 + .../packageF/debt/creditor/creditorindex.wxss | 257 + .../debt/debtShopCode/debtShopCode.js | 98 + .../debt/debtShopCode/debtShopCode.json | 3 + .../debt/debtShopCode/debtShopCode.wxml | 7 + .../debt/debtShopCode/debtShopCode.wxss | 12 + .../packageF/debt/debtapply/debtapply.js | 688 ++ .../packageF/debt/debtapply/debtapply.json | 14 + .../packageF/debt/debtapply/debtapply.wxml | 130 + .../packageF/debt/debtapply/debtapply.wxss | 250 + .../packageF/debt/debtindex/debtindex.js | 132 + .../packageF/debt/debtindex/debtindex.json | 3 + .../packageF/debt/debtindex/debtindex.wxml | 31 + .../packageF/debt/debtindex/debtindex.wxss | 59 + .../debt/debtor/debtorShop/debtorShop.js | 410 + .../debt/debtor/debtorShop/debtorShop.json | 7 + .../debt/debtor/debtorShop/debtorShop.wxml | 156 + .../debt/debtor/debtorShop/debtorShop.wxss | 429 + .../debt/debtor/debtorindex/debtorindex.js | 212 + .../debt/debtor/debtorindex/debtorindex.json | 3 + .../debt/debtor/debtorindex/debtorindex.wxml | 28 + .../debt/debtor/debtorindex/debtorindex.wxss | 105 + .../packageF/debt/debtorAudit/debtorAudit.js | 217 + .../debt/debtorAudit/debtorAudit.json | 6 + .../debt/debtorAudit/debtorAudit.wxml | 31 + .../debt/debtorAudit/debtorAudit.wxss | 65 + .../debt/purchaseDetails/purchaseDetails.js | 239 + .../debt/purchaseDetails/purchaseDetails.json | 6 + .../debt/purchaseDetails/purchaseDetails.wxml | 19 + .../debt/purchaseDetails/purchaseDetails.wxss | 49 + .../debt/userManagement/userManagement.js | 301 + .../debt/userManagement/userManagement.json | 9 + .../debt/userManagement/userManagement.wxml | 111 + .../debt/userManagement/userManagement.wxss | 234 + .../packageF/debt/vipAdd/vipAdd.js | 182 + .../packageF/debt/vipAdd/vipAdd.json | 5 + .../packageF/debt/vipAdd/vipAdd.wxml | 37 + .../packageF/debt/vipAdd/vipAdd.wxss | 135 + .../packageF/debt/vipAddindex/vipAddindex.js | 206 + .../debt/vipAddindex/vipAddindex.json | 5 + .../debt/vipAddindex/vipAddindex.wxml | 23 + .../debt/vipAddindex/vipAddindex.wxss | 60 + .../debt/vipBindRecord/vipBindRecord.js | 144 + .../debt/vipBindRecord/vipBindRecord.json | 3 + .../debt/vipBindRecord/vipBindRecord.wxml | 14 + .../debt/vipBindRecord/vipBindRecord.wxss | 45 + .../packageF/debt/vipIndex/vipIndex.js | 262 + .../packageF/debt/vipIndex/vipIndex.json | 5 + .../packageF/debt/vipIndex/vipIndex.wxml | 91 + .../packageF/debt/vipIndex/vipIndex.wxss | 263 + .../packageF/mycomponent/README.md | 0 .../others/historyGroup/historyGroup.js | 133 + .../others/historyGroup/historyGroup.json | 6 + .../others/historyGroup/historyGroup.wxml | 37 + .../others/historyGroup/historyGroup.wxss | 115 + .../packageF/packageGoodse/packageGoods.js | 302 + .../packageF/packageGoodse/packageGoods.json | 10 + .../packageF/packageGoodse/packageGoods.wxml | 134 + .../packageF/packageGoodse/packageGoods.wxss | 95 + .../packageF/pages/index/index.js | 66 + .../packageF/pages/index/index.json | 3 + .../packageF/pages/index/index.wxml | 2 + .../packageF/pages/index/index.wxss | 1 + .../packageF/sharedPartner/sharedPartner.js | 430 + .../packageF/sharedPartner/sharedPartner.json | 9 + .../packageF/sharedPartner/sharedPartner.wxml | 158 + .../packageF/sharedPartner/sharedPartner.wxss | 325 + .../packageF/storeManagement/common.js | 36 + .../dispatch_type_pop/dispatch_type_pop.js | 106 + .../dispatch_type_pop/dispatch_type_pop.json | 13 + .../dispatch_type_pop/dispatch_type_pop.wxml | 58 + .../dispatch_type_pop/dispatch_type_pop.wxss | 59 + .../distribute_type_pop.js | 56 + .../distribute_type_pop.json | 11 + .../distribute_type_pop.wxml | 48 + .../distribute_type_pop.wxss | 12 + .../goods_category_pop/goods_category_pop.js | 203 + .../goods_category_pop.json | 7 + .../goods_category_pop.wxml | 16 + .../goods_category_pop.wxss | 1 + .../goods_details_pop/goods_details_pop.js | 121 + .../goods_details_pop/goods_details_pop.json | 7 + .../goods_details_pop/goods_details_pop.wxml | 38 + .../goods_details_pop/goods_details_pop.wxss | 133 + .../goods_type_pop/goods_type_pop.js | 49 + .../goods_type_pop/goods_type_pop.json | 7 + .../goods_type_pop/goods_type_pop.wxml | 28 + .../goods_type_pop/goods_type_pop.wxss | 39 + .../stock_type_pop/stock_type_pop.js | 52 + .../stock_type_pop/stock_type_pop.json | 11 + .../stock_type_pop/stock_type_pop.wxml | 59 + .../stock_type_pop/stock_type_pop.wxss | 38 + .../components/base_set/base_set.js | 240 + .../components/base_set/base_set.json | 16 + .../components/base_set/base_set.wxml | 154 + .../components/base_set/base_set.wxss | 68 + .../components/collapse/collapse-item.js | 129 + .../components/collapse/collapse-item.json | 4 + .../components/collapse/collapse-item.wxml | 18 + .../components/collapse/collapse-item.wxss | 46 + .../components/collapse/collapse.js | 58 + .../components/collapse/collapse.json | 4 + .../components/collapse/collapse.wxml | 4 + .../components/collapse/collapse.wxss | 1 + .../components/discount/discount.js | 70 + .../components/discount/discount.json | 10 + .../components/discount/discount.wxml | 48 + .../components/discount/discount.wxss | 44 + .../components/permissions/permissions.js | 254 + .../components/permissions/permissions.json | 12 + .../components/permissions/permissions.wxml | 165 + .../components/permissions/permissions.wxss | 56 + .../editGoodsCatgory/editGoodsCatgory.js | 186 + .../editGoodsCatgory/editGoodsCatgory.json | 8 + .../editGoodsCatgory/editGoodsCatgory.wxml | 49 + .../editGoodsCatgory/editGoodsCatgory.wxss | 71 + .../financeManagement/financeManagement.js | 69 + .../financeManagement/financeManagement.json | 4 + .../financeManagement/financeManagement.wxml | 21 + .../financeManagement/financeManagement.wxss | 49 + .../memberManagement/memberManagement.js | 144 + .../memberManagement/memberManagement.json | 6 + .../memberManagement/memberManagement.wxml | 32 + .../memberManagement/memberManagement.wxss | 76 + .../releaseStoreGoods/releaseStoreGoods.js | 169 + .../releaseStoreGoods/releaseStoreGoods.json | 9 + .../releaseStoreGoods/releaseStoreGoods.wxml | 39 + .../releaseStoreGoods/releaseStoreGoods.wxss | 31 + .../storeBalanceList/storeBalanceList.js | 161 + .../storeBalanceList/storeBalanceList.json | 8 + .../storeBalanceList/storeBalanceList.wxml | 54 + .../storeBalanceList/storeBalanceList.wxss | 125 + .../storeCouponList/storeCouponList.js | 189 + .../storeCouponList/storeCouponList.json | 9 + .../storeCouponList/storeCouponList.wxml | 77 + .../storeCouponList/storeCouponList.wxss | 291 + .../storeGoodsCatgory/storeGoodsCatgory.js | 178 + .../storeGoodsCatgory/storeGoodsCatgory.json | 9 + .../storeGoodsCatgory/storeGoodsCatgory.wxml | 36 + .../storeGoodsCatgory/storeGoodsCatgory.wxss | 29 + .../storeGoodsManagement.js | 307 + .../storeGoodsManagement.json | 10 + .../storeGoodsManagement.wxml | 97 + .../storeGoodsManagement.wxss | 218 + .../storeIntegralList/storeIntegralList.js | 178 + .../storeIntegralList/storeIntegralList.json | 8 + .../storeIntegralList/storeIntegralList.wxml | 55 + .../storeIntegralList/storeIntegralList.wxss | 125 + .../storeManagementIndex.js | 99 + .../storeManagementIndex.json | 7 + .../storeManagementIndex.wxml | 117 + .../storeManagementIndex.wxss | 197 + .../storeMemberInfo/storeMemberInfo.js | 491 + .../storeMemberInfo/storeMemberInfo.json | 13 + .../storeMemberInfo/storeMemberInfo.wxml | 297 + .../storeMemberInfo/storeMemberInfo.wxss | 367 + .../withdrawalDetail/withdrawalDetail.js | 238 + .../withdrawalDetail/withdrawalDetail.json | 13 + .../withdrawalDetail/withdrawalDetail.wxml | 153 + .../withdrawalDetail/withdrawalDetail.wxss | 227 + .../withdrawalList/withdrawalList.js | 169 + .../withdrawalList/withdrawalList.json | 8 + .../withdrawalList/withdrawalList.wxml | 76 + .../withdrawalList/withdrawalList.wxss | 156 + .../packageF/storeSign/storeSign/storeSign.js | 183 + .../storeSign/storeSign/storeSign.json | 7 + .../storeSign/storeSign/storeSign.wxml | 102 + .../storeSign/storeSign/storeSign.wxss | 302 + .../storeSignDetail/storeSignDetail.js | 256 + .../storeSignDetail/storeSignDetail.json | 9 + .../storeSignDetail/storeSignDetail.wxml | 72 + .../storeSignDetail/storeSignDetail.wxss | 170 + .../AppointmentUserDe/AppointmentUserDe.js | 127 + .../AppointmentUserDe/AppointmentUserDe.json | 7 + .../AppointmentUserDe/AppointmentUserDe.wxml | 65 + .../AppointmentUserDe/AppointmentUserDe.wxss | 207 + .../packageF/timeAppointment/common.js | 23 + .../component/goodsItem/goodsItem.js | 30 + .../component/goodsItem/goodsItem.json | 4 + .../component/goodsItem/goodsItem.wxml | 14 + .../component/goodsItem/goodsItem.wxss | 40 + .../timeAppointment/component/sort/sort.js | 119 + .../timeAppointment/component/sort/sort.json | 3 + .../timeAppointment/component/sort/sort.wxml | 83 + .../timeAppointment/component/sort/sort.wxss | 104 + .../component/sortList/sortList.js | 23 + .../component/sortList/sortList.json | 6 + .../component/sortList/sortList.wxml | 6 + .../component/sortList/sortList.wxss | 6 + .../timeAppointmentMy/timeAppointmentMy.js | 100 + .../timeAppointmentMy/timeAppointmentMy.json | 3 + .../timeAppointmentMy/timeAppointmentMy.wxml | 39 + .../timeAppointmentMy/timeAppointmentMy.wxss | 78 + .../timeAppointmentMylist.js | 279 + .../timeAppointmentMylist.json | 5 + .../timeAppointmentMylist.wxml | 58 + .../timeAppointmentMylist.wxss | 142 + .../timeAppointment_index.js | 258 + .../timeAppointment_index.json | 8 + .../timeAppointment_index.wxml | 84 + .../timeAppointment_index.wxss | 247 + .../timeAppointment_search.js | 216 + .../timeAppointment_search.json | 7 + .../timeAppointment_search.wxml | 50 + .../timeAppointment_search.wxss | 106 + .../components/footer/footer.js | 156 + .../components/footer/footer.json | 6 + .../components/footer/footer.wxml | 89 + .../components/footer/footer.wxss | 272 + .../friendRanking/friendRanking.js | 158 + .../friendRanking/friendRanking.json | 6 + .../friendRanking/friendRanking.wxml | 72 + .../friendRanking/friendRanking.wxss | 257 + .../friendRewardRecord/friendRewardRecord.js | 154 + .../friendRewardRecord.json | 7 + .../friendRewardRecord.wxml | 25 + .../friendRewardRecord.wxss | 52 + .../invitationRecord/invitationRecord.js | 146 + .../invitationRecord/invitationRecord.json | 4 + .../invitationRecord/invitationRecord.wxml | 16 + .../invitationRecord/invitationRecord.wxss | 41 + .../workWxFriendExtend/workWxFriendExtend.js | 201 + .../workWxFriendExtend.json | 10 + .../workWxFriendExtend.wxml | 258 + .../workWxFriendExtend.wxss | 488 + .../packageG/cps/component/cpsApi.js | 375 + .../packageG/cps/component/cpslist.js | 37 + .../packageG/cps/component/cpslist.json | 4 + .../packageG/cps/component/cpslist.wxml | 33 + .../packageG/cps/component/cpslist.wxss | 146 + .../cps/cpsGoodDetail/cpsGoodDetail.js | 139 + .../cps/cpsGoodDetail/cpsGoodDetail.json | 6 + .../cps/cpsGoodDetail/cpsGoodDetail.wxml | 108 + .../cps/cpsGoodDetail/cpsGoodDetail.wxss | 387 + .../packageG/cps/cpsPage/cpsPage.js | 226 + .../packageG/cps/cpsPage/cpsPage.json | 47 + .../packageG/cps/cpsPage/cpsPage.wxml | 158 + .../packageG/cps/cpsPage/cpsPage.wxss | 7 + .../cps/cpsSearchPage/cpsSearchPage.js | 130 + .../cps/cpsSearchPage/cpsSearchPage.json | 12 + .../cps/cpsSearchPage/cpsSearchPage.wxml | 32 + .../cps/cpsSearchPage/cpsSearchPage.wxss | 13 + .../packageG/cps/cpsTransfer/cpsTransfer.js | 108 + .../packageG/cps/cpsTransfer/cpsTransfer.json | 3 + .../packageG/cps/cpsTransfer/cpsTransfer.wxml | 1 + .../packageG/cps/cpsTransfer/cpsTransfer.wxss | 1 + .../access_tip/access_tip.js | 16 + .../access_tip/access_tip.json | 3 + .../access_tip/access_tip.wxml | 7 + .../access_tip/access_tip.wxss | 32 + .../packageG/independent_store/index/index.js | 475 + .../independent_store/index/index.json | 30 + .../independent_store/index/index.wxml | 243 + .../independent_store/index/index.wxss | 413 + .../mycomponent/storeInfo/storeInfo.js | 94 + .../mycomponent/storeInfo/storeInfo.json | 6 + .../mycomponent/storeInfo/storeInfo.wxml | 46 + .../mycomponent/storeInfo/storeInfo.wxss | 117 + .../independent_store/search/search.js | 66 + .../independent_store/search/search.json | 6 + .../independent_store/search/search.wxml | 24 + .../independent_store/search/search.wxss | 117 + .../store_album/store_album.js | 123 + .../store_album/store_album.json | 9 + .../store_album/store_album.wxml | 22 + .../store_album/store_album.wxss | 88 + .../packageG/index/index.js | 1384 +++ .../packageG/index/index.json | 55 + .../packageG/index/index.wxml | 551 ++ .../packageG/index/index.wxss | 961 ++ .../packageG/integral_shop/integral_shop.js | 108 + .../packageG/integral_shop/integral_shop.json | 3 + .../packageG/integral_shop/integral_shop.wxml | 1 + .../packageG/integral_shop/integral_shop.wxss | 1 + .../packageG/limitedTimeGoods/item.js | 37 + .../packageG/limitedTimeGoods/item.json | 6 + .../packageG/limitedTimeGoods/item.wxml | 31 + .../packageG/limitedTimeGoods/item.wxss | 109 + .../limitedTimeGoods/limitedTimeGoods.js | 123 + .../limitedTimeGoods/limitedTimeGoods.json | 6 + .../limitedTimeGoods/limitedTimeGoods.wxml | 10 + .../limitedTimeGoods/limitedTimeGoods.wxss | 7 + .../packageG/member_v2/member_v2.js | 2738 ++++++ .../packageG/member_v2/member_v2.json | 67 + .../packageG/member_v2/member_v2.wxml | 785 ++ .../packageG/member_v2/member_v2.wxss | 1435 +++ .../packageG/morePlugin/morePlugin.js | 343 + .../packageG/morePlugin/morePlugin.json | 7 + .../packageG/morePlugin/morePlugin.wxml | 30 + .../packageG/morePlugin/morePlugin.wxss | 64 + .../Waterfalls_flow/Waterfalls_flow.js | 109 + .../Waterfalls_flow/Waterfalls_flow.json | 4 + .../Waterfalls_flow/Waterfalls_flow.wxml | 84 + .../Waterfalls_flow/Waterfalls_flow.wxss | 146 + .../packageG/mycomponent/article/article.js | 287 + .../packageG/mycomponent/article/article.json | 7 + .../packageG/mycomponent/article/article.wxml | 79 + .../packageG/mycomponent/article/article.wxss | 117 + .../packageG/mycomponent/backup/backup.js | 56 + .../packageG/mycomponent/backup/backup.json | 4 + .../packageG/mycomponent/backup/backup.wxml | 10 + .../packageG/mycomponent/backup/backup.wxss | 30 + .../packageG/mycomponent/blank/blank.js | 38 + .../packageG/mycomponent/blank/blank.json | 4 + .../packageG/mycomponent/blank/blank.wxml | 3 + .../packageG/mycomponent/blank/blank.wxss | 1 + .../bonusPoolsShow/bonusPoolsShow.js | 42 + .../bonusPoolsShow/bonusPoolsShow.json | 4 + .../bonusPoolsShow/bonusPoolsShow.wxml | 19 + .../bonusPoolsShow/bonusPoolsShow.wxss | 29 + .../packageG/mycomponent/button/button.js | 129 + .../packageG/mycomponent/button/button.json | 4 + .../packageG/mycomponent/button/button.wxml | 35 + .../packageG/mycomponent/button/button.wxss | 61 + .../mycomponent/carcontent3/carcontent3.js | 83 + .../mycomponent/carcontent3/carcontent3.json | 9 + .../mycomponent/carcontent3/carcontent3.wxml | 72 + .../mycomponent/carcontent3/carcontent3.wxss | 97 + .../mycomponent/community/community.js | 384 + .../mycomponent/community/community.json | 8 + .../mycomponent/community/community.wxml | 64 + .../mycomponent/community/community.wxss | 17 + .../component/progress/progress.js | 115 + .../component/progress/progress.json | 4 + .../component/progress/progress.wxml | 27 + .../component/progress/progress.wxss | 266 + .../component/statistics/statistics.js | 170 + .../component/statistics/statistics.json | 4 + .../component/statistics/statistics.wxml | 11 + .../component/statistics/statistics.wxss | 35 + .../component/store_gift/store_gift.js | 33 + .../component/store_gift/store_gift.json | 4 + .../component/store_gift/store_gift.wxml | 39 + .../component/store_gift/store_gift.wxss | 118 + .../component/store_item/store_item.js | 102 + .../component/store_item/store_item.json | 4 + .../component/store_item/store_item.wxml | 130 + .../component/store_item/store_item.wxss | 200 + .../component/store_item02/store_item02.js | 102 + .../component/store_item02/store_item02.json | 6 + .../component/store_item02/store_item02.wxml | 133 + .../component/store_item02/store_item02.wxss | 243 + .../packageG/mycomponent/count/count.js | 166 + .../packageG/mycomponent/count/count.json | 4 + .../packageG/mycomponent/count/count.wxml | 2 + .../packageG/mycomponent/count/count.wxss | 0 .../packageG/mycomponent/coupons/coupons.js | 194 + .../packageG/mycomponent/coupons/coupons.json | 4 + .../packageG/mycomponent/coupons/coupons.wxml | 193 + .../packageG/mycomponent/coupons/coupons.wxss | 432 + .../mycomponent/cpssearch/cpssearch.js | 44 + .../mycomponent/cpssearch/cpssearch.json | 4 + .../mycomponent/cpssearch/cpssearch.wxml | 12 + .../mycomponent/cpssearch/cpssearch.wxss | 107 + .../packageG/mycomponent/cube/cube.js | 152 + .../packageG/mycomponent/cube/cube.json | 4 + .../packageG/mycomponent/cube/cube.wxml | 15 + .../packageG/mycomponent/cube/cube.wxss | 55 + .../packageG/mycomponent/deposit/deposit.js | 115 + .../packageG/mycomponent/deposit/deposit.json | 10 + .../packageG/mycomponent/deposit/deposit.wxml | 91 + .../packageG/mycomponent/deposit/deposit.wxss | 264 + .../mycomponent/fight_group/fight_group.js | 45 + .../mycomponent/fight_group/fight_group.json | 4 + .../mycomponent/fight_group/fight_group.wxml | 27 + .../mycomponent/fight_group/fight_group.wxss | 103 + .../packageG/mycomponent/form/form.js | 760 ++ .../packageG/mycomponent/form/form.json | 17 + .../packageG/mycomponent/form/form.wxml | 196 + .../packageG/mycomponent/form/form.wxss | 228 + .../packageG/mycomponent/goods/goods.js | 503 + .../packageG/mycomponent/goods/goods.json | 4 + .../packageG/mycomponent/goods/goods.wxml | 638 ++ .../packageG/mycomponent/goods/goods.wxss | 545 ++ .../packageG/mycomponent/goodscps/goodscps.js | 95 + .../mycomponent/goodscps/goodscps.json | 8 + .../mycomponent/goodscps/goodscps.wxml | 46 + .../mycomponent/goodscps/goodscps.wxss | 22 + .../mycomponent/goodsgroup/goodsgroup.js | 289 + .../mycomponent/goodsgroup/goodsgroup.json | 6 + .../mycomponent/goodsgroup/goodsgroup.wxml | 530 ++ .../mycomponent/goodsgroup/goodsgroup.wxss | 562 ++ .../mycomponent/goodsnearby/goodsnearby.js | 238 + .../mycomponent/goodsnearby/goodsnearby.json | 4 + .../mycomponent/goodsnearby/goodsnearby.wxml | 664 ++ .../mycomponent/goodsnearby/goodsnearby.wxss | 520 ++ .../mycomponent/goodsrush/goodsrush.js | 322 + .../mycomponent/goodsrush/goodsrush.json | 4 + .../mycomponent/goodsrush/goodsrush.wxml | 572 ++ .../mycomponent/goodsrush/goodsrush.wxss | 558 ++ .../mycomponent/goodstores/goodstores.js | 247 + .../mycomponent/goodstores/goodstores.json | 4 + .../mycomponent/goodstores/goodstores.wxml | 573 ++ .../mycomponent/goodstores/goodstores.wxss | 517 ++ .../packageG/mycomponent/headline/headline.js | 62 + .../mycomponent/headline/headline.json | 4 + .../mycomponent/headline/headline.wxml | 45 + .../mycomponent/headline/headline.wxss | 59 + .../packageG/mycomponent/homedata/homedata.js | 66 + .../mycomponent/homedata/homedata.json | 8 + .../mycomponent/homedata/homedata.wxml | 25 + .../mycomponent/homedata/homedata.wxss | 12 + .../packageG/mycomponent/line/line.js | 42 + .../packageG/mycomponent/line/line.json | 4 + .../packageG/mycomponent/line/line.wxml | 5 + .../packageG/mycomponent/line/line.wxss | 1 + .../livestreaming/livestreaming.js | 703 ++ .../livestreaming/livestreaming.json | 7 + .../livestreaming/livestreaming.wxml | 659 ++ .../livestreaming/livestreaming.wxss | 230 + .../packageG/mycomponent/location/location.js | 81 + .../mycomponent/location/location.json | 4 + .../mycomponent/location/location.wxml | 26 + .../mycomponent/location/location.wxss | 80 + .../packageG/mycomponent/lottery/lottery.js | 412 + .../packageG/mycomponent/lottery/lottery.json | 8 + .../packageG/mycomponent/lottery/lottery.wxml | 60 + .../packageG/mycomponent/lottery/lottery.wxss | 167 + .../packageG/mycomponent/maps/maps.js | 78 + .../packageG/mycomponent/maps/maps.json | 4 + .../packageG/mycomponent/maps/maps.wxml | 20 + .../packageG/mycomponent/maps/maps.wxss | 59 + .../mycomponent/memberasset/memberasset.js | 90 + .../mycomponent/memberasset/memberasset.json | 4 + .../mycomponent/memberasset/memberasset.wxml | 42 + .../mycomponent/memberasset/memberasset.wxss | 32 + .../mycomponent/memberdata/memberdata.js | 31 + .../mycomponent/memberdata/memberdata.json | 4 + .../mycomponent/memberdata/memberdata.wxml | 4 + .../mycomponent/memberdata/memberdata.wxss | 13 + .../mycomponent/membermarket/membermarket.js | 424 + .../membermarket/membermarket.json | 4 + .../membermarket/membermarket.wxml | 50 + .../membermarket/membermarket.wxss | 135 + .../membermerchant/membermerchant.js | 454 + .../membermerchant/membermerchant.json | 4 + .../membermerchant/membermerchant.wxml | 44 + .../membermerchant/membermerchant.wxss | 135 + .../mycomponent/memberorder/memberorder.js | 588 ++ .../mycomponent/memberorder/memberorder.json | 7 + .../mycomponent/memberorder/memberorder.wxml | 118 + .../mycomponent/memberorder/memberorder.wxss | 148 + .../mycomponent/memberrights/memberrights.js | 314 + .../memberrights/memberrights.json | 4 + .../memberrights/memberrights.wxml | 44 + .../memberrights/memberrights.wxss | 124 + .../mycomponent/membertool/membertool.js | 389 + .../mycomponent/membertool/membertool.json | 4 + .../mycomponent/membertool/membertool.wxml | 44 + .../mycomponent/membertool/membertool.wxss | 124 + .../mycomponent/membertop/membertop.js | 87 + .../mycomponent/membertop/membertop.json | 4 + .../mycomponent/membertop/membertop.wxml | 392 + .../mycomponent/membertop/membertop.wxss | 1759 ++++ .../multistageTab/multistageTab.js | 564 ++ .../multistageTab/multistageTab.json | 10 + .../multistageTab/multistageTab.wxml | 97 + .../multistageTab/multistageTab.wxss | 185 + .../multistageTab/tab-sticky/index.wxs | 22 + .../multistageTab/tab-sticky/tab-sticky.js | 145 + .../multistageTab/tab-sticky/tab-sticky.json | 4 + .../multistageTab/tab-sticky/tab-sticky.wxml | 13 + .../multistageTab/tab-sticky/tab-sticky.wxss | 4 + .../mycomponent/multistageTab/test.wxs | 98 + .../packageG/mycomponent/notice/notice.js | 104 + .../packageG/mycomponent/notice/notice.json | 6 + .../packageG/mycomponent/notice/notice.wxml | 23 + .../packageG/mycomponent/notice/notice.wxss | 40 + .../packageG/mycomponent/richtext/richtext.js | 52 + .../mycomponent/richtext/richtext.json | 6 + .../mycomponent/richtext/richtext.wxml | 8 + .../mycomponent/richtext/richtext.wxss | 4 + .../packageG/mycomponent/search/search.js | 80 + .../packageG/mycomponent/search/search.json | 6 + .../packageG/mycomponent/search/search.wxml | 17 + .../packageG/mycomponent/search/search.wxss | 133 + .../packageG/mycomponent/selfpick/selfpick.js | 120 + .../mycomponent/selfpick/selfpick.json | 4 + .../mycomponent/selfpick/selfpick.wxml | 13 + .../mycomponent/selfpick/selfpick.wxss | 45 + .../packageG/mycomponent/shopfor/shopfor.js | 44 + .../packageG/mycomponent/shopfor/shopfor.json | 4 + .../packageG/mycomponent/shopfor/shopfor.wxml | 22 + .../packageG/mycomponent/shopfor/shopfor.wxss | 62 + .../mycomponent/shortvideo/shortvideo.js | 245 + .../mycomponent/shortvideo/shortvideo.json | 6 + .../mycomponent/shortvideo/shortvideo.wxml | 21 + .../mycomponent/shortvideo/shortvideo.wxss | 21 + .../packageG/mycomponent/signin/signin.js | 144 + .../packageG/mycomponent/signin/signin.json | 4 + .../packageG/mycomponent/signin/signin.wxml | 77 + .../packageG/mycomponent/signin/signin.wxss | 137 + .../mycomponent/simplegraph/simplegraph.js | 215 + .../mycomponent/simplegraph/simplegraph.json | 4 + .../mycomponent/simplegraph/simplegraph.wxml | 16 + .../mycomponent/simplegraph/simplegraph.wxss | 27 + .../mycomponent/slideshow/slideshow.js | 125 + .../mycomponent/slideshow/slideshow.json | 4 + .../mycomponent/slideshow/slideshow.wxml | 17 + .../mycomponent/slideshow/slideshow.wxss | 7 + .../packageG/mycomponent/staff/staff.js | 50 + .../packageG/mycomponent/staff/staff.json | 4 + .../packageG/mycomponent/staff/staff.wxml | 18 + .../packageG/mycomponent/staff/staff.wxss | 40 + .../mycomponent/stargroup/stargroup.js | 228 + .../mycomponent/stargroup/stargroup.json | 20 + .../mycomponent/stargroup/stargroup.wxml | 82 + .../mycomponent/stargroup/stargroup.wxss | 85 + .../mycomponent/storebalance/storebalance.js | 74 + .../storebalance/storebalance.json | 4 + .../storebalance/storebalance.wxml | 13 + .../storebalance/storebalance.wxss | 56 + .../packageG/mycomponent/stores/stores.js | 598 ++ .../packageG/mycomponent/stores/stores.json | 10 + .../packageG/mycomponent/stores/stores.wxml | 169 + .../packageG/mycomponent/stores/stores.wxss | 524 ++ .../storesranking/storesranking.js | 399 + .../storesranking/storesranking.json | 9 + .../storesranking/storesranking.wxml | 90 + .../storesranking/storesranking.wxss | 67 + .../suspendbutton/suspendbutton.js | 157 + .../suspendbutton/suspendbutton.json | 6 + .../suspendbutton/suspendbutton.wxml | 49 + .../suspendbutton/suspendbutton.wxss | 106 + .../mycomponent/tabcontrol/tabcontrol.js | 113 + .../mycomponent/tabcontrol/tabcontrol.json | 19 + .../mycomponent/tabcontrol/tabcontrol.wxml | 86 + .../mycomponent/tabcontrol/tabcontrol.wxss | 13 + .../packageG/mycomponent/title/title.js | 40 + .../packageG/mycomponent/title/title.json | 4 + .../packageG/mycomponent/title/title.wxml | 10 + .../packageG/mycomponent/title/title.wxss | 10 + .../top_navigation/top_navigation.js | 224 + .../top_navigation/top_navigation.json | 4 + .../top_navigation/top_navigation.wxml | 51 + .../top_navigation/top_navigation.wxss | 175 + .../packageG/mycomponent/video/video.js | 113 + .../packageG/mycomponent/video/video.json | 4 + .../packageG/mycomponent/video/video.wxml | 18 + .../packageG/mycomponent/video/video.wxss | 15 + .../mycomponent/videoList/videoList.js | 111 + .../mycomponent/videoList/videoList.json | 4 + .../mycomponent/videoList/videoList.wxml | 62 + .../mycomponent/videoList/videoList.wxss | 154 + .../mycomponent/ys_member/ys_member.js | 106 + .../mycomponent/ys_member/ys_member.json | 4 + .../mycomponent/ys_member/ys_member.wxml | 53 + .../mycomponent/ys_member/ys_member.wxss | 70 + .../packageG/newDiy/newDiy.js | 609 ++ .../packageG/newDiy/newDiy.json | 45 + .../packageG/newDiy/newDiy.wxml | 204 + .../packageG/newDiy/newDiy.wxss | 126 + .../packageG/o2o/HomeSeller/HomeSeller.js | 262 + .../packageG/o2o/HomeSeller/HomeSeller.json | 22 + .../packageG/o2o/HomeSeller/HomeSeller.wxml | 80 + .../packageG/o2o/HomeSeller/HomeSeller.wxss | 1 + .../packageG/pages/buy/cart_v2/cart_v2.js | 989 ++ .../packageG/pages/buy/cart_v2/cart_v2.json | 15 + .../packageG/pages/buy/cart_v2/cart_v2.wxml | 337 + .../packageG/pages/buy/cart_v2/cart_v2.wxss | 1222 +++ .../packageG/pages/category_v2/category_v2.js | 1792 ++++ .../pages/category_v2/category_v2.json | 13 + .../pages/category_v2/category_v2.wxml | 344 + .../pages/category_v2/category_v2.wxss | 936 ++ .../pages/member/extension/NumberAnimate.js | 61 + .../pages/member/extension/extension.js | 1210 +++ .../pages/member/extension/extension.json | 12 + .../pages/member/extension/extension.wxml | 381 + .../pages/member/extension/extension.wxss | 921 ++ .../pages/member/extension/extension_v2.wxss | 492 + .../advertisingAdDetails.js | 181 + .../advertisingAdDetails.json | 8 + .../advertisingAdDetails.wxml | 43 + .../advertisingAdDetails.wxss | 89 + .../advertisingAdvertisers.js | 311 + .../advertisingAdvertisers.json | 9 + .../advertisingAdvertisers.wxml | 99 + .../advertisingAdvertisers.wxss | 246 + .../advertisingApply/advertisingApply.js | 548 ++ .../advertisingApply/advertisingApply.json | 15 + .../advertisingApply/advertisingApply.wxml | 126 + .../advertisingApply/advertisingApply.wxss | 257 + .../advertisingList/advertisingList.js | 151 + .../advertisingList/advertisingList.json | 4 + .../advertisingList/advertisingList.wxml | 20 + .../advertisingList/advertisingList.wxss | 92 + .../advertisingPlayPage.js | 341 + .../advertisingPlayPage.json | 8 + .../advertisingPlayPage.wxml | 55 + .../advertisingPlayPage.wxss | 227 + .../advertisingPutAD/advertisingPutAD.js | 197 + .../advertisingPutAD/advertisingPutAD.json | 8 + .../advertisingPutAD/advertisingPutAD.wxml | 42 + .../advertisingPutAD/advertisingPutAD.wxss | 126 + .../advertisingRelease/advertisingRelease.js | 292 + .../advertisingRelease.json | 12 + .../advertisingRelease.wxml | 47 + .../advertisingRelease.wxss | 53 + .../ApplyForMerchants/ApplyForMerchants.js | 128 + .../ApplyForMerchants/ApplyForMerchants.json | 7 + .../ApplyForMerchants/ApplyForMerchants.wxml | 61 + .../ApplyForMerchants/ApplyForMerchants.wxss | 103 + .../AppointmentExtends/AppointmentExtends.js | 171 + .../AppointmentExtends.json | 7 + .../AppointmentExtends.wxml | 46 + .../AppointmentExtends.wxss | 113 + .../periodicalDetail/periodicalDetail.js | 198 + .../periodicalDetail/periodicalDetail.json | 3 + .../periodicalDetail/periodicalDetail.wxml | 54 + .../periodicalDetail/periodicalDetail.wxss | 222 + .../periodicalIndex/periodicalIndex.js | 161 + .../periodicalIndex/periodicalIndex.json | 3 + .../periodicalIndex/periodicalIndex.wxml | 65 + .../periodicalIndex/periodicalIndex.wxss | 226 + .../periodicalWatch/periodicalWatch.js | 406 + .../periodicalWatch/periodicalWatch.json | 7 + .../periodicalWatch/periodicalWatch.wxml | 141 + .../periodicalWatch/periodicalWatch.wxss | 451 + .../blindBox/blindBoxDetail/blindBoxDetail.js | 629 ++ .../blindBoxDetail/blindBoxDetail.json | 10 + .../blindBoxDetail/blindBoxDetail.wxml | 296 + .../blindBoxDetail/blindBoxDetail.wxss | 797 ++ .../blindBoxHelping/blindBoxHelping.js | 273 + .../blindBoxHelping/blindBoxHelping.json | 10 + .../blindBoxHelping/blindBoxHelping.wxml | 96 + .../blindBoxHelping/blindBoxHelping.wxss | 710 ++ .../blindBox/blindBoxIndex/blindBoxIndex.js | 204 + .../blindBox/blindBoxIndex/blindBoxIndex.json | 7 + .../blindBox/blindBoxIndex/blindBoxIndex.wxml | 43 + .../blindBox/blindBoxIndex/blindBoxIndex.wxss | 127 + .../components/yz_goodsPopup/yz_goodsPopup.js | 91 + .../yz_goodsPopup/yz_goodsPopup.json | 7 + .../yz_goodsPopup/yz_goodsPopup.wxml | 68 + .../yz_goodsPopup/yz_goodsPopup.wxss | 141 + .../packageH/chitchat/chatList/chatList.js | 479 + .../packageH/chitchat/chatList/chatList.json | 8 + .../packageH/chitchat/chatList/chatList.wxml | 36 + .../packageH/chitchat/chatList/chatList.wxss | 5 + .../chitchat/chatWindow/chatWindow.js | 1263 +++ .../chitchat/chatWindow/chatWindow.json | 15 + .../chitchat/chatWindow/chatWindow.wxml | 295 + .../chitchat/chatWindow/chatWindow.wxss | 765 ++ .../chatContentFailed/chatContentFailed.js | 23 + .../chatContentFailed/chatContentFailed.json | 6 + .../chatContentFailed/chatContentFailed.wxml | 5 + .../chatContentFailed/chatContentFailed.wxss | 1 + .../chatContentGoods/chatContentGoods.js | 36 + .../chatContentGoods/chatContentGoods.json | 4 + .../chatContentGoods/chatContentGoods.wxml | 12 + .../chatContentGoods/chatContentGoods.wxss | 35 + .../chatContentOrder/chatContentOrder.js | 29 + .../chatContentOrder/chatContentOrder.json | 4 + .../chatContentOrder/chatContentOrder.wxml | 27 + .../chatContentOrder/chatContentOrder.wxss | 74 + .../chatContentPic/chatContentPic.js | 26 + .../chatContentPic/chatContentPic.json | 4 + .../chatContentPic/chatContentPic.wxml | 7 + .../chatContentPic/chatContentPic.wxss | 6 + .../chatContentTxt/chatContentTxt.js | 40 + .../chatContentTxt/chatContentTxt.json | 6 + .../chatContentTxt/chatContentTxt.wxml | 12 + .../chatContentTxt/chatContentTxt.wxss | 1 + .../components/chatListItem/chatListItem.js | 30 + .../components/chatListItem/chatListItem.json | 4 + .../components/chatListItem/chatListItem.wxml | 33 + .../components/chatListItem/chatListItem.wxss | 75 + .../personalProfile/personalProfile.js | 88 + .../personalProfile/personalProfile.json | 4 + .../personalProfile/personalProfile.wxml | 24 + .../personalProfile/personalProfile.wxss | 108 + .../circleChecklist/circleChecklist.js | 216 + .../circleChecklist/circleChecklist.json | 4 + .../circleChecklist/circleChecklist.wxml | 83 + .../circleChecklist/circleChecklist.wxss | 210 + .../circleDetails/circleDetails.js | 460 + .../circleDetails/circleDetails.json | 6 + .../circleDetails/circleDetails.wxml | 121 + .../circleDetails/circleDetails.wxss | 400 + .../circleExtend/circleExtend.js | 255 + .../circleExtend/circleExtend.json | 7 + .../circleExtend/circleExtend.wxml | 114 + .../circleExtend/circleExtend.wxss | 284 + .../circleIndex/circleIndex.js | 232 + .../circleIndex/circleIndex.json | 8 + .../circleIndex/circleIndex.wxml | 68 + .../circleIndex/circleIndex.wxss | 213 + .../circleIntroduce/circleIntroduce.js | 220 + .../circleIntroduce/circleIntroduce.json | 4 + .../circleIntroduce/circleIntroduce.wxml | 43 + .../circleIntroduce/circleIntroduce.wxss | 173 + .../circleIssue/circlelssue.js | 263 + .../circleIssue/circlelssue.json | 9 + .../circleIssue/circlelssue.wxml | 114 + .../circleIssue/circlelssue.wxss | 258 + .../circleMember/circleMember.js | 170 + .../circleMember/circleMember.json | 4 + .../circleMember/circleMember.wxml | 27 + .../circleMember/circleMember.wxss | 83 + .../circleMyAttention/circleMyAttention.js | 160 + .../circleMyAttention/circleMyAttention.json | 4 + .../circleMyAttention/circleMyAttention.wxml | 23 + .../circleMyAttention/circleMyAttention.wxss | 57 + .../circleMyCircle/circleMyCircle.js | 199 + .../circleMyCircle/circleMyCircle.json | 4 + .../circleMyCircle/circleMyCircle.wxml | 100 + .../circleMyCircle/circleMyCircle.wxss | 184 + .../circleMyRelease/circleMyRelease.js | 372 + .../circleMyRelease/circleMyRelease.json | 8 + .../circleMyRelease/circleMyRelease.wxml | 120 + .../circleMyRelease/circleMyRelease.wxss | 351 + .../circleMySet/circleMySet.js | 64 + .../circleMySet/circleMySet.json | 7 + .../circleMySet/circleMySet.wxml | 21 + .../circleMySet/circleMySet.wxss | 35 + .../circlePayRecords/circlePayRecords.js | 134 + .../circlePayRecords/circlePayRecords.json | 6 + .../circlePayRecords/circlePayRecords.wxml | 38 + .../circlePayRecords/circlePayRecords.wxss | 110 + .../circlePayment/circlePayment.js | 112 + .../circlePayment/circlePayment.json | 8 + .../circlePayment/circlePayment.wxml | 54 + .../circlePayment/circlePayment.wxss | 273 + .../circleSearch/circleSearch.js | 163 + .../circleSearch/circleSearch.json | 4 + .../circleSearch/circleSearch.wxml | 44 + .../circleSearch/circleSearch.wxss | 148 + .../circleSelect/circleSelect.js | 64 + .../circleSelect/circleSelect.json | 4 + .../circleSelect/circleSelect.wxml | 21 + .../circleSelect/circleSelect.wxss | 77 + .../circleSetting/circleSetting.js | 104 + .../circleSetting/circleSetting.json | 6 + .../circleSetting/circleSetting.wxml | 82 + .../circleSetting/circleSetting.wxss | 70 + .../circleTopic/circleTopic.js | 852 ++ .../circleTopic/circleTopic.json | 11 + .../circleTopic/circleTopic.wxml | 282 + .../circleTopic/circleTopic.wxss | 664 ++ .../circleVideogood/circleVideogood.js | 198 + .../circleVideogood/circleVideogood.json | 6 + .../circleVideogood/circleVideogood.wxml | 54 + .../circleVideogood/circleVideogood.wxss | 218 + .../circlereleaseVideo/circlereleaseVideo.js | 412 + .../circlereleaseVideo.json | 9 + .../circlereleaseVideo.wxml | 62 + .../circlereleaseVideo.wxss | 193 + .../components/circle_footer/circle_footer.js | 89 + .../circle_footer/circle_footer.json | 6 + .../circle_footer/circle_footer.wxml | 48 + .../circle_footer/circle_footer.wxss | 65 + .../components/picture/picture.js | 26 + .../components/picture/picture.json | 4 + .../components/picture/picture.wxml | 9 + .../components/picture/picture.wxss | 15 + .../topicDetails/topicDetails.js | 953 ++ .../topicDetails/topicDetails.json | 6 + .../topicDetails/topicDetails.wxml | 379 + .../topicDetails/topicDetails.wxss | 1162 +++ .../videoDetails/videoDetails.js | 1654 ++++ .../videoDetails/videoDetails.json | 5 + .../videoDetails/videoDetails.wxml | 316 + .../videoDetails/videoDetails.wxss | 1044 +++ .../consumerRewardApply.js | 133 + .../consumerRewardApply.json | 6 + .../consumerRewardApply.wxml | 28 + .../consumerRewardApply.wxss | 98 + .../consumerRewardIndex.js | 158 + .../consumerRewardIndex.json | 4 + .../consumerRewardIndex.wxml | 31 + .../consumerRewardIndex.wxss | 132 + .../consumerRewardPaySuccess.js | 205 + .../consumerRewardPaySuccess.json | 7 + .../consumerRewardPaySuccess.wxml | 68 + .../consumerRewardPaySuccess.wxss | 242 + .../consumerRewardRecord.js | 120 + .../consumerRewardRecord.json | 4 + .../consumerRewardRecord.wxml | 8 + .../consumerRewardRecord.wxss | 24 + .../packageH/cpsCard/cpsCard.js | 190 + .../packageH/cpsCard/cpsCard.json | 4 + .../packageH/cpsCard/cpsCard.wxml | 61 + .../packageH/cpsCard/cpsCard.wxss | 190 + .../packageH/cpsDetail/cpsDetail.js | 173 + .../packageH/cpsDetail/cpsDetail.json | 4 + .../packageH/cpsDetail/cpsDetail.wxml | 52 + .../packageH/cpsDetail/cpsDetail.wxss | 190 + .../packageH/cpsList/cpsList.js | 118 + .../packageH/cpsList/cpsList.json | 3 + .../packageH/cpsList/cpsList.wxml | 23 + .../packageH/cpsList/cpsList.wxss | 89 + .../packageH/cpsPwd/cpsPwd.js | 109 + .../packageH/cpsPwd/cpsPwd.json | 6 + .../packageH/cpsPwd/cpsPwd.wxml | 16 + .../packageH/cpsPwd/cpsPwd.wxss | 37 + .../packageH/credit_value/DHttp.js | 45 + .../packageH/credit_value/DPagination.js | 84 + .../activate_history/activate_history.js | 94 + .../activate_history/activate_history.json | 7 + .../activate_history/activate_history.wxml | 26 + .../activate_history/activate_history.wxss | 46 + .../packageH/credit_value/common.wxss | 4 + .../components/ScopedPanel/ScopedPanel.js | 23 + .../components/ScopedPanel/ScopedPanel.json | 4 + .../components/ScopedPanel/ScopedPanel.wxml | 4 + .../components/ScopedPanel/ScopedPanel.wxss | 6 + .../created_value_index.js | 60 + .../created_value_index.json | 5 + .../created_value_index.wxml | 51 + .../created_value_index.wxss | 81 + .../packageH/credit_value/give/give.js | 227 + .../packageH/credit_value/give/give.json | 8 + .../packageH/credit_value/give/give.wxml | 49 + .../packageH/credit_value/give/give.wxss | 146 + .../credit_value/give_history/give_history.js | 89 + .../give_history/give_history.json | 7 + .../give_history/give_history.wxml | 30 + .../give_history/give_history.wxss | 54 + .../credit_value/recharge/recharge.js | 77 + .../credit_value/recharge/recharge.json | 5 + .../credit_value/recharge/recharge.wxml | 20 + .../credit_value/recharge/recharge.wxss | 86 + .../credit_value/view_details/view_details.js | 120 + .../view_details/view_details.json | 8 + .../view_details/view_details.wxml | 25 + .../view_details/view_details.wxss | 38 + .../activity_index/activity_index.js | 446 + .../activity_index/activity_index.json | 16 + .../activity_index/activity_index.wxml | 241 + .../activity_index/activity_index.wxss | 448 + .../deposit_group/component/foot/foot.js | 72 + .../deposit_group/component/foot/foot.json | 7 + .../deposit_group/component/foot/foot.wxml | 89 + .../deposit_group/component/foot/foot.wxss | 242 + .../component/goodsDetail/goodsDetail.js | 78 + .../component/goodsDetail/goodsDetail.json | 7 + .../component/goodsDetail/goodsDetail.wxml | 91 + .../component/goodsDetail/goodsDetail.wxss | 178 + .../component/progress/progress.js | 143 + .../component/progress/progress.json | 4 + .../component/progress/progress.wxml | 26 + .../component/progress/progress.wxss | 257 + .../component/sharePoster/sharePoster.js | 76 + .../component/sharePoster/sharePoster.json | 6 + .../component/sharePoster/sharePoster.wxml | 2 + .../component/sharePoster/sharePoster.wxss | 2 + .../deposit_group/rankList/rankList.js | 267 + .../deposit_group/rankList/rankList.json | 10 + .../deposit_group/rankList/rankList.wxml | 87 + .../deposit_group/rankList/rankList.wxss | 233 + .../flightInformation/flightInformation.js | 556 ++ .../flightInformation/flightInformation.json | 13 + .../flightInformation/flightInformation.wxml | 142 + .../flightInformation/flightInformation.wxss | 281 + .../flightInformationDetail.js | 127 + .../flightInformationDetail.json | 5 + .../flightInformationDetail.wxml | 13 + .../flightInformationDetail.wxss | 23 + .../flightInformationDetailList.js | 139 + .../flightInformationDetailList.json | 3 + .../flightInformationDetailList.wxml | 7 + .../flightInformationDetailList.wxss | 17 + .../free_of_charge/Components/Panel/Panel.js | 23 + .../Components/Panel/Panel.json | 4 + .../Components/Panel/Panel.wxml | 4 + .../Components/Panel/Panel.wxss | 6 + .../Components/RecordItem/RecordItem.js | 45 + .../Components/RecordItem/RecordItem.json | 6 + .../Components/RecordItem/RecordItem.wxml | 23 + .../Components/RecordItem/RecordItem.wxss | 64 + .../free_of_charge/FreeDetails/FreeDetails.js | 106 + .../FreeDetails/FreeDetails.json | 7 + .../FreeDetails/FreeDetails.wxml | 20 + .../FreeDetails/FreeDetails.wxss | 84 + .../free_of_charge/FreeLottery/FreeLottery.js | 230 + .../FreeLottery/FreeLottery.json | 7 + .../FreeLottery/FreeLottery.wxml | 51 + .../FreeLottery/FreeLottery.wxss | 291 + .../free_of_charge/FreeRecord/FreeRecord.js | 120 + .../free_of_charge/FreeRecord/FreeRecord.json | 7 + .../free_of_charge/FreeRecord/FreeRecord.wxml | 13 + .../free_of_charge/FreeRecord/FreeRecord.wxss | 14 + .../packageH/free_of_charge/common.js | 16 + .../ShareholderReward/Shareholder_reward.js | 235 + .../ShareholderReward/Shareholder_reward.json | 7 + .../ShareholderReward/Shareholder_reward.wxml | 168 + .../ShareholderReward/Shareholder_reward.wxss | 380 + .../consumeDetails/consumeDetails.js | 75 + .../consumeDetails/consumeDetails.json | 4 + .../consumeDetails/consumeDetails.wxml | 53 + .../consumeDetails/consumeDetails.wxss | 71 + .../consumeMessage/consumeMessage.js | 131 + .../consumeMessage/consumeMessage.json | 4 + .../consumeMessage/consumeMessage.wxml | 31 + .../consumeMessage/consumeMessage.wxss | 22 + .../income/consumeReward/consumeReward.js | 196 + .../income/consumeReward/consumeReward.json | 7 + .../income/consumeReward/consumeReward.wxml | 69 + .../income/consumeReward/consumeReward.wxss | 165 + .../installationSeverAfterApply.js | 146 + .../installationSeverAfterApply.json | 6 + .../installationSeverAfterApply.wxml | 27 + .../installationSeverAfterApply.wxss | 100 + .../installationSeverAftersale.js | 195 + .../installationSeverAftersale.json | 4 + .../installationSeverAftersale.wxml | 36 + .../installationSeverAftersale.wxss | 118 + .../installationSeverApply.js | 761 ++ .../installationSeverApply.json | 14 + .../installationSeverApply.wxml | 198 + .../installationSeverApply.wxss | 773 ++ .../installationSeverDetail.js | 329 + .../installationSeverDetail.json | 7 + .../installationSeverDetail.wxml | 170 + .../installationSeverDetail.wxss | 439 + .../installationSeverDividends.js | 164 + .../installationSeverDividends.json | 7 + .../installationSeverDividends.wxml | 23 + .../installationSeverDividends.wxss | 42 + .../installationSeverExtension.js | 74 + .../installationSeverExtension.json | 3 + .../installationSeverExtension.wxml | 55 + .../installationSeverExtension.wxss | 118 + .../installationSeverHome.js | 378 + .../installationSeverHome.json | 9 + .../installationSeverHome.wxml | 113 + .../installationSeverHome.wxss | 308 + .../installationSeverMemberHome.js | 222 + .../installationSeverMemberHome.json | 9 + .../installationSeverMemberHome.wxml | 78 + .../installationSeverMemberHome.wxss | 206 + .../installationSeverRefund.js | 188 + .../installationSeverRefund.json | 4 + .../installationSeverRefund.wxml | 131 + .../installationSeverRefund.wxss | 259 + .../installationSeverWrite.js | 104 + .../installationSeverWrite.json | 3 + .../installationSeverWrite.wxml | 34 + .../installationSeverWrite.wxss | 103 + .../packageH/interests_give/interests_give.js | 39 + .../interests_give/interests_give.json | 3 + .../interests_give/interests_give.wxml | 7 + .../interests_give/interests_give.wxss | 31 + .../liveAuthorization/liveAuthorization.js | 297 + .../liveAuthorization/liveAuthorization.json | 8 + .../liveAuthorization/liveAuthorization.wxml | 60 + .../liveAuthorization/liveAuthorization.wxss | 234 + .../liveAuthorization_collection.js | 362 + .../liveAuthorization_collection.json | 6 + .../liveAuthorization_collection.wxml | 60 + .../liveAuthorization_collection.wxss | 231 + .../liveAuthorization_detail.js | 139 + .../liveAuthorization_detail.json | 3 + .../liveAuthorization_detail.wxml | 12 + .../liveAuthorization_detail.wxss | 29 + .../liveAuthorization_extension.js | 140 + .../liveAuthorization_extension.json | 6 + .../liveAuthorization_extension.wxml | 22 + .../liveAuthorization_extension.wxss | 64 + .../liveAuthorization_pay.js | 185 + .../liveAuthorization_pay.json | 9 + .../liveAuthorization_pay.wxml | 39 + .../liveAuthorization_pay.wxss | 273 + .../liveAuthorization_scanCode.js | 159 + .../liveAuthorization_scanCode.json | 3 + .../liveAuthorization_scanCode.wxml | 13 + .../liveAuthorization_scanCode.wxss | 62 + .../member/drmIncomeReward/drmIncomeReward.js | 138 + .../drmIncomeReward/drmIncomeReward.json | 9 + .../drmIncomeReward/drmIncomeReward.wxml | 30 + .../drmIncomeReward/drmIncomeReward.wxss | 12 + .../group_details/group_details.js | 183 + .../group_details/group_details.json | 4 + .../group_details/group_details.wxml | 33 + .../group_details/group_details.wxss | 209 + .../member/upgrade_code/index/index.js | 108 + .../member/upgrade_code/index/index.json | 4 + .../member/upgrade_code/index/index.wxml | 24 + .../member/upgrade_code/index/index.wxss | 73 + .../upgrade_result/upgrade_result.js | 86 + .../upgrade_result/upgrade_result.json | 3 + .../upgrade_result/upgrade_result.wxml | 13 + .../upgrade_result/upgrade_result.wxss | 16 + .../member/upgrade_code/used_log/used_log.js | 101 + .../upgrade_code/used_log/used_log.json | 3 + .../upgrade_code/used_log/used_log.wxml | 11 + .../upgrade_code/used_log/used_log.wxss | 45 + .../mycomponent/storeList/storeList.js | 161 + .../mycomponent/storeList/storeList.json | 7 + .../mycomponent/storeList/storeList.wxml | 134 + .../mycomponent/storeList/storeList.wxss | 434 + .../components/draw_qrcode/draw_qrcode.js | 75 + .../components/draw_qrcode/draw_qrcode.json | 6 + .../components/draw_qrcode/draw_qrcode.wxml | 3 + .../components/draw_qrcode/draw_qrcode.wxss | 2 + .../yz_addressList/yz_addressList.js | 533 ++ .../yz_addressList/yz_addressList.json | 11 + .../yz_addressList/yz_addressList.wxml | 112 + .../yz_addressList/yz_addressList.wxss | 196 + .../components/yz_goodsPopup/yz_goodsPopup.js | 94 + .../yz_goodsPopup/yz_goodsPopup.json | 7 + .../yz_goodsPopup/yz_goodsPopup.wxml | 87 + .../yz_goodsPopup/yz_goodsPopup.wxss | 145 + .../lotteryComplaint/lotteryComplaint.js | 152 + .../lotteryComplaint/lotteryComplaint.json | 6 + .../lotteryComplaint/lotteryComplaint.wxml | 11 + .../lotteryComplaint/lotteryComplaint.wxss | 35 + .../packageH/newDraw/luckyDraw/luckyDraw.js | 234 + .../packageH/newDraw/luckyDraw/luckyDraw.json | 9 + .../packageH/newDraw/luckyDraw/luckyDraw.wxml | 38 + .../packageH/newDraw/luckyDraw/luckyDraw.wxss | 120 + .../packageH/newDraw/mydraw/mydraw.js | 110 + .../packageH/newDraw/mydraw/mydraw.json | 4 + .../packageH/newDraw/mydraw/mydraw.wxml | 51 + .../packageH/newDraw/mydraw/mydraw.wxss | 92 + .../newDraw/newDrawIndex/newDrawIndex.js | 565 ++ .../newDraw/newDrawIndex/newDrawIndex.json | 14 + .../newDraw/newDrawIndex/newDrawIndex.wxml | 167 + .../newDraw/newDrawIndex/newDrawIndex.wxss | 492 + .../newDraw/newDrawMyPrize/newDrawMyPrize.js | 229 + .../newDrawMyPrize/newDrawMyPrize.json | 8 + .../newDrawMyPrize/newDrawMyPrize.wxml | 35 + .../newDrawMyPrize/newDrawMyPrize.wxss | 85 + .../newDrawRecommentReward.js | 256 + .../newDrawRecommentReward.json | 9 + .../newDrawRecommentReward.wxml | 59 + .../newDrawRecommentReward.wxss | 184 + .../packageH/newDraw/payment/payment.js | 120 + .../packageH/newDraw/payment/payment.json | 8 + .../packageH/newDraw/payment/payment.wxml | 31 + .../packageH/newDraw/payment/payment.wxss | 273 + .../newDraw/winnersList/winnersList.js | 133 + .../newDraw/winnersList/winnersList.json | 4 + .../newDraw/winnersList/winnersList.wxml | 16 + .../newDraw/winnersList/winnersList.wxss | 67 + .../newRetail/components/goodlist/goodlist.js | 35 + .../components/goodlist/goodlist.json | 4 + .../components/goodlist/goodlist.wxml | 18 + .../components/goodlist/goodlist.wxss | 65 + .../newRetailIndex/newRetailIndex.js | 191 + .../newRetailIndex/newRetailIndex.json | 6 + .../newRetailIndex/newRetailIndex.wxml | 50 + .../newRetailIndex/newRetailIndex.wxss | 120 + .../newRetailInventory/newRetailInventory.js | 299 + .../newRetailInventory.json | 12 + .../newRetailInventory.wxml | 55 + .../newRetailInventory.wxss | 167 + .../newRetailRetailLink.js | 191 + .../newRetailRetailLink.json | 5 + .../newRetailRetailLink.wxml | 38 + .../newRetailRetailLink.wxss | 128 + .../newRetailSalesExtension.js | 194 + .../newRetailSalesExtension.json | 7 + .../newRetailSalesExtension.wxml | 44 + .../newRetailSalesExtension.wxss | 133 + .../newRetailSalesRecord.js | 175 + .../newRetailSalesRecord.json | 8 + .../newRetailSalesRecord.wxml | 22 + .../newRetailSalesRecord.wxss | 42 + .../newRetailSalesRecordDetail.js | 100 + .../newRetailSalesRecordDetail.json | 3 + .../newRetailSalesRecordDetail.wxml | 41 + .../newRetailSalesRecordDetail.wxss | 124 + .../newRetailSearch/newRetailSearch.js | 164 + .../newRetailSearch/newRetailSearch.json | 6 + .../newRetailSearch/newRetailSearch.wxml | 12 + .../newRetailSearch/newRetailSearch.wxss | 1 + .../newRetail_agencyPackage.js | 195 + .../newRetail_agencyPackage.json | 5 + .../newRetail_agencyPackage.wxml | 25 + .../newRetail_agencyPackage.wxss | 75 + .../o2o/communityStore/communityStore.js | 185 + .../o2o/communityStore/communityStore.json | 6 + .../o2o/communityStore/communityStore.wxml | 39 + .../o2o/communityStore/communityStore.wxss | 164 + .../communityStoreDetails.js | 220 + .../communityStoreDetails.json | 8 + .../communityStoreDetails.wxml | 73 + .../communityStoreDetails.wxss | 166 + .../storeConsumeIncme/storeConsumeIncme.js | 168 + .../storeConsumeIncme/storeConsumeIncme.json | 15 + .../storeConsumeIncme/storeConsumeIncme.wxml | 31 + .../storeConsumeIncme/storeConsumeIncme.wxss | 94 + .../storeConsumeIndex/storeConsumeIndex.js | 227 + .../storeConsumeIndex/storeConsumeIndex.json | 15 + .../storeConsumeIndex/storeConsumeIndex.wxml | 48 + .../storeConsumeIndex/storeConsumeIndex.wxss | 177 + .../o2o/storeConsumeShow/storeConsumeShow.js | 110 + .../storeConsumeShow/storeConsumeShow.json | 15 + .../storeConsumeShow/storeConsumeShow.wxml | 10 + .../storeConsumeShow/storeConsumeShow.wxss | 24 + .../storeConsumeStore/storeConsumeStore.js | 149 + .../storeConsumeStore/storeConsumeStore.json | 15 + .../storeConsumeStore/storeConsumeStore.wxml | 27 + .../storeConsumeStore/storeConsumeStore.wxss | 83 + .../o2o/storeConsumeUse/storeConsumeUse.js | 184 + .../o2o/storeConsumeUse/storeConsumeUse.json | 15 + .../o2o/storeConsumeUse/storeConsumeUse.wxml | 20 + .../o2o/storeConsumeUse/storeConsumeUse.wxss | 63 + .../orderImportApply/orderImportApply.js | 149 + .../orderImportApply/orderImportApply.json | 4 + .../orderImportApply/orderImportApply.wxml | 40 + .../orderImportApply/orderImportApply.wxss | 158 + .../orderImportIndex/orderImportIndex.js | 241 + .../orderImportIndex/orderImportIndex.json | 4 + .../orderImportIndex/orderImportIndex.wxml | 174 + .../orderImportIndex/orderImportIndex.wxss | 388 + .../BusinessVerification.js | 179 + .../BusinessVerification.json | 9 + .../BusinessVerification.wxml | 37 + .../BusinessVerification.wxss | 40 + .../CategoryProjectList.js | 122 + .../CategoryProjectList.json | 8 + .../CategoryProjectList.wxml | 12 + .../CategoryProjectList.wxss | 7 + .../MoreStores/MoreStores.js | 166 + .../MoreStores/MoreStores.json | 11 + .../MoreStores/MoreStores.wxml | 22 + .../MoreStores/MoreStores.wxss | 48 + .../MyProject/MyProject.js | 264 + .../MyProject/MyProject.json | 18 + .../MyProject/MyProject.wxml | 83 + .../MyProject/MyProject.wxss | 148 + .../SearchProject/SearchProject.js | 114 + .../SearchProject/SearchProject.json | 8 + .../SearchProject/SearchProject.wxml | 12 + .../SearchProject/SearchProject.wxss | 6 + .../StoreVerification/StoreVerification.js | 117 + .../StoreVerification/StoreVerification.json | 6 + .../StoreVerification/StoreVerification.wxml | 17 + .../StoreVerification/StoreVerification.wxss | 54 + .../VerificationProjectDetails.js | 106 + .../VerificationProjectDetails.json | 8 + .../VerificationProjectDetails.wxml | 85 + .../VerificationProjectDetails.wxss | 270 + .../VerificationProjectList.js | 161 + .../VerificationProjectList.json | 8 + .../VerificationProjectList.wxml | 73 + .../VerificationProjectList.wxss | 195 + .../project_verification/WriteOff/WriteOff.js | 129 + .../WriteOff/WriteOff.json | 7 + .../WriteOff/WriteOff.wxml | 21 + .../WriteOff/WriteOff.wxss | 101 + .../WriteOffRecord/WriteOffRecord.js | 235 + .../WriteOffRecord/WriteOffRecord.json | 13 + .../WriteOffRecord/WriteOffRecord.wxml | 65 + .../WriteOffRecord/WriteOffRecord.wxss | 119 + .../packageH/project_verification/common.js | 95 + .../components/location/location.js | 97 + .../components/location/location.json | 4 + .../components/location/location.wxml | 22 + .../components/location/location.wxss | 85 + .../operationButton/operationButton.js | 24 + .../operationButton/operationButton.json | 6 + .../operationButton/operationButton.wxml | 4 + .../operationButton/operationButton.wxss | 10 + .../components/panel/panel.js | 45 + .../components/panel/panel.json | 4 + .../components/panel/panel.wxml | 12 + .../components/panel/panel.wxss | 37 + .../components/projectItem/projectItem.js | 22 + .../components/projectItem/projectItem.json | 4 + .../components/projectItem/projectItem.wxml | 32 + .../components/projectItem/projectItem.wxss | 87 + .../components/projectLR/projectLR.js | 54 + .../components/projectLR/projectLR.json | 4 + .../components/projectLR/projectLR.wxml | 38 + .../components/projectLR/projectLR.wxss | 106 + .../components/shortcutMenu/shortcutMenu.js | 48 + .../components/shortcutMenu/shortcutMenu.json | 6 + .../components/shortcutMenu/shortcutMenu.wxml | 10 + .../components/shortcutMenu/shortcutMenu.wxss | 16 + .../components/storeItem/storeItem.js | 48 + .../components/storeItem/storeItem.json | 4 + .../components/storeItem/storeItem.wxml | 16 + .../components/storeItem/storeItem.wxss | 57 + .../recommend_reward/recommend_reward.js | 180 + .../recommend_reward/recommend_reward.json | 7 + .../recommend_reward/recommend_reward.wxml | 54 + .../recommend_reward/recommend_reward.wxss | 108 + .../packageH/region/my_agency/my_agency.js | 109 + .../packageH/region/my_agency/my_agency.json | 6 + .../packageH/region/my_agency/my_agency.wxml | 13 + .../packageH/region/my_agency/my_agency.wxss | 45 + .../region/region_agency/region_agentcy.js | 115 + .../region/region_agency/region_agentcy.json | 10 + .../region/region_agency/region_agentcy.wxml | 23 + .../region/region_agency/region_agentcy.wxss | 27 + .../packageH/reserveFunds/getlist/getlist.js | 146 + .../reserveFunds/getlist/getlist.json | 4 + .../reserveFunds/getlist/getlist.wxml | 8 + .../reserveFunds/getlist/getlist.wxss | 34 + .../packageH/reserveFunds/index/index.js | 217 + .../packageH/reserveFunds/index/index.json | 8 + .../packageH/reserveFunds/index/index.wxml | 109 + .../packageH/reserveFunds/index/index.wxss | 152 + .../reserveFundsSuccess.js | 136 + .../reserveFundsSuccess.json | 8 + .../reserveFundsSuccess.wxml | 22 + .../reserveFundsSuccess.wxss | 57 + .../rightsInterests/rightsInterests.js | 148 + .../rightsInterests/rightsInterests.json | 6 + .../rightsInterests/rightsInterests.wxml | 53 + .../rightsInterests/rightsInterests.wxss | 104 + .../schoolCompanyBind/schoolCompanyBind.js | 137 + .../schoolCompanyBind/schoolCompanyBind.json | 4 + .../schoolCompanyBind/schoolCompanyBind.wxml | 17 + .../schoolCompanyBind/schoolCompanyBind.wxss | 77 + .../schoolCompanyDetails.js | 83 + .../schoolCompanyDetails.json | 4 + .../schoolCompanyDetails.wxml | 62 + .../schoolCompanyDetails.wxss | 193 + .../schoolCompanyExtend.js | 124 + .../schoolCompanyExtend.json | 7 + .../schoolCompanyExtend.wxml | 56 + .../schoolCompanyExtend.wxss | 162 + .../schoolCompanyIndex/schoolCompanyIndex.js | 84 + .../schoolCompanyIndex.json | 4 + .../schoolCompanyIndex.wxml | 45 + .../schoolCompanyIndex.wxss | 149 + .../schoolCompanyNum/schoolCompanyNum.js | 118 + .../schoolCompanyNum/schoolCompanyNum.json | 4 + .../schoolCompanyNum/schoolCompanyNum.wxml | 11 + .../schoolCompanyNum/schoolCompanyNum.wxss | 22 + .../schoolCompanyReceive.js | 116 + .../schoolCompanyReceive.json | 6 + .../schoolCompanyReceive.wxml | 25 + .../schoolCompanyReceive.wxss | 90 + .../schoolCompanyRecord.js | 122 + .../schoolCompanyRecord.json | 4 + .../schoolCompanyRecord.wxml | 17 + .../schoolCompanyRecord.wxss | 26 + .../packageH/shareProfit/shareProfit.js | 130 + .../packageH/shareProfit/shareProfit.json | 9 + .../packageH/shareProfit/shareProfit.wxml | 39 + .../packageH/shareProfit/shareProfit.wxss | 13 + .../packageH/share_reward/share_reward.js | 180 + .../packageH/share_reward/share_reward.json | 7 + .../packageH/share_reward/share_reward.wxml | 53 + .../packageH/share_reward/share_reward.wxss | 108 + .../shopRanking/shopRanking/shopRanking.js | 185 + .../shopRanking/shopRanking/shopRanking.json | 8 + .../shopRanking/shopRanking/shopRanking.wxml | 44 + .../shopRanking/shopRanking/shopRanking.wxss | 128 + .../shopRankingList/shopRankingList.js | 144 + .../shopRankingList/shopRankingList.json | 3 + .../shopRankingList/shopRankingList.wxml | 104 + .../shopRankingList/shopRankingList.wxss | 146 + .../signIndexPlu/contractList/contractList.js | 231 + .../contractList/contractList.json | 7 + .../contractList/contractList.wxml | 64 + .../contractList/contractList.wxss | 113 + .../identifyResult/identifyResult.js | 205 + .../identifyResult/identifyResult.json | 4 + .../identifyResult/identifyResult.wxml | 80 + .../identifyResult/identifyResult.wxss | 41 + .../signIndexPlu/personBank/personBank.js | 360 + .../signIndexPlu/personBank/personBank.json | 13 + .../signIndexPlu/personBank/personBank.wxml | 129 + .../signIndexPlu/personBank/personBank.wxss | 67 + .../signIndexPlu/signCompany/signCompany.js | 245 + .../signIndexPlu/signCompany/signCompany.json | 12 + .../signIndexPlu/signCompany/signCompany.wxml | 81 + .../signIndexPlu/signCompany/signCompany.wxss | 103 + .../signIndexPlu/signIndex/signIndex.js | 63 + .../signIndexPlu/signIndex/signIndex.json | 6 + .../signIndexPlu/signIndex/signIndex.wxml | 41 + .../signIndexPlu/signIndex/signIndex.wxss | 140 + .../packageH/signIndexPlu/signPage.js | 42 + .../packageH/signIndexPlu/signPage.json | 4 + .../packageH/signIndexPlu/signPage.wxml | 2 + .../packageH/signIndexPlu/signPage.wxss | 1 + .../packageH/signPage/addStaff/addStaff.js | 146 + .../packageH/signPage/addStaff/addStaff.json | 7 + .../packageH/signPage/addStaff/addStaff.wxml | 66 + .../packageH/signPage/addStaff/addStaff.wxss | 41 + .../component/sign_button/sign_button.js | 43 + .../component/sign_button/sign_button.json | 4 + .../component/sign_button/sign_button.wxml | 14 + .../component/sign_button/sign_button.wxss | 29 + .../signPage/contractBills/contractBills.js | 139 + .../signPage/contractBills/contractBills.json | 6 + .../signPage/contractBills/contractBills.wxml | 74 + .../signPage/contractBills/contractBills.wxss | 103 + .../signPage/contractList/contractList.js | 252 + .../signPage/contractList/contractList.json | 8 + .../signPage/contractList/contractList.wxml | 76 + .../signPage/contractList/contractList.wxss | 61 + .../signPage/identifyResult/identifyResult.js | 131 + .../identifyResult/identifyResult.json | 4 + .../identifyResult/identifyResult.wxml | 78 + .../identifyResult/identifyResult.wxss | 41 + .../signPage/personBank/personBank.js | 619 ++ .../signPage/personBank/personBank.json | 14 + .../signPage/personBank/personBank.wxml | 200 + .../signPage/personBank/personBank.wxss | 96 + .../signPage/signCompany/signCompany.js | 268 + .../signPage/signCompany/signCompany.json | 13 + .../signPage/signCompany/signCompany.wxml | 122 + .../signPage/signCompany/signCompany.wxss | 103 + .../packageH/signPage/signIndex/signIndex.js | 75 + .../signPage/signIndex/signIndex.json | 6 + .../signPage/signIndex/signIndex.wxml | 69 + .../signPage/signIndex/signIndex.wxss | 140 + .../packageH/signPage/signPage.js | 42 + .../packageH/signPage/signPage.json | 4 + .../packageH/signPage/signPage.wxml | 2 + .../packageH/signPage/signPage.wxss | 1 + .../staffManagement/staffManagement.js | 197 + .../staffManagement/staffManagement.json | 5 + .../staffManagement/staffManagement.wxml | 51 + .../staffManagement/staffManagement.wxss | 69 + .../starMusicEspNumber/starMusicEspNumber.js | 113 + .../starMusicEspNumber.json | 4 + .../starMusicEspNumber.wxml | 22 + .../starMusicEspNumber.wxss | 36 + .../starMusicGroupDetails.js | 929 ++ .../starMusicGroupDetails.json | 15 + .../starMusicGroupDetails.wxml | 383 + .../starMusicGroupDetails.wxss | 1928 ++++ .../starMusicIndex/starMusicIndex.js | 157 + .../starMusicIndex/starMusicIndex.json | 6 + .../starMusicIndex/starMusicIndex.wxml | 98 + .../starMusicIndex/starMusicIndex.wxss | 231 + .../starMusicListGroup/starMusicListGroup.js | 139 + .../starMusicListGroup.json | 6 + .../starMusicListGroup.wxml | 25 + .../starMusicListGroup.wxss | 77 + .../starMusic/starMusicMy/starMusicMy.js | 86 + .../starMusic/starMusicMy/starMusicMy.json | 4 + .../starMusic/starMusicMy/starMusicMy.wxml | 36 + .../starMusic/starMusicMy/starMusicMy.wxss | 107 + .../starMusicOpenGroup/starMusicOpenGroup.js | 170 + .../starMusicOpenGroup.json | 4 + .../starMusicOpenGroup.wxml | 35 + .../starMusicOpenGroup.wxss | 89 + .../starMusicPersonalGroup.js | 201 + .../starMusicPersonalGroup.json | 6 + .../starMusicPersonalGroup.wxml | 58 + .../starMusicPersonalGroup.wxss | 186 + .../starMusicRewardsRecord.js | 147 + .../starMusicRewardsRecord.json | 4 + .../starMusicRewardsRecord.wxml | 43 + .../starMusicRewardsRecord.wxss | 154 + .../goods_item/goods_item.js | 9 + .../goods_item/goods_item.json | 3 + .../goods_item/goods_item.wxml | 18 + .../goods_item/goods_item.wxss | 75 + .../stock/_module_components/header/header.js | 24 + .../_module_components/header/header.json | 3 + .../_module_components/header/header.wxml | 14 + .../_module_components/header/header.wxss | 60 + .../income_list/income_list.js | 24 + .../income_list/income_list.json | 3 + .../income_list/income_list.wxml | 32 + .../income_list/income_list.wxss | 27 + .../order_item/order_item.js | 21 + .../order_item/order_item.json | 3 + .../order_item/order_item.wxml | 13 + .../order_item/order_item.wxss | 28 + .../stock/agencyDividend/agencyDividend.js | 137 + .../stock/agencyDividend/agencyDividend.json | 8 + .../stock/agencyDividend/agencyDividend.wxml | 32 + .../stock/agencyDividend/agencyDividend.wxss | 95 + .../packageH/stock/details/details.js | 95 + .../packageH/stock/details/details.json | 5 + .../packageH/stock/details/details.wxml | 29 + .../packageH/stock/details/details.wxss | 86 + .../packageH/stock/guide/guide.js | 135 + .../packageH/stock/guide/guide.json | 7 + .../packageH/stock/guide/guide.wxml | 21 + .../packageH/stock/guide/guide.wxss | 52 + .../packageH/stock/index/index.js | 71 + .../packageH/stock/index/index.json | 6 + .../packageH/stock/index/index.wxml | 13 + .../packageH/stock/index/index.wxss | 35 + .../packageH/stock/my/my.js | 98 + .../packageH/stock/my/my.json | 6 + .../packageH/stock/my/my.wxml | 7 + .../packageH/stock/my/my.wxss | 9 + .../promotion_center/promotion_center.js | 146 + .../promotion_center/promotion_center.json | 9 + .../promotion_center/promotion_center.wxml | 39 + .../promotion_center/promotion_center.wxss | 87 + .../components/order_info/order_info.js | 34 + .../components/order_info/order_info.json | 4 + .../components/order_info/order_info.wxml | 28 + .../components/order_info/order_info.wxss | 85 + .../superiorPaymentDetails.js | 104 + .../superiorPaymentDetails.json | 5 + .../superiorPaymentDetails.wxml | 45 + .../superiorPaymentDetails.wxss | 78 + .../superiorPaymentExtension.js | 134 + .../superiorPaymentExtension.json | 6 + .../superiorPaymentExtension.wxml | 54 + .../superiorPaymentExtension.wxss | 121 + .../superiorPaymentIndex.js | 156 + .../superiorPaymentIndex.json | 5 + .../superiorPaymentIndex.wxml | 39 + .../superiorPaymentIndex.wxss | 126 + .../superiorPaymentPay/superiorPaymentPay.js | 147 + .../superiorPaymentPay.json | 6 + .../superiorPaymentPay.wxml | 23 + .../superiorPaymentPay.wxss | 66 + .../toker/memberTokerCard/memberTokerCard.js | 136 + .../memberTokerCard/memberTokerCard.json | 4 + .../memberTokerCard/memberTokerCard.wxml | 59 + .../memberTokerCard/memberTokerCard.wxss | 162 + .../packageH/toker/tokerCode/tokerCode.js | 88 + .../packageH/toker/tokerCode/tokerCode.json | 4 + .../packageH/toker/tokerCode/tokerCode.wxml | 11 + .../packageH/toker/tokerCode/tokerCode.wxss | 21 + .../packageH/toker/tokerIndex/tokerIndex.js | 133 + .../packageH/toker/tokerIndex/tokerIndex.json | 7 + .../packageH/toker/tokerIndex/tokerIndex.wxml | 50 + .../packageH/toker/tokerIndex/tokerIndex.wxss | 113 + .../toker/tokerMerchant/tokerMerchant.js | 180 + .../toker/tokerMerchant/tokerMerchant.json | 7 + .../toker/tokerMerchant/tokerMerchant.wxml | 88 + .../toker/tokerMerchant/tokerMerchant.wxss | 428 + .../toker/tokerSetMeal/tokerSetMeal.js | 122 + .../toker/tokerSetMeal/tokerSetMeal.json | 7 + .../toker/tokerSetMeal/tokerSetMeal.wxml | 74 + .../toker/tokerSetMeal/tokerSetMeal.wxss | 362 + .../turmaroundTime/timeMonthYear/monthYear.js | 220 + .../timeMonthYear/monthYear.json | 12 + .../timeMonthYear/monthYear.wxml | 21 + .../timeMonthYear/monthYear.wxss | 44 + .../turmaroundIndex/turmaroundIndex.js | 901 ++ .../turmaroundIndex/turmaroundIndex.json | 12 + .../turmaroundIndex/turmaroundIndex.wxml | 283 + .../turmaroundIndex/turmaroundIndex.wxss | 643 ++ .../turmaroundMy/turmaroundMy.js | 492 + .../turmaroundMy/turmaroundMy.json | 10 + .../turmaroundMy/turmaroundMy.wxml | 166 + .../turmaroundMy/turmaroundMy.wxss | 329 + .../AdBright/AdBrightIndex/AdBrightIndex.js | 170 + .../AdBright/AdBrightIndex/AdBrightIndex.json | 6 + .../AdBright/AdBrightIndex/AdBrightIndex.wxml | 53 + .../AdBright/AdBrightIndex/AdBrightIndex.wxss | 136 + .../AdBright/AdBrightPage/AdBrightPage.js | 317 + .../AdBright/AdBrightPage/AdBrightPage.json | 6 + .../AdBright/AdBrightPage/AdBrightPage.wxml | 2 + .../AdBright/AdBrightPage/AdBrightPage.wxss | 1 + .../AdBright/adBrightPoint/adBrightPoint.js | 133 + .../AdBright/adBrightPoint/adBrightPoint.json | 4 + .../AdBright/adBrightPoint/adBrightPoint.wxml | 14 + .../AdBright/adBrightPoint/adBrightPoint.wxss | 25 + .../packageI/AdBright/adService.js | 280 + .../allowanceAchievement.js | 158 + .../allowanceAchievement.json | 3 + .../allowanceAchievement.wxml | 62 + .../allowanceAchievement.wxss | 219 + .../allowanceIndex/allowanceIndex.js | 128 + .../allowanceIndex/allowanceIndex.json | 6 + .../allowanceIndex/allowanceIndex.wxml | 57 + .../allowanceIndex/allowanceIndex.wxss | 182 + .../allowanceReward/allowanceReward.js | 256 + .../allowanceReward/allowanceReward.json | 6 + .../allowanceReward/allowanceReward.wxml | 71 + .../allowanceReward/allowanceReward.wxss | 181 + .../allowanceTeam/allowanceTeam.js | 86 + .../allowanceTeam/allowanceTeam.json | 6 + .../allowanceTeam/allowanceTeam.wxml | 28 + .../allowanceTeam/allowanceTeam.wxss | 51 + .../brandResourcesIndex.js | 165 + .../brandResourcesIndex.json | 8 + .../brandResourcesIndex.wxml | 62 + .../brandResourcesIndex.wxss | 177 + .../tab-sticky/tab-sticky.js | 157 + .../tab-sticky/tab-sticky.json | 4 + .../tab-sticky/tab-sticky.wxml | 5 + .../tab-sticky/tab-sticky.wxss | 3 + .../cardVoucherInfo/cardVoucherInfo.js | 104 + .../cardVoucherInfo/cardVoucherInfo.json | 6 + .../cardVoucherInfo/cardVoucherInfo.wxml | 30 + .../cardVoucherInfo/cardVoucherInfo.wxss | 76 + .../commissionExtraIndex.js | 188 + .../commissionExtraIndex.json | 8 + .../commissionExtraIndex.wxml | 51 + .../commissionExtraIndex.wxss | 115 + .../components/adbright-ad/adbright-ad.js | 7 + .../components/adbright-ad/adbright-ad.json | 7 + .../components/adbright-ad/adbright-ad.wxml | 18 + .../components/adbright-ad/adbright-ad.wxss | 1 + .../components/orderList/orderList.js | 1215 +++ .../components/orderList/orderList.json | 15 + .../components/orderList/orderList.wxml | 223 + .../components/orderList/orderList.wxss | 529 ++ .../components/signature/signature.js | 209 + .../components/signature/signature.json | 4 + .../components/signature/signature.wxml | 15 + .../components/signature/signature.wxss | 73 + .../components/weixin-ad/weixin-ad.js | 6 + .../components/weixin-ad/weixin-ad.json | 4 + .../components/weixin-ad/weixin-ad.wxml | 9 + .../components/weixin-ad/weixin-ad.wxss | 1 + .../yz_addressList/yz_addressList.js | 599 ++ .../yz_addressList/yz_addressList.json | 12 + .../yz_addressList/yz_addressList.wxml | 116 + .../yz_addressList/yz_addressList.wxss | 243 + .../components/yz_goodsPopup/yz_goodsPopup.js | 74 + .../yz_goodsPopup/yz_goodsPopup.json | 7 + .../yz_goodsPopup/yz_goodsPopup.wxml | 88 + .../yz_goodsPopup/yz_goodsPopup.wxss | 152 + .../packageI/components/yz_specs/yz_specs.js | 558 ++ .../components/yz_specs/yz_specs.json | 7 + .../components/yz_specs/yz_specs.wxml | 69 + .../components/yz_specs/yz_specs.wxss | 303 + .../packageI/components/yz_wap/yz_wapmap.js | 416 + .../packageI/components/yz_wap/yz_wapmap.json | 6 + .../packageI/components/yz_wap/yz_wapmap.wxml | 46 + .../packageI/components/yz_wap/yz_wapmap.wxss | 139 + .../packageI/cps/cpsExtension.js | 351 + .../packageI/cps/cpsExtension.json | 11 + .../packageI/cps/cpsExtension.wxml | 142 + .../packageI/cps/cpsExtension.wxss | 445 + .../dealerTaskRewardIndex.js | 191 + .../dealerTaskRewardIndex.json | 6 + .../dealerTaskRewardIndex.wxml | 94 + .../dealerTaskRewardIndex.wxss | 221 + .../dealerTaskRewardRecord.js | 90 + .../dealerTaskRewardRecord.json | 3 + .../dealerTaskRewardRecord.wxml | 27 + .../dealerTaskRewardRecord.wxss | 38 + .../diyRormProveDetail/diyRormProveDetail.js | 110 + .../diyRormProveDetail.json | 8 + .../diyRormProveDetail.wxml | 11 + .../diyRormProveDetail.wxss | 32 + .../diyRormProveIndex/diyRormProveIndex.js | 160 + .../diyRormProveIndex/diyRormProveIndex.json | 7 + .../diyRormProveIndex/diyRormProveIndex.wxml | 14 + .../diyRormProveIndex/diyRormProveIndex.wxss | 21 + .../diyRormProveLog/diyRormProveLog.js | 154 + .../diyRormProveLog/diyRormProveLog.json | 3 + .../diyRormProveLog/diyRormProveLog.wxml | 10 + .../diyRormProveLog/diyRormProveLog.wxss | 20 + .../diyRormProveSubmit/diyRormProveSubmit.js | 376 + .../diyRormProveSubmit.json | 9 + .../diyRormProveSubmit.wxml | 26 + .../diyRormProveSubmit.wxss | 32 + .../donationProjectDetails.js | 204 + .../donationProjectDetails.json | 6 + .../donationProjectDetails.wxml | 110 + .../donationProjectDetails.wxss | 298 + .../donationProjectIndex.js | 134 + .../donationProjectIndex.json | 4 + .../donationProjectIndex.wxml | 85 + .../donationProjectIndex.wxss | 208 + .../donationProjectInfo.js | 152 + .../donationProjectInfo.json | 4 + .../donationProjectInfo.wxml | 19 + .../donationProjectInfo.wxss | 49 + .../donationProjectList.js | 149 + .../donationProjectList.json | 4 + .../donationProjectList.wxml | 26 + .../donationProjectList.wxss | 68 + .../donationProjectPicture.js | 190 + .../donationProjectPicture.json | 4 + .../donationProjectPicture.wxml | 26 + .../donationProjectPicture.wxss | 43 + .../donationProjectSearch.js | 157 + .../donationProjectSearch.json | 4 + .../donationProjectSearch.wxml | 30 + .../donationProjectSearch.wxss | 91 + .../donationProjectVideo.js | 176 + .../donationProjectVideo.json | 4 + .../donationProjectVideo.wxml | 21 + .../donationProjectVideo.wxss | 35 + .../gratitudeRewardIndex.js | 157 + .../gratitudeRewardIndex.json | 7 + .../gratitudeRewardIndex.wxml | 61 + .../gratitudeRewardIndex.wxss | 146 + .../components/homeListItem/homeListItem.js | 29 + .../components/homeListItem/homeListItem.json | 4 + .../components/homeListItem/homeListItem.wxml | 16 + .../components/homeListItem/homeListItem.wxss | 88 + .../components/my-group-cell/my-group-cell.js | 48 + .../my-group-cell/my-group-cell.json | 6 + .../my-group-cell/my-group-cell.wxml | 32 + .../my-group-cell/my-group-cell.wxss | 128 + .../components/yz_specsV2/yz_specs.js | 381 + .../components/yz_specsV2/yz_specs.json | 11 + .../components/yz_specsV2/yz_specs.wxml | 84 + .../components/yz_specsV2/yz_specs.wxss | 255 + .../groupWorkDetail/groupWorkDetail.js | 321 + .../groupWorkDetail/groupWorkDetail.json | 10 + .../groupWorkDetail/groupWorkDetail.wxml | 122 + .../groupWorkDetail/groupWorkDetail.wxss | 391 + .../groupWorkIndex/groupWorkIndex.js | 273 + .../groupWorkIndex/groupWorkIndex.json | 10 + .../groupWorkIndex/groupWorkIndex.wxml | 54 + .../groupWorkIndex/groupWorkIndex.wxss | 158 + .../groupWork/groupWorkMy/groupWorkMy.js | 319 + .../groupWork/groupWorkMy/groupWorkMy.json | 9 + .../groupWork/groupWorkMy/groupWorkMy.wxml | 63 + .../groupWork/groupWorkMy/groupWorkMy.wxss | 99 + .../handwrittenEsignIndex.js | 219 + .../handwrittenEsignIndex.json | 9 + .../handwrittenEsignIndex.wxml | 37 + .../handwrittenEsignIndex.wxss | 86 + .../handwrittenEsignLog.js | 193 + .../handwrittenEsignLog.json | 9 + .../handwrittenEsignLog.wxml | 20 + .../handwrittenEsignLog.wxss | 47 + .../independenceBalance.js | 121 + .../independenceBalance.json | 6 + .../independenceBalance.wxml | 28 + .../independenceBalance.wxss | 89 + .../mycomponent/order_pay/pay_order.js | 826 ++ .../mycomponent/order_pay/pay_order.json | 14 + .../mycomponent/order_pay/pay_order.wxml | 161 + .../mycomponent/order_pay/pay_order.wxss | 763 ++ .../storeBalance/balance_recharge.js | 307 + .../storeBalance/balance_recharge.json | 9 + .../storeBalance/balance_recharge.wxml | 82 + .../storeBalance/balance_recharge.wxss | 417 + .../storeBalanceDetail/storeBalanceDetail.js | 154 + .../storeBalanceDetail.json | 7 + .../storeBalanceDetail.wxml | 25 + .../storeBalanceDetail.wxss | 34 + .../invoice/components/cell-item/cell-item.js | 32 + .../components/cell-item/cell-item.json | 4 + .../components/cell-item/cell-item.wxml | 6 + .../components/cell-item/cell-item.wxss | 16 + .../childInvoiceBearer/childInvoiceBearer.js | 119 + .../childInvoiceBearer.json | 9 + .../childInvoiceBearer.wxml | 57 + .../childInvoiceBearer.wxss | 107 + .../components/childInvoiced/childInvoiced.js | 53 + .../childInvoiced/childInvoiced.json | 8 + .../childInvoiced/childInvoiced.wxml | 46 + .../childInvoiced/childInvoiced.wxss | 49 + .../childOrderList/childOrderList.js | 109 + .../childOrderList/childOrderList.json | 8 + .../childOrderList/childOrderList.wxml | 4 + .../childOrderList/childOrderList.wxss | 1 + .../components/invoice-pop/invoice-pop.js | 283 + .../components/invoice-pop/invoice-pop.json | 8 + .../components/invoice-pop/invoice-pop.wxml | 171 + .../components/invoice-pop/invoice-pop.wxss | 285 + .../components/progress-step/progress-step.js | 27 + .../progress-step/progress-step.json | 4 + .../progress-step/progress-step.wxml | 14 + .../progress-step/progress-step.wxss | 52 + .../invoice-details/invoice-details.js | 134 + .../invoice-details/invoice-details.json | 12 + .../invoice-details/invoice-details.wxml | 112 + .../invoice-details/invoice-details.wxss | 214 + .../invoice/invoiceCenter/invoiceCenter.js | 136 + .../invoice/invoiceCenter/invoiceCenter.json | 12 + .../invoice/invoiceCenter/invoiceCenter.wxml | 27 + .../invoice/invoiceCenter/invoiceCenter.wxss | 8 + .../invoiceOperation/invoiceOperation.js | 146 + .../invoiceOperation/invoiceOperation.json | 11 + .../invoiceOperation/invoiceOperation.wxml | 37 + .../invoiceOperation/invoiceOperation.wxss | 67 + .../packageI/member_cancel/member_cancel.js | 358 + .../packageI/member_cancel/member_cancel.json | 9 + .../packageI/member_cancel/member_cancel.wxml | 61 + .../packageI/member_cancel/member_cancel.wxss | 151 + .../newGroup/contribution/contribution.js | 169 + .../newGroup/contribution/contribution.json | 6 + .../newGroup/contribution/contribution.wxml | 40 + .../newGroup/contribution/contribution.wxss | 148 + .../contributionDetail/contributionDetail.js | 141 + .../contributionDetail.json | 3 + .../contributionDetail.wxml | 22 + .../contributionDetail.wxss | 72 + .../groupContributionDetailslog.js | 145 + .../groupContributionDetailslog.json | 3 + .../groupContributionDetailslog.wxml | 18 + .../groupContributionDetailslog.wxss | 59 + .../newGroup/groupcblog/groupcblog.js | 147 + .../newGroup/groupcblog/groupcblog.json | 3 + .../newGroup/groupcblog/groupcblog.wxml | 20 + .../newGroup/groupcblog/groupcblog.wxss | 73 + .../packageI/newGroup/pastLog/pastLog.js | 186 + .../packageI/newGroup/pastLog/pastLog.json | 7 + .../packageI/newGroup/pastLog/pastLog.wxml | 30 + .../packageI/newGroup/pastLog/pastLog.wxss | 71 + .../packageI/newGroup/redeem/redeem.js | 147 + .../packageI/newGroup/redeem/redeem.json | 6 + .../packageI/newGroup/redeem/redeem.wxml | 33 + .../packageI/newGroup/redeem/redeem.wxss | 144 + .../packageI/newGroup/redeemLog/redeemLog.js | 141 + .../newGroup/redeemLog/redeemLog.json | 3 + .../newGroup/redeemLog/redeemLog.wxml | 9 + .../newGroup/redeemLog/redeemLog.wxss | 19 + .../newGroup/zhpFinance/zhpFinance.js | 107 + .../newGroup/zhpFinance/zhpFinance.json | 3 + .../newGroup/zhpFinance/zhpFinance.wxml | 83 + .../newGroup/zhpFinance/zhpFinance.wxss | 134 + .../newGroup/zhpgroupDetail/zhpgroupDetail.js | 371 + .../zhpgroupDetail/zhpgroupDetail.json | 6 + .../zhpgroupDetail/zhpgroupDetail.wxml | 79 + .../zhpgroupDetail/zhpgroupDetail.wxss | 561 ++ .../components/adArticleItem/adArticleItem.js | 54 + .../adArticleItem/adArticleItem.json | 4 + .../adArticleItem/adArticleItem.wxml | 24 + .../adArticleItem/adArticleItem.wxss | 80 + .../components/adLiveRecord/adLiveRecord.js | 81 + .../components/adLiveRecord/adLiveRecord.json | 4 + .../components/adLiveRecord/adLiveRecord.wxml | 125 + .../components/adLiveRecord/adLiveRecord.wxss | 205 + .../attentionRewaed/attentionRewaed.js | 32 + .../attentionRewaed/attentionRewaed.json | 6 + .../attentionRewaed/attentionRewaed.wxml | 19 + .../attentionRewaed/attentionRewaed.wxss | 66 + .../components/audioPlay/audioPlay.js | 162 + .../components/audioPlay/audioPlay.json | 4 + .../components/audioPlay/audioPlay.wxml | 160 + .../components/audioPlay/audioPlay.wxss | 73 + .../newMedia/components/comment/comment.js | 339 + .../newMedia/components/comment/comment.json | 6 + .../newMedia/components/comment/comment.wxml | 118 + .../newMedia/components/comment/comment.wxss | 332 + .../contentStatisticsBar.js | 97 + .../contentStatisticsBar.json | 4 + .../contentStatisticsBar.wxml | 34 + .../contentStatisticsBar.wxss | 65 + .../newMedia/components/fansList/fansItem.js | 52 + .../components/fansList/fansItem.json | 4 + .../components/fansList/fansItem.wxml | 14 + .../components/fansList/fansItem.wxss | 41 + .../newMedia/components/fansList/fansList.js | 33 + .../components/fansList/fansList.json | 6 + .../components/fansList/fansList.wxml | 9 + .../components/fansList/fansList.wxss | 5 + .../components/livestreaming/livestreaming.js | 567 ++ .../livestreaming/livestreaming.json | 7 + .../livestreaming/livestreaming.wxml | 528 ++ .../livestreaming/livestreaming.wxss | 230 + .../components/myReleaseItem/myReleaseItem.js | 55 + .../myReleaseItem/myReleaseItem.json | 4 + .../myReleaseItem/myReleaseItem.wxml | 52 + .../myReleaseItem/myReleaseItem.wxss | 133 + .../components/rewardPopup/rewardPopup.js | 71 + .../components/rewardPopup/rewardPopup.json | 9 + .../components/rewardPopup/rewardPopup.wxml | 32 + .../components/rewardPopup/rewardPopup.wxss | 64 + .../components/shortcutMenu/shortcutMenu.js | 62 + .../components/shortcutMenu/shortcutMenu.json | 4 + .../components/shortcutMenu/shortcutMenu.wxml | 32 + .../components/shortcutMenu/shortcutMenu.wxss | 49 + .../newMedia/components/titleBox/titleBox.js | 30 + .../components/titleBox/titleBox.json | 4 + .../components/titleBox/titleBox.wxml | 12 + .../components/titleBox/titleBox.wxss | 25 + .../newMediaAdDetails/newMediaAdDetails.js | 229 + .../newMediaAdDetails/newMediaAdDetails.json | 11 + .../newMediaAdDetails/newMediaAdDetails.wxml | 76 + .../newMediaAdDetails/newMediaAdDetails.wxss | 190 + .../newMediaAdVideo/newMediaAdVideo.js | 578 ++ .../newMediaAdVideo/newMediaAdVideo.json | 9 + .../newMediaAdVideo/newMediaAdVideo.wxml | 67 + .../newMediaAdVideo/newMediaAdVideo.wxss | 247 + .../newMediaExchange/newMediaExchange.js | 111 + .../newMediaExchange/newMediaExchange.json | 4 + .../newMediaExchange/newMediaExchange.wxml | 30 + .../newMediaExchange/newMediaExchange.wxss | 87 + .../newMedia/newMediaFans/newMediaFans.js | 124 + .../newMedia/newMediaFans/newMediaFans.json | 6 + .../newMedia/newMediaFans/newMediaFans.wxml | 12 + .../newMedia/newMediaFans/newMediaFans.wxss | 22 + .../newMedia/newMediaGuide/newMediaGuide.js | 231 + .../newMedia/newMediaGuide/newMediaGuide.json | 9 + .../newMedia/newMediaGuide/newMediaGuide.wxml | 50 + .../newMedia/newMediaGuide/newMediaGuide.wxss | 106 + .../newMedia/newMediaMy/newMediaMy.js | 325 + .../newMedia/newMediaMy/newMediaMy.json | 9 + .../newMedia/newMediaMy/newMediaMy.wxml | 184 + .../newMedia/newMediaMy/newMediaMy.wxss | 316 + .../newMedia/newMediaPoints/newMediaPoints.js | 121 + .../newMediaPoints/newMediaPoints.json | 4 + .../newMediaPoints/newMediaPoints.wxml | 23 + .../newMediaPoints/newMediaPoints.wxss | 56 + .../newMediaPublish/newMediaPublish.js | 216 + .../newMediaPublish/newMediaPublish.json | 11 + .../newMediaPublish/newMediaPublish.wxml | 128 + .../newMediaPublish/newMediaPublish.wxss | 136 + .../newMediaRechange/newMediaRechange.js | 153 + .../newMediaRechange/newMediaRechange.json | 6 + .../newMediaRechange/newMediaRechange.wxml | 43 + .../newMediaRechange/newMediaRechange.wxss | 109 + .../newRetailInventoryDetails.js | 108 + .../newRetailInventoryDetails.json | 5 + .../newRetailInventoryDetails.wxml | 10 + .../newRetailInventoryDetails.wxss | 54 + .../newRetailSalesExtension.js | 198 + .../newRetailSalesExtension.json | 7 + .../newRetailSalesExtension.wxml | 55 + .../newRetailSalesExtension.wxss | 144 + .../offlineInvestmentExtension.js | 239 + .../offlineInvestmentExtension.json | 7 + .../offlineInvestmentExtension.wxml | 54 + .../offlineInvestmentExtension.wxss | 90 + .../offlineInvestmentIndex.js | 284 + .../offlineInvestmentIndex.json | 9 + .../offlineInvestmentIndex.wxml | 69 + .../offlineInvestmentIndex.wxss | 178 + .../car-number-input/car-number-input.js | 93 + .../car-number-input/car-number-input.json | 4 + .../car-number-input/car-number-input.wxml | 9 + .../car-number-input/car-number-input.wxss | 96 + .../car-number-keyboard.js | 123 + .../car-number-keyboard.json | 4 + .../car-number-keyboard.wxml | 23 + .../car-number-keyboard.wxss | 99 + .../components/coupon/coupon.js | 37 + .../components/coupon/coupon.json | 4 + .../components/coupon/coupon.wxml | 20 + .../components/coupon/coupon.wxss | 76 + .../exchangeCarCoupon/exchangeCarCoupon.js | 205 + .../exchangeCarCoupon/exchangeCarCoupon.json | 8 + .../exchangeCarCoupon/exchangeCarCoupon.wxml | 15 + .../exchangeCarCoupon/exchangeCarCoupon.wxss | 42 + .../packageI/parkCouponFree/index/index.js | 242 + .../packageI/parkCouponFree/index/index.json | 11 + .../packageI/parkCouponFree/index/index.wxml | 43 + .../packageI/parkCouponFree/index/index.wxss | 60 + .../packageI/pay_back/pay_back.js | 236 + .../packageI/pay_back/pay_back.json | 3 + .../packageI/pay_back/pay_back.wxml | 23 + .../packageI/pay_back/pay_back.wxss | 81 + .../personListDetail/personListDetail.js | 108 + .../personListDetail/personListDetail.json | 6 + .../personListDetail/personListDetail.wxml | 39 + .../personListDetail/personListDetail.wxss | 120 + .../packageI/personRed/personRed/personRed.js | 200 + .../personRed/personRed/personRed.json | 8 + .../personRed/personRed/personRed.wxml | 76 + .../personRed/personRed/personRed.wxss | 354 + .../personRedIssue/personRedIssue.js | 224 + .../personRedIssue/personRedIssue.json | 12 + .../personRedIssue/personRedIssue.wxml | 80 + .../personRedIssue/personRedIssue.wxss | 79 + .../personRed/personRedList/personRedList.js | 119 + .../personRedList/personRedList.json | 8 + .../personRedList/personRedList.wxml | 30 + .../personRedList/personRedList.wxss | 77 + .../personRed/personRedPay/personRedPay.js | 157 + .../personRed/personRedPay/personRedPay.json | 6 + .../personRed/personRedPay/personRedPay.wxml | 14 + .../personRed/personRedPay/personRedPay.wxss | 46 + .../personRedRecord/personRedRecord.js | 92 + .../personRedRecord/personRedRecord.json | 3 + .../personRedRecord/personRedRecord.wxml | 26 + .../personRedRecord/personRedRecord.wxss | 104 + .../packageI/prizePool/prizePool.js | 190 + .../packageI/prizePool/prizePool.json | 3 + .../packageI/prizePool/prizePool.wxml | 43 + .../packageI/prizePool/prizePool.wxss | 158 + .../expenditureList/expenditureList.js | 32 + .../expenditureList/expenditureList.json | 7 + .../expenditureList/expenditureList.wxml | 21 + .../expenditureList/expenditureList.wxss | 82 + .../components/orderList/orderList.js | 35 + .../components/orderList/orderList.json | 6 + .../components/orderList/orderList.wxml | 14 + .../components/orderList/orderList.wxss | 39 + .../components/personnelList/personnelList.js | 35 + .../personnelList/personnelList.json | 6 + .../personnelList/personnelList.wxml | 18 + .../personnelList/personnelList.wxss | 87 + .../donations/donations.js | 148 + .../donations/donations.json | 8 + .../donations/donations.wxml | 22 + .../donations/donations.wxss | 66 + .../publicWelfare/publicWelfare.js | 461 + .../publicWelfare/publicWelfare.json | 12 + .../publicWelfare/publicWelfare.wxml | 87 + .../publicWelfare/publicWelfare.wxss | 270 + .../public_welfare_fund/record/record.js | 105 + .../public_welfare_fund/record/record.json | 6 + .../public_welfare_fund/record/record.wxml | 36 + .../public_welfare_fund/record/record.wxss | 102 + .../packageI/searchPage/searchPage.js | 315 + .../packageI/searchPage/searchPage.json | 5 + .../packageI/searchPage/searchPage.wxml | 60 + .../packageI/searchPage/searchPage.wxss | 173 + .../packageI/seePoint/seePoint.js | 140 + .../packageI/seePoint/seePoint.json | 6 + .../packageI/seePoint/seePoint.wxml | 35 + .../packageI/seePoint/seePoint.wxss | 134 + .../components/Entrance/Entrance.js | 114 + .../components/Entrance/Entrance.json | 7 + .../components/Entrance/Entrance.wxml | 48 + .../components/Entrance/Entrance.wxss | 251 + .../supplierDist/components/list/list.js | 26 + .../supplierDist/components/list/list.json | 4 + .../supplierDist/components/list/list.wxml | 17 + .../supplierDist/components/list/list.wxss | 71 + .../distributionEntrance.js | 198 + .../distributionEntrance.json | 8 + .../distributionEntrance.wxml | 13 + .../distributionEntrance.wxss | 20 + .../supplierDriver/supplierDriver.js | 274 + .../supplierDriver/supplierDriver.json | 7 + .../supplierDriver/supplierDriver.wxml | 76 + .../supplierDriver/supplierDriver.wxss | 263 + .../packageI/tagCloud/components/foot.js | 188 + .../packageI/tagCloud/components/foot.json | 6 + .../packageI/tagCloud/components/foot.wxml | 38 + .../packageI/tagCloud/components/foot.wxss | 108 + .../packageI/tagCloud/index/index.js | 360 + .../packageI/tagCloud/index/index.json | 7 + .../packageI/tagCloud/index/index.wxml | 46 + .../packageI/tagCloud/index/index.wxss | 155 + .../packageI/tagCloud/search/index.js | 138 + .../packageI/tagCloud/search/index.json | 8 + .../packageI/tagCloud/search/index.wxml | 17 + .../packageI/tagCloud/search/index.wxss | 26 + .../teamOddDividend/teamOddDividend.js | 186 + .../teamOddDividend/teamOddDividend.json | 7 + .../teamOddDividend/teamOddDividend.wxml | 51 + .../teamOddDividend/teamOddDividend.wxss | 69 + .../warehouseFarmBuyGift.js | 195 + .../warehouseFarmBuyGift.json | 9 + .../warehouseFarmBuyGift.wxml | 23 + .../warehouseFarmBuyGift.wxss | 45 + .../warehouseFarmCreate.js | 179 + .../warehouseFarmCreate.json | 9 + .../warehouseFarmCreate.wxml | 32 + .../warehouseFarmCreate.wxss | 100 + .../warehouseFarmExtract.js | 170 + .../warehouseFarmExtract.json | 11 + .../warehouseFarmExtract.wxml | 24 + .../warehouseFarmExtract.wxss | 75 + .../warehouseFarmGift/warehouseFarmGift.js | 140 + .../warehouseFarmGift/warehouseFarmGift.json | 7 + .../warehouseFarmGift/warehouseFarmGift.wxml | 24 + .../warehouseFarmGift/warehouseFarmGift.wxss | 67 + .../warehouseFarmGiftDetail.js | 189 + .../warehouseFarmGiftDetail.json | 6 + .../warehouseFarmGiftDetail.wxml | 39 + .../warehouseFarmGiftDetail.wxss | 146 + .../warehouseFarmGiftLog.js | 166 + .../warehouseFarmGiftLog.json | 7 + .../warehouseFarmGiftLog.wxml | 54 + .../warehouseFarmGiftLog.wxss | 87 + .../warehouseFarmGood/warehouseFarmGood.js | 164 + .../warehouseFarmGood/warehouseFarmGood.json | 10 + .../warehouseFarmGood/warehouseFarmGood.wxml | 87 + .../warehouseFarmGood/warehouseFarmGood.wxss | 188 + .../warehouseFarmIndex/warehouseFarmIndex.js | 331 + .../warehouseFarmIndex.json | 7 + .../warehouseFarmIndex.wxml | 168 + .../warehouseFarmIndex.wxss | 455 + .../warehouseFarmInventory.js | 130 + .../warehouseFarmInventory.json | 4 + .../warehouseFarmInventory.wxml | 19 + .../warehouseFarmInventory.wxss | 70 + .../packageI/web-view/h5View.js | 98 + .../packageI/web-view/h5View.json | 3 + .../packageI/web-view/h5View.wxml | 2 + .../packageI/web-view/h5View.wxss | 1 + .../packageI/ys_crmBind/crmBind.js | 199 + .../packageI/ys_crmBind/crmBind.json | 8 + .../packageI/ys_crmBind/crmBind.wxml | 32 + .../packageI/ys_crmBind/crmBind.wxss | 71 + .../pages/buy/cart_v2/cart_v2.json | 16 + .../pages/index/index.js | 71 + .../pages/index/index.json | 3 + .../pages/index/index.wxml | 4 + .../pages/index/index.wxss | 1 + .../pages/login/login.js | 705 ++ .../pages/login/login.json | 10 + .../pages/login/login.wxml | 92 + .../pages/login/login.wxss | 325 + .../pages/logs/logs.js | 14 + .../pages/logs/logs.json | 3 + .../pages/logs/logs.wxml | 6 + .../pages/logs/logs.wxss | 9 + .../poster/poster.js | 574 ++ .../poster/poster.wxml | 35 + .../poster/poster.wxss | 71 + .../project.config.json | 61 + yun-min-program-plugin-master/sitemap.json | 7 + .../utils/CryptoJS.js | 95 + .../utils/DPagination.js | 84 + yun-min-program-plugin-master/utils/city.js | 1255 +++ yun-min-program-plugin-master/utils/dateBe.js | 12 + .../utils/dateTimePicker.js | 147 + .../utils/dateutils.js | 355 + .../utils/filters.wxs | 7 + .../utils/language.js | 95 + .../utils/polyvlive.js | 1 + .../utils/timeTranslate.wxs | 29 + yun-min-program-plugin-master/utils/util.js | 103 + yun-min-program-plugin-master/utils/watch.js | 46 + .../utils/weapp.qrcode.esm.js | 5 + yun-min-program-plugin-master/weui.wxss | 1037 +++ .../wxParse/html2json.js | 241 + .../wxParse/htmlparser.js | 182 + .../wxParse/showdown.js | 2529 ++++++ .../wxParse/wxDiscode.js | 206 + .../wxParse/wxParse.js | 146 + .../wxParse/wxParse.wxml | 921 ++ .../wxParse/wxParse.wxss | 182 + 5753 files changed, 691555 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/modules.xml create mode 100644 .idea/yuminfang.iml create mode 100644 project.config.json create mode 100644 project.private.config.json create mode 100644 yun-min-program-plugin-master/.eslintignore create mode 100644 yun-min-program-plugin-master/.eslintrc.js create mode 100644 yun-min-program-plugin-master/.gitignore create mode 100644 yun-min-program-plugin-master/.stylelintrc.js create mode 100644 yun-min-program-plugin-master/README.md create mode 100644 yun-min-program-plugin-master/app.js create mode 100644 yun-min-program-plugin-master/app.json create mode 100644 yun-min-program-plugin-master/app.wxss create mode 100644 yun-min-program-plugin-master/dist/action-sheet/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/action-sheet/index.js create mode 100644 yun-min-program-plugin-master/dist/action-sheet/index.json create mode 100644 yun-min-program-plugin-master/dist/action-sheet/index.wxml create mode 100644 yun-min-program-plugin-master/dist/action-sheet/index.wxss create mode 100644 yun-min-program-plugin-master/dist/area/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/area/index.js create mode 100644 yun-min-program-plugin-master/dist/area/index.json create mode 100644 yun-min-program-plugin-master/dist/area/index.wxml create mode 100644 yun-min-program-plugin-master/dist/area/index.wxss create mode 100644 yun-min-program-plugin-master/dist/button/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/button/index.js create mode 100644 yun-min-program-plugin-master/dist/button/index.json create mode 100644 yun-min-program-plugin-master/dist/button/index.wxml create mode 100644 yun-min-program-plugin-master/dist/button/index.wxss create mode 100644 yun-min-program-plugin-master/dist/calendar/calendar.wxml create mode 100644 yun-min-program-plugin-master/dist/calendar/components/header/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/calendar/components/header/index.js create mode 100644 yun-min-program-plugin-master/dist/calendar/components/header/index.json create mode 100644 yun-min-program-plugin-master/dist/calendar/components/header/index.wxml create mode 100644 yun-min-program-plugin-master/dist/calendar/components/header/index.wxss create mode 100644 yun-min-program-plugin-master/dist/calendar/components/month/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/calendar/components/month/index.js create mode 100644 yun-min-program-plugin-master/dist/calendar/components/month/index.json create mode 100644 yun-min-program-plugin-master/dist/calendar/components/month/index.wxml create mode 100644 yun-min-program-plugin-master/dist/calendar/components/month/index.wxs create mode 100644 yun-min-program-plugin-master/dist/calendar/components/month/index.wxss create mode 100644 yun-min-program-plugin-master/dist/calendar/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/calendar/index.js create mode 100644 yun-min-program-plugin-master/dist/calendar/index.json create mode 100644 yun-min-program-plugin-master/dist/calendar/index.wxml create mode 100644 yun-min-program-plugin-master/dist/calendar/index.wxs create mode 100644 yun-min-program-plugin-master/dist/calendar/index.wxss create mode 100644 yun-min-program-plugin-master/dist/calendar/utils.d.ts create mode 100644 yun-min-program-plugin-master/dist/calendar/utils.js create mode 100644 yun-min-program-plugin-master/dist/calendar/utils.wxs create mode 100644 yun-min-program-plugin-master/dist/card/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/card/index.js create mode 100644 yun-min-program-plugin-master/dist/card/index.json create mode 100644 yun-min-program-plugin-master/dist/card/index.wxml create mode 100644 yun-min-program-plugin-master/dist/card/index.wxss create mode 100644 yun-min-program-plugin-master/dist/cell-group/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/cell-group/index.js create mode 100644 yun-min-program-plugin-master/dist/cell-group/index.json create mode 100644 yun-min-program-plugin-master/dist/cell-group/index.wxml create mode 100644 yun-min-program-plugin-master/dist/cell-group/index.wxss create mode 100644 yun-min-program-plugin-master/dist/cell/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/cell/index.js create mode 100644 yun-min-program-plugin-master/dist/cell/index.json create mode 100644 yun-min-program-plugin-master/dist/cell/index.wxml create mode 100644 yun-min-program-plugin-master/dist/cell/index.wxss create mode 100644 yun-min-program-plugin-master/dist/checkbox-group/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/checkbox-group/index.js create mode 100644 yun-min-program-plugin-master/dist/checkbox-group/index.json create mode 100644 yun-min-program-plugin-master/dist/checkbox-group/index.wxml create mode 100644 yun-min-program-plugin-master/dist/checkbox-group/index.wxss create mode 100644 yun-min-program-plugin-master/dist/checkbox/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/checkbox/index.js create mode 100644 yun-min-program-plugin-master/dist/checkbox/index.json create mode 100644 yun-min-program-plugin-master/dist/checkbox/index.wxml create mode 100644 yun-min-program-plugin-master/dist/checkbox/index.wxs create mode 100644 yun-min-program-plugin-master/dist/checkbox/index.wxss create mode 100644 yun-min-program-plugin-master/dist/circle/canvas.d.ts create mode 100644 yun-min-program-plugin-master/dist/circle/canvas.js create mode 100644 yun-min-program-plugin-master/dist/circle/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/circle/index.js create mode 100644 yun-min-program-plugin-master/dist/circle/index.json create mode 100644 yun-min-program-plugin-master/dist/circle/index.wxml create mode 100644 yun-min-program-plugin-master/dist/circle/index.wxss create mode 100644 yun-min-program-plugin-master/dist/col/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/col/index.js create mode 100644 yun-min-program-plugin-master/dist/col/index.json create mode 100644 yun-min-program-plugin-master/dist/col/index.wxml create mode 100644 yun-min-program-plugin-master/dist/col/index.wxss create mode 100644 yun-min-program-plugin-master/dist/collapse-item/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/collapse-item/index.js create mode 100644 yun-min-program-plugin-master/dist/collapse-item/index.json create mode 100644 yun-min-program-plugin-master/dist/collapse-item/index.wxml create mode 100644 yun-min-program-plugin-master/dist/collapse-item/index.wxss create mode 100644 yun-min-program-plugin-master/dist/collapse/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/collapse/index.js create mode 100644 yun-min-program-plugin-master/dist/collapse/index.json create mode 100644 yun-min-program-plugin-master/dist/collapse/index.wxml create mode 100644 yun-min-program-plugin-master/dist/collapse/index.wxss create mode 100644 yun-min-program-plugin-master/dist/common/color.d.ts create mode 100644 yun-min-program-plugin-master/dist/common/color.js create mode 100644 yun-min-program-plugin-master/dist/common/component.d.ts create mode 100644 yun-min-program-plugin-master/dist/common/component.js create mode 100644 yun-min-program-plugin-master/dist/common/index.wxss create mode 100644 yun-min-program-plugin-master/dist/common/style/clearfix.wxss create mode 100644 yun-min-program-plugin-master/dist/common/style/ellipsis.wxss create mode 100644 yun-min-program-plugin-master/dist/common/style/hairline.wxss create mode 100644 yun-min-program-plugin-master/dist/common/style/mixins/clearfix.wxss create mode 100644 yun-min-program-plugin-master/dist/common/style/mixins/ellipsis.wxss create mode 100644 yun-min-program-plugin-master/dist/common/style/mixins/hairline.wxss create mode 100644 yun-min-program-plugin-master/dist/common/style/theme.wxss create mode 100644 yun-min-program-plugin-master/dist/common/style/var.wxss create mode 100644 yun-min-program-plugin-master/dist/common/utils.d.ts create mode 100644 yun-min-program-plugin-master/dist/common/utils.js create mode 100644 yun-min-program-plugin-master/dist/common/validator.d.ts create mode 100644 yun-min-program-plugin-master/dist/common/validator.js create mode 100644 yun-min-program-plugin-master/dist/common/version.d.ts create mode 100644 yun-min-program-plugin-master/dist/common/version.js create mode 100644 yun-min-program-plugin-master/dist/count-down/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/count-down/index.js create mode 100644 yun-min-program-plugin-master/dist/count-down/index.json create mode 100644 yun-min-program-plugin-master/dist/count-down/index.wxml create mode 100644 yun-min-program-plugin-master/dist/count-down/index.wxss create mode 100644 yun-min-program-plugin-master/dist/count-down/utils.d.ts create mode 100644 yun-min-program-plugin-master/dist/count-down/utils.js create mode 100644 yun-min-program-plugin-master/dist/datetime-picker/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/datetime-picker/index.js create mode 100644 yun-min-program-plugin-master/dist/datetime-picker/index.json create mode 100644 yun-min-program-plugin-master/dist/datetime-picker/index.wxml create mode 100644 yun-min-program-plugin-master/dist/datetime-picker/index.wxss create mode 100644 yun-min-program-plugin-master/dist/definitions/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/definitions/index.js create mode 100644 yun-min-program-plugin-master/dist/definitions/weapp.d.ts create mode 100644 yun-min-program-plugin-master/dist/definitions/weapp.js create mode 100644 yun-min-program-plugin-master/dist/dialog/dialog.d.ts create mode 100644 yun-min-program-plugin-master/dist/dialog/dialog.js create mode 100644 yun-min-program-plugin-master/dist/dialog/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/dialog/index.js create mode 100644 yun-min-program-plugin-master/dist/dialog/index.json create mode 100644 yun-min-program-plugin-master/dist/dialog/index.wxml create mode 100644 yun-min-program-plugin-master/dist/dialog/index.wxss create mode 100644 yun-min-program-plugin-master/dist/divider/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/divider/index.js create mode 100644 yun-min-program-plugin-master/dist/divider/index.json create mode 100644 yun-min-program-plugin-master/dist/divider/index.wxml create mode 100644 yun-min-program-plugin-master/dist/divider/index.wxss create mode 100644 yun-min-program-plugin-master/dist/dropdown-item/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/dropdown-item/index.js create mode 100644 yun-min-program-plugin-master/dist/dropdown-item/index.json create mode 100644 yun-min-program-plugin-master/dist/dropdown-item/index.wxml create mode 100644 yun-min-program-plugin-master/dist/dropdown-item/index.wxss create mode 100644 yun-min-program-plugin-master/dist/dropdown-menu/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/dropdown-menu/index.js create mode 100644 yun-min-program-plugin-master/dist/dropdown-menu/index.json create mode 100644 yun-min-program-plugin-master/dist/dropdown-menu/index.wxml create mode 100644 yun-min-program-plugin-master/dist/dropdown-menu/index.wxs create mode 100644 yun-min-program-plugin-master/dist/dropdown-menu/index.wxss create mode 100644 yun-min-program-plugin-master/dist/empty/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/empty/index.js create mode 100644 yun-min-program-plugin-master/dist/empty/index.json create mode 100644 yun-min-program-plugin-master/dist/empty/index.wxml create mode 100644 yun-min-program-plugin-master/dist/empty/index.wxss create mode 100644 yun-min-program-plugin-master/dist/field/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/field/index.js create mode 100644 yun-min-program-plugin-master/dist/field/index.json create mode 100644 yun-min-program-plugin-master/dist/field/index.wxml create mode 100644 yun-min-program-plugin-master/dist/field/index.wxs create mode 100644 yun-min-program-plugin-master/dist/field/index.wxss create mode 100644 yun-min-program-plugin-master/dist/field/props.d.ts create mode 100644 yun-min-program-plugin-master/dist/field/props.js create mode 100644 yun-min-program-plugin-master/dist/goods-action-button/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/goods-action-button/index.js create mode 100644 yun-min-program-plugin-master/dist/goods-action-button/index.json create mode 100644 yun-min-program-plugin-master/dist/goods-action-button/index.wxml create mode 100644 yun-min-program-plugin-master/dist/goods-action-button/index.wxss create mode 100644 yun-min-program-plugin-master/dist/goods-action-icon/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/goods-action-icon/index.js create mode 100644 yun-min-program-plugin-master/dist/goods-action-icon/index.json create mode 100644 yun-min-program-plugin-master/dist/goods-action-icon/index.wxml create mode 100644 yun-min-program-plugin-master/dist/goods-action-icon/index.wxss create mode 100644 yun-min-program-plugin-master/dist/goods-action/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/goods-action/index.js create mode 100644 yun-min-program-plugin-master/dist/goods-action/index.json create mode 100644 yun-min-program-plugin-master/dist/goods-action/index.wxml create mode 100644 yun-min-program-plugin-master/dist/goods-action/index.wxss create mode 100644 yun-min-program-plugin-master/dist/grid-item/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/grid-item/index.js create mode 100644 yun-min-program-plugin-master/dist/grid-item/index.json create mode 100644 yun-min-program-plugin-master/dist/grid-item/index.wxml create mode 100644 yun-min-program-plugin-master/dist/grid-item/index.wxss create mode 100644 yun-min-program-plugin-master/dist/grid/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/grid/index.js create mode 100644 yun-min-program-plugin-master/dist/grid/index.json create mode 100644 yun-min-program-plugin-master/dist/grid/index.wxml create mode 100644 yun-min-program-plugin-master/dist/grid/index.wxss create mode 100644 yun-min-program-plugin-master/dist/icon/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/icon/index.js create mode 100644 yun-min-program-plugin-master/dist/icon/index.json create mode 100644 yun-min-program-plugin-master/dist/icon/index.wxml create mode 100644 yun-min-program-plugin-master/dist/icon/index.wxss create mode 100644 yun-min-program-plugin-master/dist/image/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/image/index.js create mode 100644 yun-min-program-plugin-master/dist/image/index.json create mode 100644 yun-min-program-plugin-master/dist/image/index.wxml create mode 100644 yun-min-program-plugin-master/dist/image/index.wxss create mode 100644 yun-min-program-plugin-master/dist/index-anchor/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/index-anchor/index.js create mode 100644 yun-min-program-plugin-master/dist/index-anchor/index.json create mode 100644 yun-min-program-plugin-master/dist/index-anchor/index.wxml create mode 100644 yun-min-program-plugin-master/dist/index-anchor/index.wxss create mode 100644 yun-min-program-plugin-master/dist/index-bar/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/index-bar/index.js create mode 100644 yun-min-program-plugin-master/dist/index-bar/index.json create mode 100644 yun-min-program-plugin-master/dist/index-bar/index.wxml create mode 100644 yun-min-program-plugin-master/dist/index-bar/index.wxss create mode 100644 yun-min-program-plugin-master/dist/info/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/info/index.js create mode 100644 yun-min-program-plugin-master/dist/info/index.json create mode 100644 yun-min-program-plugin-master/dist/info/index.wxml create mode 100644 yun-min-program-plugin-master/dist/info/index.wxss create mode 100644 yun-min-program-plugin-master/dist/loading/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/loading/index.js create mode 100644 yun-min-program-plugin-master/dist/loading/index.json create mode 100644 yun-min-program-plugin-master/dist/loading/index.wxml create mode 100644 yun-min-program-plugin-master/dist/loading/index.wxss create mode 100644 yun-min-program-plugin-master/dist/mixins/basic.d.ts create mode 100644 yun-min-program-plugin-master/dist/mixins/basic.js create mode 100644 yun-min-program-plugin-master/dist/mixins/button.d.ts create mode 100644 yun-min-program-plugin-master/dist/mixins/button.js create mode 100644 yun-min-program-plugin-master/dist/mixins/link.d.ts create mode 100644 yun-min-program-plugin-master/dist/mixins/link.js create mode 100644 yun-min-program-plugin-master/dist/mixins/open-type.d.ts create mode 100644 yun-min-program-plugin-master/dist/mixins/open-type.js create mode 100644 yun-min-program-plugin-master/dist/mixins/page-scroll.d.ts create mode 100644 yun-min-program-plugin-master/dist/mixins/page-scroll.js create mode 100644 yun-min-program-plugin-master/dist/mixins/touch.d.ts create mode 100644 yun-min-program-plugin-master/dist/mixins/touch.js create mode 100644 yun-min-program-plugin-master/dist/mixins/transition.d.ts create mode 100644 yun-min-program-plugin-master/dist/mixins/transition.js create mode 100644 yun-min-program-plugin-master/dist/nav-bar/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/nav-bar/index.js create mode 100644 yun-min-program-plugin-master/dist/nav-bar/index.json create mode 100644 yun-min-program-plugin-master/dist/nav-bar/index.wxml create mode 100644 yun-min-program-plugin-master/dist/nav-bar/index.wxs create mode 100644 yun-min-program-plugin-master/dist/nav-bar/index.wxss create mode 100644 yun-min-program-plugin-master/dist/notice-bar/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/notice-bar/index.js create mode 100644 yun-min-program-plugin-master/dist/notice-bar/index.json create mode 100644 yun-min-program-plugin-master/dist/notice-bar/index.wxml create mode 100644 yun-min-program-plugin-master/dist/notice-bar/index.wxss create mode 100644 yun-min-program-plugin-master/dist/notify/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/notify/index.js create mode 100644 yun-min-program-plugin-master/dist/notify/index.json create mode 100644 yun-min-program-plugin-master/dist/notify/index.wxml create mode 100644 yun-min-program-plugin-master/dist/notify/index.wxss create mode 100644 yun-min-program-plugin-master/dist/notify/notify.d.ts create mode 100644 yun-min-program-plugin-master/dist/notify/notify.js create mode 100644 yun-min-program-plugin-master/dist/overlay/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/overlay/index.js create mode 100644 yun-min-program-plugin-master/dist/overlay/index.json create mode 100644 yun-min-program-plugin-master/dist/overlay/index.wxml create mode 100644 yun-min-program-plugin-master/dist/overlay/index.wxss create mode 100644 yun-min-program-plugin-master/dist/panel/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/panel/index.js create mode 100644 yun-min-program-plugin-master/dist/panel/index.json create mode 100644 yun-min-program-plugin-master/dist/panel/index.wxml create mode 100644 yun-min-program-plugin-master/dist/panel/index.wxss create mode 100644 yun-min-program-plugin-master/dist/picker-column/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/picker-column/index.js create mode 100644 yun-min-program-plugin-master/dist/picker-column/index.json create mode 100644 yun-min-program-plugin-master/dist/picker-column/index.wxml create mode 100644 yun-min-program-plugin-master/dist/picker-column/index.wxs create mode 100644 yun-min-program-plugin-master/dist/picker-column/index.wxss create mode 100644 yun-min-program-plugin-master/dist/picker/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/picker/index.js create mode 100644 yun-min-program-plugin-master/dist/picker/index.json create mode 100644 yun-min-program-plugin-master/dist/picker/index.wxml create mode 100644 yun-min-program-plugin-master/dist/picker/index.wxss create mode 100644 yun-min-program-plugin-master/dist/picker/shared.d.ts create mode 100644 yun-min-program-plugin-master/dist/picker/shared.js create mode 100644 yun-min-program-plugin-master/dist/picker/toolbar.wxml create mode 100644 yun-min-program-plugin-master/dist/popup/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/popup/index.js create mode 100644 yun-min-program-plugin-master/dist/popup/index.json create mode 100644 yun-min-program-plugin-master/dist/popup/index.wxml create mode 100644 yun-min-program-plugin-master/dist/popup/index.wxss create mode 100644 yun-min-program-plugin-master/dist/progress/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/progress/index.js create mode 100644 yun-min-program-plugin-master/dist/progress/index.json create mode 100644 yun-min-program-plugin-master/dist/progress/index.wxml create mode 100644 yun-min-program-plugin-master/dist/progress/index.wxs create mode 100644 yun-min-program-plugin-master/dist/progress/index.wxss create mode 100644 yun-min-program-plugin-master/dist/radio-group/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/radio-group/index.js create mode 100644 yun-min-program-plugin-master/dist/radio-group/index.json create mode 100644 yun-min-program-plugin-master/dist/radio-group/index.wxml create mode 100644 yun-min-program-plugin-master/dist/radio-group/index.wxss create mode 100644 yun-min-program-plugin-master/dist/radio/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/radio/index.js create mode 100644 yun-min-program-plugin-master/dist/radio/index.json create mode 100644 yun-min-program-plugin-master/dist/radio/index.wxml create mode 100644 yun-min-program-plugin-master/dist/radio/index.wxss create mode 100644 yun-min-program-plugin-master/dist/rate/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/rate/index.js create mode 100644 yun-min-program-plugin-master/dist/rate/index.json create mode 100644 yun-min-program-plugin-master/dist/rate/index.wxml create mode 100644 yun-min-program-plugin-master/dist/rate/index.wxss create mode 100644 yun-min-program-plugin-master/dist/row/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/row/index.js create mode 100644 yun-min-program-plugin-master/dist/row/index.json create mode 100644 yun-min-program-plugin-master/dist/row/index.wxml create mode 100644 yun-min-program-plugin-master/dist/row/index.wxss create mode 100644 yun-min-program-plugin-master/dist/search/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/search/index.js create mode 100644 yun-min-program-plugin-master/dist/search/index.json create mode 100644 yun-min-program-plugin-master/dist/search/index.wxml create mode 100644 yun-min-program-plugin-master/dist/search/index.wxss create mode 100644 yun-min-program-plugin-master/dist/share-sheet/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/share-sheet/index.js create mode 100644 yun-min-program-plugin-master/dist/share-sheet/index.json create mode 100644 yun-min-program-plugin-master/dist/share-sheet/index.wxml create mode 100644 yun-min-program-plugin-master/dist/share-sheet/index.wxs create mode 100644 yun-min-program-plugin-master/dist/share-sheet/index.wxss create mode 100644 yun-min-program-plugin-master/dist/share-sheet/options.d.ts create mode 100644 yun-min-program-plugin-master/dist/share-sheet/options.js create mode 100644 yun-min-program-plugin-master/dist/share-sheet/options.json create mode 100644 yun-min-program-plugin-master/dist/share-sheet/options.wxml create mode 100644 yun-min-program-plugin-master/dist/share-sheet/options.wxs create mode 100644 yun-min-program-plugin-master/dist/share-sheet/options.wxss create mode 100644 yun-min-program-plugin-master/dist/sidebar-item/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/sidebar-item/index.js create mode 100644 yun-min-program-plugin-master/dist/sidebar-item/index.json create mode 100644 yun-min-program-plugin-master/dist/sidebar-item/index.wxml create mode 100644 yun-min-program-plugin-master/dist/sidebar-item/index.wxss create mode 100644 yun-min-program-plugin-master/dist/sidebar/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/sidebar/index.js create mode 100644 yun-min-program-plugin-master/dist/sidebar/index.json create mode 100644 yun-min-program-plugin-master/dist/sidebar/index.wxml create mode 100644 yun-min-program-plugin-master/dist/sidebar/index.wxss create mode 100644 yun-min-program-plugin-master/dist/skeleton/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/skeleton/index.js create mode 100644 yun-min-program-plugin-master/dist/skeleton/index.json create mode 100644 yun-min-program-plugin-master/dist/skeleton/index.wxml create mode 100644 yun-min-program-plugin-master/dist/skeleton/index.wxss create mode 100644 yun-min-program-plugin-master/dist/slider/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/slider/index.js create mode 100644 yun-min-program-plugin-master/dist/slider/index.json create mode 100644 yun-min-program-plugin-master/dist/slider/index.wxml create mode 100644 yun-min-program-plugin-master/dist/slider/index.wxs create mode 100644 yun-min-program-plugin-master/dist/slider/index.wxss create mode 100644 yun-min-program-plugin-master/dist/stepper/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/stepper/index.js create mode 100644 yun-min-program-plugin-master/dist/stepper/index.json create mode 100644 yun-min-program-plugin-master/dist/stepper/index.wxml create mode 100644 yun-min-program-plugin-master/dist/stepper/index.wxss create mode 100644 yun-min-program-plugin-master/dist/steps/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/steps/index.js create mode 100644 yun-min-program-plugin-master/dist/steps/index.json create mode 100644 yun-min-program-plugin-master/dist/steps/index.wxml create mode 100644 yun-min-program-plugin-master/dist/steps/index.wxss create mode 100644 yun-min-program-plugin-master/dist/sticky/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/sticky/index.js create mode 100644 yun-min-program-plugin-master/dist/sticky/index.json create mode 100644 yun-min-program-plugin-master/dist/sticky/index.wxml create mode 100644 yun-min-program-plugin-master/dist/sticky/index.wxs create mode 100644 yun-min-program-plugin-master/dist/sticky/index.wxss create mode 100644 yun-min-program-plugin-master/dist/submit-bar/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/submit-bar/index.js create mode 100644 yun-min-program-plugin-master/dist/submit-bar/index.json create mode 100644 yun-min-program-plugin-master/dist/submit-bar/index.wxml create mode 100644 yun-min-program-plugin-master/dist/submit-bar/index.wxss create mode 100644 yun-min-program-plugin-master/dist/swipe-cell/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/swipe-cell/index.js create mode 100644 yun-min-program-plugin-master/dist/swipe-cell/index.json create mode 100644 yun-min-program-plugin-master/dist/swipe-cell/index.wxml create mode 100644 yun-min-program-plugin-master/dist/swipe-cell/index.wxss create mode 100644 yun-min-program-plugin-master/dist/switch/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/switch/index.js create mode 100644 yun-min-program-plugin-master/dist/switch/index.json create mode 100644 yun-min-program-plugin-master/dist/switch/index.wxml create mode 100644 yun-min-program-plugin-master/dist/switch/index.wxss create mode 100644 yun-min-program-plugin-master/dist/tab/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/tab/index.js create mode 100644 yun-min-program-plugin-master/dist/tab/index.json create mode 100644 yun-min-program-plugin-master/dist/tab/index.wxml create mode 100644 yun-min-program-plugin-master/dist/tab/index.wxss create mode 100644 yun-min-program-plugin-master/dist/tabbar-item/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/tabbar-item/index.js create mode 100644 yun-min-program-plugin-master/dist/tabbar-item/index.json create mode 100644 yun-min-program-plugin-master/dist/tabbar-item/index.wxml create mode 100644 yun-min-program-plugin-master/dist/tabbar-item/index.wxss create mode 100644 yun-min-program-plugin-master/dist/tabbar/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/tabbar/index.js create mode 100644 yun-min-program-plugin-master/dist/tabbar/index.json create mode 100644 yun-min-program-plugin-master/dist/tabbar/index.wxml create mode 100644 yun-min-program-plugin-master/dist/tabbar/index.wxss create mode 100644 yun-min-program-plugin-master/dist/tabs/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/tabs/index.js create mode 100644 yun-min-program-plugin-master/dist/tabs/index.json create mode 100644 yun-min-program-plugin-master/dist/tabs/index.wxml create mode 100644 yun-min-program-plugin-master/dist/tabs/index.wxs create mode 100644 yun-min-program-plugin-master/dist/tabs/index.wxss create mode 100644 yun-min-program-plugin-master/dist/tag/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/tag/index.js create mode 100644 yun-min-program-plugin-master/dist/tag/index.json create mode 100644 yun-min-program-plugin-master/dist/tag/index.wxml create mode 100644 yun-min-program-plugin-master/dist/tag/index.wxss create mode 100644 yun-min-program-plugin-master/dist/toast/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/toast/index.js create mode 100644 yun-min-program-plugin-master/dist/toast/index.json create mode 100644 yun-min-program-plugin-master/dist/toast/index.wxml create mode 100644 yun-min-program-plugin-master/dist/toast/index.wxss create mode 100644 yun-min-program-plugin-master/dist/toast/toast.d.ts create mode 100644 yun-min-program-plugin-master/dist/toast/toast.js create mode 100644 yun-min-program-plugin-master/dist/transition/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/transition/index.js create mode 100644 yun-min-program-plugin-master/dist/transition/index.json create mode 100644 yun-min-program-plugin-master/dist/transition/index.wxml create mode 100644 yun-min-program-plugin-master/dist/transition/index.wxss create mode 100644 yun-min-program-plugin-master/dist/tree-select/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/tree-select/index.js create mode 100644 yun-min-program-plugin-master/dist/tree-select/index.json create mode 100644 yun-min-program-plugin-master/dist/tree-select/index.wxml create mode 100644 yun-min-program-plugin-master/dist/tree-select/index.wxs create mode 100644 yun-min-program-plugin-master/dist/tree-select/index.wxss create mode 100644 yun-min-program-plugin-master/dist/uploader/index.d.ts create mode 100644 yun-min-program-plugin-master/dist/uploader/index.js create mode 100644 yun-min-program-plugin-master/dist/uploader/index.json create mode 100644 yun-min-program-plugin-master/dist/uploader/index.wxml create mode 100644 yun-min-program-plugin-master/dist/uploader/index.wxss create mode 100644 yun-min-program-plugin-master/dist/uploader/shared.d.ts create mode 100644 yun-min-program-plugin-master/dist/uploader/shared.js create mode 100644 yun-min-program-plugin-master/dist/uploader/utils.d.ts create mode 100644 yun-min-program-plugin-master/dist/uploader/utils.js create mode 100644 yun-min-program-plugin-master/dist/wxs/add-unit.wxs create mode 100644 yun-min-program-plugin-master/dist/wxs/array.wxs create mode 100644 yun-min-program-plugin-master/dist/wxs/bem.wxs create mode 100644 yun-min-program-plugin-master/dist/wxs/memoize.wxs create mode 100644 yun-min-program-plugin-master/dist/wxs/object.wxs create mode 100644 yun-min-program-plugin-master/dist/wxs/utils.wxs create mode 100644 yun-min-program-plugin-master/ec-canvas/ec-canvas.js create mode 100644 yun-min-program-plugin-master/ec-canvas/ec-canvas.json create mode 100644 yun-min-program-plugin-master/ec-canvas/ec-canvas.wxml create mode 100644 yun-min-program-plugin-master/ec-canvas/ec-canvas.wxss create mode 100644 yun-min-program-plugin-master/ec-canvas/echarts.js create mode 100644 yun-min-program-plugin-master/ec-canvas/wx-canvas.js create mode 100644 yun-min-program-plugin-master/host.js create mode 100644 yun-min-program-plugin-master/image/card_img_a.png create mode 100644 yun-min-program-plugin-master/image/card_img_b.png create mode 100644 yun-min-program-plugin-master/image/card_img_c.png create mode 100644 yun-min-program-plugin-master/image/card_img_d.png create mode 100644 yun-min-program-plugin-master/image/couponsbg_1.png create mode 100644 yun-min-program-plugin-master/image/couponsbg_2.png create mode 100644 yun-min-program-plugin-master/image/couponsbg_3.png create mode 100644 yun-min-program-plugin-master/image/couponsbg_4.png create mode 100644 yun-min-program-plugin-master/image/couponsbg_5.png create mode 100644 yun-min-program-plugin-master/image/couponsbg_6.png create mode 100644 yun-min-program-plugin-master/image/couponsbg_7.png create mode 100644 yun-min-program-plugin-master/image/couponsbg_8.png create mode 100644 yun-min-program-plugin-master/image/credit_value_popup_decoration.png create mode 100644 yun-min-program-plugin-master/image/directSeeding/cart.png create mode 100644 yun-min-program-plugin-master/image/directSeeding/close.png create mode 100644 yun-min-program-plugin-master/image/directSeeding/close2_icon.png create mode 100644 yun-min-program-plugin-master/image/directSeeding/close3_icon.png create mode 100644 yun-min-program-plugin-master/image/directSeeding/close_icon.png create mode 100644 yun-min-program-plugin-master/image/directSeeding/start_icon.png create mode 100644 yun-min-program-plugin-master/image/directSeeding/zb_gift_icon.png create mode 100644 yun-min-program-plugin-master/image/directSeeding/zb_like_icon.png create mode 100644 yun-min-program-plugin-master/image/icon_API.png create mode 100644 yun-min-program-plugin-master/image/icon_API_HL.png create mode 100644 yun-min-program-plugin-master/image/icon_I.png create mode 100644 yun-min-program-plugin-master/image/icon_I_HL.png create mode 100644 yun-min-program-plugin-master/image/icon_cart.png create mode 100644 yun-min-program-plugin-master/image/icon_cart_HL.png create mode 100644 yun-min-program-plugin-master/image/icon_commission.png create mode 100644 yun-min-program-plugin-master/image/icon_commission_HL.png create mode 100644 yun-min-program-plugin-master/image/icon_component.png create mode 100644 yun-min-program-plugin-master/image/icon_component_HL.png create mode 100644 yun-min-program-plugin-master/image/icon_index.png create mode 100644 yun-min-program-plugin-master/image/icon_index_HL.png create mode 100644 yun-min-program-plugin-master/image/kefu.png create mode 100644 yun-min-program-plugin-master/image/level-icon.png create mode 100644 yun-min-program-plugin-master/image/rob-time.png create mode 100644 yun-min-program-plugin-master/image/uppictures.png create mode 100644 yun-min-program-plugin-master/images.wxss create mode 100644 yun-min-program-plugin-master/jsconfig.json create mode 100644 yun-min-program-plugin-master/mybehaviors/getInvite/getInvite.js create mode 100644 yun-min-program-plugin-master/mybehaviors/location/location.js create mode 100644 yun-min-program-plugin-master/mycomponent/ConnectCustomerService/ConnectCustomerService.js create mode 100644 yun-min-program-plugin-master/mycomponent/ConnectCustomerService/ConnectCustomerService.json create mode 100644 yun-min-program-plugin-master/mycomponent/ConnectCustomerService/ConnectCustomerService.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/ConnectCustomerService/ConnectCustomerService.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/DTurntable/DTurntable.js create mode 100644 yun-min-program-plugin-master/mycomponent/DTurntable/DTurntable.json create mode 100644 yun-min-program-plugin-master/mycomponent/DTurntable/DTurntable.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/DTurntable/DTurntable.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/channelsLiveFloat/channelsLiveFloat.js create mode 100644 yun-min-program-plugin-master/mycomponent/channelsLiveFloat/channelsLiveFloat.json create mode 100644 yun-min-program-plugin-master/mycomponent/channelsLiveFloat/channelsLiveFloat.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/channelsLiveFloat/channelsLiveFloat.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/count/count.js create mode 100644 yun-min-program-plugin-master/mycomponent/count/count.json create mode 100644 yun-min-program-plugin-master/mycomponent/count/count.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/count/count.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/customMessage/customMessage.js create mode 100644 yun-min-program-plugin-master/mycomponent/customMessage/customMessage.json create mode 100644 yun-min-program-plugin-master/mycomponent/customMessage/customMessage.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/customMessage/customMessage.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/diyfrom/diyfrom.js create mode 100644 yun-min-program-plugin-master/mycomponent/diyfrom/diyfrom.json create mode 100644 yun-min-program-plugin-master/mycomponent/diyfrom/diyfrom.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/diyfrom/diyfrom.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/foot/foot.js create mode 100644 yun-min-program-plugin-master/mycomponent/foot/foot.json create mode 100644 yun-min-program-plugin-master/mycomponent/foot/foot.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/foot/foot.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/goodsList/goodsList.js create mode 100644 yun-min-program-plugin-master/mycomponent/goodsList/goodsList.json create mode 100644 yun-min-program-plugin-master/mycomponent/goodsList/goodsList.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/goodsList/goodsList.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/groupListPopup/groupListPopup.js create mode 100644 yun-min-program-plugin-master/mycomponent/groupListPopup/groupListPopup.json create mode 100644 yun-min-program-plugin-master/mycomponent/groupListPopup/groupListPopup.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/groupListPopup/groupListPopup.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/mp-html/index.js create mode 100644 yun-min-program-plugin-master/mycomponent/mp-html/index.json create mode 100644 yun-min-program-plugin-master/mycomponent/mp-html/index.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/mp-html/index.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/mp-html/node/node.js create mode 100644 yun-min-program-plugin-master/mycomponent/mp-html/node/node.json create mode 100644 yun-min-program-plugin-master/mycomponent/mp-html/node/node.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/mp-html/node/node.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/mp-html/parser.js create mode 100644 yun-min-program-plugin-master/mycomponent/payKeyboard/PayKeyboardAsync.js create mode 100644 yun-min-program-plugin-master/mycomponent/payKeyboard/numberKeyboard/numberKeyboard.js create mode 100644 yun-min-program-plugin-master/mycomponent/payKeyboard/numberKeyboard/numberKeyboard.json create mode 100644 yun-min-program-plugin-master/mycomponent/payKeyboard/numberKeyboard/numberKeyboard.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/payKeyboard/numberKeyboard/numberKeyboard.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/payKeyboard/passwordInput/passwordInput.js create mode 100644 yun-min-program-plugin-master/mycomponent/payKeyboard/passwordInput/passwordInput.json create mode 100644 yun-min-program-plugin-master/mycomponent/payKeyboard/passwordInput/passwordInput.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/payKeyboard/passwordInput/passwordInput.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/payKeyboard/payKeyboard.js create mode 100644 yun-min-program-plugin-master/mycomponent/payKeyboard/payKeyboard.json create mode 100644 yun-min-program-plugin-master/mycomponent/payKeyboard/payKeyboard.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/payKeyboard/payKeyboard.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/searchHistory/searchHistory.js create mode 100644 yun-min-program-plugin-master/mycomponent/searchHistory/searchHistory.json create mode 100644 yun-min-program-plugin-master/mycomponent/searchHistory/searchHistory.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/searchHistory/searchHistory.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/star/star.js create mode 100644 yun-min-program-plugin-master/mycomponent/star/star.json create mode 100644 yun-min-program-plugin-master/mycomponent/star/star.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/star/star.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/temp/goods/goods.js create mode 100644 yun-min-program-plugin-master/mycomponent/temp/goods/goods.json create mode 100644 yun-min-program-plugin-master/mycomponent/temp/goods/goods.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/temp/goods/goods.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/temp/goods_qrcode/goods_qrcode.js create mode 100644 yun-min-program-plugin-master/mycomponent/temp/goods_qrcode/goods_qrcode.json create mode 100644 yun-min-program-plugin-master/mycomponent/temp/goods_qrcode/goods_qrcode.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/temp/goods_qrcode/goods_qrcode.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/temp/qrcode/qrcode.js create mode 100644 yun-min-program-plugin-master/mycomponent/temp/qrcode/qrcode.json create mode 100644 yun-min-program-plugin-master/mycomponent/temp/qrcode/qrcode.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/temp/qrcode/qrcode.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/yz-image/yz-image.js create mode 100644 yun-min-program-plugin-master/mycomponent/yz-image/yz-image.json create mode 100644 yun-min-program-plugin-master/mycomponent/yz-image/yz-image.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/yz-image/yz-image.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/yz_area/yz_area.js create mode 100644 yun-min-program-plugin-master/mycomponent/yz_area/yz_area.json create mode 100644 yun-min-program-plugin-master/mycomponent/yz_area/yz_area.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/yz_area/yz_area.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/yz_bindMobile/yz_bindMobile.js create mode 100644 yun-min-program-plugin-master/mycomponent/yz_bindMobile/yz_bindMobile.json create mode 100644 yun-min-program-plugin-master/mycomponent/yz_bindMobile/yz_bindMobile.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/yz_bindMobile/yz_bindMobile.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/yz_blank/yz_blank.js create mode 100644 yun-min-program-plugin-master/mycomponent/yz_blank/yz_blank.json create mode 100644 yun-min-program-plugin-master/mycomponent/yz_blank/yz_blank.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/yz_blank/yz_blank.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/yz_commentInput/yz_commentInput.js create mode 100644 yun-min-program-plugin-master/mycomponent/yz_commentInput/yz_commentInput.json create mode 100644 yun-min-program-plugin-master/mycomponent/yz_commentInput/yz_commentInput.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/yz_commentInput/yz_commentInput.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/yz_comment_popup/commentCell/commentCell.js create mode 100644 yun-min-program-plugin-master/mycomponent/yz_comment_popup/commentCell/commentCell.json create mode 100644 yun-min-program-plugin-master/mycomponent/yz_comment_popup/commentCell/commentCell.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/yz_comment_popup/commentCell/commentCell.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/yz_comment_popup/commentCellItem/commentCellItem.js create mode 100644 yun-min-program-plugin-master/mycomponent/yz_comment_popup/commentCellItem/commentCellItem.json create mode 100644 yun-min-program-plugin-master/mycomponent/yz_comment_popup/commentCellItem/commentCellItem.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/yz_comment_popup/commentCellItem/commentCellItem.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/yz_comment_popup/commentGroup/commentGroup.js create mode 100644 yun-min-program-plugin-master/mycomponent/yz_comment_popup/commentGroup/commentGroup.json create mode 100644 yun-min-program-plugin-master/mycomponent/yz_comment_popup/commentGroup/commentGroup.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/yz_comment_popup/commentGroup/commentGroup.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/yz_diyformV2/diyformV2.js create mode 100644 yun-min-program-plugin-master/mycomponent/yz_diyformV2/diyformV2.json create mode 100644 yun-min-program-plugin-master/mycomponent/yz_diyformV2/diyformV2.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/yz_diyformV2/diyformV2.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/yz_homeButton/yz_homeButton.js create mode 100644 yun-min-program-plugin-master/mycomponent/yz_homeButton/yz_homeButton.json create mode 100644 yun-min-program-plugin-master/mycomponent/yz_homeButton/yz_homeButton.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/yz_homeButton/yz_homeButton.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/yz_pay/yz_pay.js create mode 100644 yun-min-program-plugin-master/mycomponent/yz_pay_buttons/yz_pay_buttons.js create mode 100644 yun-min-program-plugin-master/mycomponent/yz_pay_buttons/yz_pay_buttons.json create mode 100644 yun-min-program-plugin-master/mycomponent/yz_pay_buttons/yz_pay_buttons.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/yz_pay_buttons/yz_pay_buttons.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/yz_specs/yz_specs.js create mode 100644 yun-min-program-plugin-master/mycomponent/yz_specs/yz_specs.json create mode 100644 yun-min-program-plugin-master/mycomponent/yz_specs/yz_specs.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/yz_specs/yz_specs.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/yz_specsV2/yz_specs.js create mode 100644 yun-min-program-plugin-master/mycomponent/yz_specsV2/yz_specs.json create mode 100644 yun-min-program-plugin-master/mycomponent/yz_specsV2/yz_specs.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/yz_specsV2/yz_specs.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/yz_upVideo/yz_upVideo.js create mode 100644 yun-min-program-plugin-master/mycomponent/yz_upVideo/yz_upVideo.json create mode 100644 yun-min-program-plugin-master/mycomponent/yz_upVideo/yz_upVideo.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/yz_upVideo/yz_upVideo.wxss create mode 100644 yun-min-program-plugin-master/mycomponent/yz_uploader/yz_uploader.js create mode 100644 yun-min-program-plugin-master/mycomponent/yz_uploader/yz_uploader.json create mode 100644 yun-min-program-plugin-master/mycomponent/yz_uploader/yz_uploader.wxml create mode 100644 yun-min-program-plugin-master/mycomponent/yz_uploader/yz_uploader.wxss create mode 100644 yun-min-program-plugin-master/mycss/iconImg.wxss create mode 100644 yun-min-program-plugin-master/mycss/iconfont.wxss create mode 100644 yun-min-program-plugin-master/mycss/stylesheet.wxss create mode 100644 yun-min-program-plugin-master/mymap/qqmap-wx-jssdk.min.js create mode 100644 yun-min-program-plugin-master/package.json create mode 100644 yun-min-program-plugin-master/packageA/detail_v2/detail_v2.js create mode 100644 yun-min-program-plugin-master/packageA/detail_v2/detail_v2.json create mode 100644 yun-min-program-plugin-master/packageA/detail_v2/detail_v2.wxml create mode 100644 yun-min-program-plugin-master/packageA/detail_v2/detail_v2.wxss create mode 100644 yun-min-program-plugin-master/packageA/detail_v2/touch.wxs create mode 100644 yun-min-program-plugin-master/packageA/hotel/HotelGoodsOrder/HotelGoodsOrder.js create mode 100644 yun-min-program-plugin-master/packageA/hotel/HotelGoodsOrder/HotelGoodsOrder.json create mode 100644 yun-min-program-plugin-master/packageA/hotel/HotelGoodsOrder/HotelGoodsOrder.wxml create mode 100644 yun-min-program-plugin-master/packageA/hotel/HotelGoodsOrder/HotelGoodsOrder.wxss create mode 100644 yun-min-program-plugin-master/packageA/hotel/HotelManage/HotelManage.js create mode 100644 yun-min-program-plugin-master/packageA/hotel/HotelManage/HotelManage.json create mode 100644 yun-min-program-plugin-master/packageA/hotel/HotelManage/HotelManage.wxml create mode 100644 yun-min-program-plugin-master/packageA/hotel/HotelManage/HotelManage.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/ClockPunch/ClockPunch.js create mode 100644 yun-min-program-plugin-master/packageA/member/ClockPunch/ClockPunch.json create mode 100644 yun-min-program-plugin-master/packageA/member/ClockPunch/ClockPunch.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/ClockPunch/ClockPunch.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/ClockPunchRecord/ClockPunchRecord.js create mode 100644 yun-min-program-plugin-master/packageA/member/ClockPunchRecord/ClockPunchRecord.json create mode 100644 yun-min-program-plugin-master/packageA/member/ClockPunchRecord/ClockPunchRecord.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/ClockPunchRecord/ClockPunchRecord.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/ClockPunchRule/ClockPunchRule.js create mode 100644 yun-min-program-plugin-master/packageA/member/ClockPunchRule/ClockPunchRule.json create mode 100644 yun-min-program-plugin-master/packageA/member/ClockPunchRule/ClockPunchRule.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/ClockPunchRule/ClockPunchRule.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/CourseManage/CourseManage.js create mode 100644 yun-min-program-plugin-master/packageA/member/CourseManage/CourseManage.json create mode 100644 yun-min-program-plugin-master/packageA/member/CourseManage/CourseManage.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/CourseManage/CourseManage.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/DistributionOrders/DistributionOrders.js create mode 100644 yun-min-program-plugin-master/packageA/member/DistributionOrders/DistributionOrders.json create mode 100644 yun-min-program-plugin-master/packageA/member/DistributionOrders/DistributionOrders.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/DistributionOrders/DistributionOrders.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/SupplierCenter/SupplierCenter.js create mode 100644 yun-min-program-plugin-master/packageA/member/SupplierCenter/SupplierCenter.json create mode 100644 yun-min-program-plugin-master/packageA/member/SupplierCenter/SupplierCenter.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/SupplierCenter/SupplierCenter.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/article/ArticleList/ArticleList.js create mode 100644 yun-min-program-plugin-master/packageA/member/article/ArticleList/ArticleList.json create mode 100644 yun-min-program-plugin-master/packageA/member/article/ArticleList/ArticleList.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/article/ArticleList/ArticleList.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/article/articleContent/articleContent.js create mode 100644 yun-min-program-plugin-master/packageA/member/article/articleContent/articleContent.json create mode 100644 yun-min-program-plugin-master/packageA/member/article/articleContent/articleContent.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/article/articleContent/articleContent.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/article/noticeByCategory/noticeByCategory.js create mode 100644 yun-min-program-plugin-master/packageA/member/article/noticeByCategory/noticeByCategory.json create mode 100644 yun-min-program-plugin-master/packageA/member/article/noticeByCategory/noticeByCategory.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/article/noticeByCategory/noticeByCategory.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/article/noticeReport/noticeReport.js create mode 100644 yun-min-program-plugin-master/packageA/member/article/noticeReport/noticeReport.json create mode 100644 yun-min-program-plugin-master/packageA/member/article/noticeReport/noticeReport.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/article/noticeReport/noticeReport.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/balance/balance/balance.js create mode 100644 yun-min-program-plugin-master/packageA/member/balance/balance/balance.json create mode 100644 yun-min-program-plugin-master/packageA/member/balance/balance/balance.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/balance/balance/balance.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/balance/balance_recharge/balance_recharge.js create mode 100644 yun-min-program-plugin-master/packageA/member/balance/balance_recharge/balance_recharge.json create mode 100644 yun-min-program-plugin-master/packageA/member/balance/balance_recharge/balance_recharge.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/balance/balance_recharge/balance_recharge.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/balance/balance_transfer/balance_transfer.js create mode 100644 yun-min-program-plugin-master/packageA/member/balance/balance_transfer/balance_transfer.json create mode 100644 yun-min-program-plugin-master/packageA/member/balance/balance_transfer/balance_transfer.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/balance/balance_transfer/balance_transfer.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/balance/balance_withdrawals/balance_withdrawals.js create mode 100644 yun-min-program-plugin-master/packageA/member/balance/balance_withdrawals/balance_withdrawals.json create mode 100644 yun-min-program-plugin-master/packageA/member/balance/balance_withdrawals/balance_withdrawals.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/balance/balance_withdrawals/balance_withdrawals.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/balance/detailed/detailed.js create mode 100644 yun-min-program-plugin-master/packageA/member/balance/detailed/detailed.json create mode 100644 yun-min-program-plugin-master/packageA/member/balance/detailed/detailed.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/balance/detailed/detailed.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/balance/details/details.js create mode 100644 yun-min-program-plugin-master/packageA/member/balance/details/details.json create mode 100644 yun-min-program-plugin-master/packageA/member/balance/details/details.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/balance/details/details.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/balance/supplier_withdrawals/supplier_withdrawals.js create mode 100644 yun-min-program-plugin-master/packageA/member/balance/supplier_withdrawals/supplier_withdrawals.json create mode 100644 yun-min-program-plugin-master/packageA/member/balance/supplier_withdrawals/supplier_withdrawals.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/balance/supplier_withdrawals/supplier_withdrawals.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/balance/transformLoveV/transformLoveV.js create mode 100644 yun-min-program-plugin-master/packageA/member/balance/transformLoveV/transformLoveV.json create mode 100644 yun-min-program-plugin-master/packageA/member/balance/transformLoveV/transformLoveV.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/balance/transformLoveV/transformLoveV.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/balance_password/balance_password.js create mode 100644 yun-min-program-plugin-master/packageA/member/balance_password/balance_password.json create mode 100644 yun-min-program-plugin-master/packageA/member/balance_password/balance_password.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/balance_password/balance_password.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/conferenceList/conferenceList.js create mode 100644 yun-min-program-plugin-master/packageA/member/conferenceList/conferenceList.json create mode 100644 yun-min-program-plugin-master/packageA/member/conferenceList/conferenceList.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/conferenceList/conferenceList.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/coupon_v2/coupon_v2.js create mode 100644 yun-min-program-plugin-master/packageA/member/coupon_v2/coupon_v2.json create mode 100644 yun-min-program-plugin-master/packageA/member/coupon_v2/coupon_v2.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/coupon_v2/coupon_v2.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/coupon_v2/swipeCell.js create mode 100644 yun-min-program-plugin-master/packageA/member/coupon_v2/swipeCell.json create mode 100644 yun-min-program-plugin-master/packageA/member/coupon_v2/swipeCell.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/coupon_v2/swipeCell.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/coupon_v2_detail/coupon_v2_detail.js create mode 100644 yun-min-program-plugin-master/packageA/member/coupon_v2_detail/coupon_v2_detail.json create mode 100644 yun-min-program-plugin-master/packageA/member/coupon_v2_detail/coupon_v2_detail.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/coupon_v2_detail/coupon_v2_detail.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseDetail/CourseDetail.js create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseDetail/CourseDetail.json create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseDetail/CourseDetail.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseDetail/CourseDetail.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseHistory/CourseHistory.js create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseHistory/CourseHistory.json create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseHistory/CourseHistory.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseHistory/CourseHistory.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseIndex/CourseIndex.js create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseIndex/CourseIndex.json create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseIndex/CourseIndex.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseIndex/CourseIndex.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseMemberUpdate/CourseMemberUpdate.js create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseMemberUpdate/CourseMemberUpdate.json create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseMemberUpdate/CourseMemberUpdate.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseMemberUpdate/CourseMemberUpdate.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseMy/CourseMy.js create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseMy/CourseMy.json create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseMy/CourseMy.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseMy/CourseMy.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseReward/CourseReward.js create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseReward/CourseReward.json create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseReward/CourseReward.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseReward/CourseReward.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseSearch/CourseSearch.js create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseSearch/CourseSearch.json create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseSearch/CourseSearch.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/course/CourseSearch/CourseSearch.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/course/VoiceDetail/VoiceDetail.js create mode 100644 yun-min-program-plugin-master/packageA/member/course/VoiceDetail/VoiceDetail.json create mode 100644 yun-min-program-plugin-master/packageA/member/course/VoiceDetail/VoiceDetail.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/course/VoiceDetail/VoiceDetail.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/course/VoiceList/VoiceList.js create mode 100644 yun-min-program-plugin-master/packageA/member/course/VoiceList/VoiceList.json create mode 100644 yun-min-program-plugin-master/packageA/member/course/VoiceList/VoiceList.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/course/VoiceList/VoiceList.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/distribution/distribution.js create mode 100644 yun-min-program-plugin-master/packageA/member/distribution/distribution.json create mode 100644 yun-min-program-plugin-master/packageA/member/distribution/distribution.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/distribution/distribution.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/editmobile/editmobile.js create mode 100644 yun-min-program-plugin-master/packageA/member/editmobile/editmobile.json create mode 100644 yun-min-program-plugin-master/packageA/member/editmobile/editmobile.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/editmobile/editmobile.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/extension/CustomQueue/CustomQueue.js create mode 100644 yun-min-program-plugin-master/packageA/member/extension/CustomQueue/CustomQueue.json create mode 100644 yun-min-program-plugin-master/packageA/member/extension/CustomQueue/CustomQueue.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/extension/CustomQueue/CustomQueue.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/extension/ExtensionApply/ExtensionApply.js create mode 100644 yun-min-program-plugin-master/packageA/member/extension/ExtensionApply/ExtensionApply.json create mode 100644 yun-min-program-plugin-master/packageA/member/extension/ExtensionApply/ExtensionApply.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/extension/ExtensionApply/ExtensionApply.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/extension/ExtensionGoods/ExtensionGoods.js create mode 100644 yun-min-program-plugin-master/packageA/member/extension/ExtensionGoods/ExtensionGoods.json create mode 100644 yun-min-program-plugin-master/packageA/member/extension/ExtensionGoods/ExtensionGoods.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/extension/ExtensionGoods/ExtensionGoods.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/extension/MyIncome/MyIncome.js create mode 100644 yun-min-program-plugin-master/packageA/member/extension/MyIncome/MyIncome.json create mode 100644 yun-min-program-plugin-master/packageA/member/extension/MyIncome/MyIncome.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/extension/MyIncome/MyIncome.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/extension/Performance/Performance.js create mode 100644 yun-min-program-plugin-master/packageA/member/extension/Performance/Performance.json create mode 100644 yun-min-program-plugin-master/packageA/member/extension/Performance/Performance.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/extension/Performance/Performance.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/extension/alreadySettled/alreadySettled.js create mode 100644 yun-min-program-plugin-master/packageA/member/extension/alreadySettled/alreadySettled.json create mode 100644 yun-min-program-plugin-master/packageA/member/extension/alreadySettled/alreadySettled.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/extension/alreadySettled/alreadySettled.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/extension/commission/commission.js create mode 100644 yun-min-program-plugin-master/packageA/member/extension/commission/commission.json create mode 100644 yun-min-program-plugin-master/packageA/member/extension/commission/commission.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/extension/commission/commission.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/extension/distributionOrder/distributionOrder.js create mode 100644 yun-min-program-plugin-master/packageA/member/extension/distributionOrder/distributionOrder.json create mode 100644 yun-min-program-plugin-master/packageA/member/extension/distributionOrder/distributionOrder.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/extension/distributionOrder/distributionOrder.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/extension/earningList/earningList.js create mode 100644 yun-min-program-plugin-master/packageA/member/extension/earningList/earningList.json create mode 100644 yun-min-program-plugin-master/packageA/member/extension/earningList/earningList.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/extension/earningList/earningList.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/extension/incomedetails/incomedetails.js create mode 100644 yun-min-program-plugin-master/packageA/member/extension/incomedetails/incomedetails.json create mode 100644 yun-min-program-plugin-master/packageA/member/extension/incomedetails/incomedetails.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/extension/incomedetails/incomedetails.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/extension/myEarnings/myEarnings.js create mode 100644 yun-min-program-plugin-master/packageA/member/extension/myEarnings/myEarnings.json create mode 100644 yun-min-program-plugin-master/packageA/member/extension/myEarnings/myEarnings.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/extension/myEarnings/myEarnings.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/extension/notPresent/notPresent.js create mode 100644 yun-min-program-plugin-master/packageA/member/extension/notPresent/notPresent.json create mode 100644 yun-min-program-plugin-master/packageA/member/extension/notPresent/notPresent.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/extension/notPresent/notPresent.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/extension/present/present.js create mode 100644 yun-min-program-plugin-master/packageA/member/extension/present/present.json create mode 100644 yun-min-program-plugin-master/packageA/member/extension/present/present.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/extension/present/present.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/extension/unsettled/unsettled.js create mode 100644 yun-min-program-plugin-master/packageA/member/extension/unsettled/unsettled.json create mode 100644 yun-min-program-plugin-master/packageA/member/extension/unsettled/unsettled.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/extension/unsettled/unsettled.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/income_details_info/income_details_info.js create mode 100644 yun-min-program-plugin-master/packageA/member/income_details_info/income_details_info.json create mode 100644 yun-min-program-plugin-master/packageA/member/income_details_info/income_details_info.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/income_details_info/income_details_info.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/info/info.js create mode 100644 yun-min-program-plugin-master/packageA/member/info/info.json create mode 100644 yun-min-program-plugin-master/packageA/member/info/info.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/info/info.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/info_costom/info_costom.js create mode 100644 yun-min-program-plugin-master/packageA/member/info_costom/info_costom.json create mode 100644 yun-min-program-plugin-master/packageA/member/info_costom/info_costom.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/info_costom/info_costom.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/memberBank/memberBank.js create mode 100644 yun-min-program-plugin-master/packageA/member/memberBank/memberBank.json create mode 100644 yun-min-program-plugin-master/packageA/member/memberBank/memberBank.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/memberBank/memberBank.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/myOrder_v2/myOrder_v2.js create mode 100644 yun-min-program-plugin-master/packageA/member/myOrder_v2/myOrder_v2.json create mode 100644 yun-min-program-plugin-master/packageA/member/myOrder_v2/myOrder_v2.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/myOrder_v2/myOrder_v2.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/notice/notice.js create mode 100644 yun-min-program-plugin-master/packageA/member/notice/notice.json create mode 100644 yun-min-program-plugin-master/packageA/member/notice/notice.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/notice/notice.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/order/TransferAccount/TransferAccount.js create mode 100644 yun-min-program-plugin-master/packageA/member/order/TransferAccount/TransferAccount.json create mode 100644 yun-min-program-plugin-master/packageA/member/order/TransferAccount/TransferAccount.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/order/TransferAccount/TransferAccount.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/order/cps-components/cps-order-item/cps-order-item.js create mode 100644 yun-min-program-plugin-master/packageA/member/order/cps-components/cps-order-item/cps-order-item.json create mode 100644 yun-min-program-plugin-master/packageA/member/order/cps-components/cps-order-item/cps-order-item.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/order/cps-components/cps-order-item/cps-order-item.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/order/cpsCoupon/cpsCoupon.js create mode 100644 yun-min-program-plugin-master/packageA/member/order/cpsCoupon/cpsCoupon.json create mode 100644 yun-min-program-plugin-master/packageA/member/order/cpsCoupon/cpsCoupon.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/order/cpsCoupon/cpsCoupon.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/order/cpsOrder/cpsOrder.js create mode 100644 yun-min-program-plugin-master/packageA/member/order/cpsOrder/cpsOrder.json create mode 100644 yun-min-program-plugin-master/packageA/member/order/cpsOrder/cpsOrder.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/order/cpsOrder/cpsOrder.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/order/logistics/logistics.js create mode 100644 yun-min-program-plugin-master/packageA/member/order/logistics/logistics.json create mode 100644 yun-min-program-plugin-master/packageA/member/order/logistics/logistics.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/order/logistics/logistics.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/order/orderCash/orderCash.js create mode 100644 yun-min-program-plugin-master/packageA/member/order/orderCash/orderCash.json create mode 100644 yun-min-program-plugin-master/packageA/member/order/orderCash/orderCash.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/order/orderCash/orderCash.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/order/orderLogisticsDetails/orderLogisticsDetails.js create mode 100644 yun-min-program-plugin-master/packageA/member/order/orderLogisticsDetails/orderLogisticsDetails.json create mode 100644 yun-min-program-plugin-master/packageA/member/order/orderLogisticsDetails/orderLogisticsDetails.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/order/orderLogisticsDetails/orderLogisticsDetails.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/order/orderLogisticsDetails/orderLogisticsDetails_position.png create mode 100644 yun-min-program-plugin-master/packageA/member/order/scancodeAccount/scancodeAccount.js create mode 100644 yun-min-program-plugin-master/packageA/member/order/scancodeAccount/scancodeAccount.json create mode 100644 yun-min-program-plugin-master/packageA/member/order/scancodeAccount/scancodeAccount.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/order/scancodeAccount/scancodeAccount.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/orderdetail/orderdetail.js create mode 100644 yun-min-program-plugin-master/packageA/member/orderdetail/orderdetail.json create mode 100644 yun-min-program-plugin-master/packageA/member/orderdetail/orderdetail.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/orderdetail/orderdetail.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/pick_up_card_order/pick_up_card_order.js create mode 100644 yun-min-program-plugin-master/packageA/member/pick_up_card_order/pick_up_card_order.json create mode 100644 yun-min-program-plugin-master/packageA/member/pick_up_card_order/pick_up_card_order.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/pick_up_card_order/pick_up_card_order.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/presentationDetails/presentationDetails.js create mode 100644 yun-min-program-plugin-master/packageA/member/presentationDetails/presentationDetails.json create mode 100644 yun-min-program-plugin-master/packageA/member/presentationDetails/presentationDetails.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/presentationDetails/presentationDetails.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/presentationRecord/presentationRecord.js create mode 100644 yun-min-program-plugin-master/packageA/member/presentationRecord/presentationRecord.json create mode 100644 yun-min-program-plugin-master/packageA/member/presentationRecord/presentationRecord.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/presentationRecord/presentationRecord.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/presentationRecordSuppier/presentationRecordSuppier.js create mode 100644 yun-min-program-plugin-master/packageA/member/presentationRecordSuppier/presentationRecordSuppier.json create mode 100644 yun-min-program-plugin-master/packageA/member/presentationRecordSuppier/presentationRecordSuppier.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/presentationRecordSuppier/presentationRecordSuppier.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/presentationRecord_v2/presentationRecord_v2.js create mode 100644 yun-min-program-plugin-master/packageA/member/presentationRecord_v2/presentationRecord_v2.json create mode 100644 yun-min-program-plugin-master/packageA/member/presentationRecord_v2/presentationRecord_v2.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/presentationRecord_v2/presentationRecord_v2.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/rankingIndex/rankingIndex.js create mode 100644 yun-min-program-plugin-master/packageA/member/rankingIndex/rankingIndex.json create mode 100644 yun-min-program-plugin-master/packageA/member/rankingIndex/rankingIndex.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/rankingIndex/rankingIndex.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/rechargeCode/rechargeCode.js create mode 100644 yun-min-program-plugin-master/packageA/member/rechargeCode/rechargeCode.json create mode 100644 yun-min-program-plugin-master/packageA/member/rechargeCode/rechargeCode.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/rechargeCode/rechargeCode.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/set_balance_password/set_balance_password.js create mode 100644 yun-min-program-plugin-master/packageA/member/set_balance_password/set_balance_password.json create mode 100644 yun-min-program-plugin-master/packageA/member/set_balance_password/set_balance_password.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/set_balance_password/set_balance_password.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/sign/sign.js create mode 100644 yun-min-program-plugin-master/packageA/member/sign/sign.json create mode 100644 yun-min-program-plugin-master/packageA/member/sign/sign.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/sign/sign.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/signrecord/signrecord.js create mode 100644 yun-min-program-plugin-master/packageA/member/signrecord/signrecord.json create mode 100644 yun-min-program-plugin-master/packageA/member/signrecord/signrecord.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/signrecord/signrecord.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/signrules/signrules.js create mode 100644 yun-min-program-plugin-master/packageA/member/signrules/signrules.json create mode 100644 yun-min-program-plugin-master/packageA/member/signrules/signrules.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/signrules/signrules.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/storeApply/storeApply.js create mode 100644 yun-min-program-plugin-master/packageA/member/storeApply/storeApply.json create mode 100644 yun-min-program-plugin-master/packageA/member/storeApply/storeApply.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/storeApply/storeApply.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/CommodityEditor/CommodityEditor.js create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/CommodityEditor/CommodityEditor.json create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/CommodityEditor/CommodityEditor.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/CommodityEditor/CommodityEditor.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/CommodityManagement/CommodityManagement.js create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/CommodityManagement/CommodityManagement.json create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/CommodityManagement/CommodityManagement.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/CommodityManagement/CommodityManagement.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/CommodityRelease/CommodityRelease.js create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/CommodityRelease/CommodityRelease.json create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/CommodityRelease/CommodityRelease.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/CommodityRelease/CommodityRelease.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupInfoManage/SupInfoManage.js create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupInfoManage/SupInfoManage.json create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupInfoManage/SupInfoManage.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupInfoManage/SupInfoManage.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupplierIndex/SupplierIndex.js create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupplierIndex/SupplierIndex.json create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupplierIndex/SupplierIndex.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupplierIndex/SupplierIndex.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupplierInfo/SupplierInfo.js create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupplierInfo/SupplierInfo.json create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupplierInfo/SupplierInfo.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupplierInfo/SupplierInfo.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupplierSearch/SupplierSearch.js create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupplierSearch/SupplierSearch.json create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupplierSearch/SupplierSearch.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupplierSearch/SupplierSearch.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupplierShop/SupplierShop.js create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupplierShop/SupplierShop.json create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupplierShop/SupplierShop.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/SupplierShop/SupplierShop.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/component/activity/activity.js create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/component/activity/activity.json create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/component/activity/activity.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/component/activity/activity.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/component/classify/classify.js create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/component/classify/classify.json create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/component/classify/classify.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/component/classify/classify.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/supplier.js create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/supplier.json create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/supplier.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/supplier/supplier.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/withdrawEditmobile/withdrawEditmobile.js create mode 100644 yun-min-program-plugin-master/packageA/member/withdrawEditmobile/withdrawEditmobile.json create mode 100644 yun-min-program-plugin-master/packageA/member/withdrawEditmobile/withdrawEditmobile.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/withdrawEditmobile/withdrawEditmobile.wxss create mode 100644 yun-min-program-plugin-master/packageA/member/withdrawal/withdrawal.js create mode 100644 yun-min-program-plugin-master/packageA/member/withdrawal/withdrawal.json create mode 100644 yun-min-program-plugin-master/packageA/member/withdrawal/withdrawal.wxml create mode 100644 yun-min-program-plugin-master/packageA/member/withdrawal/withdrawal.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/Permissions/Permissions.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/Permissions/Permissions.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/Permissions/Permissions.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/Permissions/Permissions.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/basicInformation/basicInformation.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/basicInformation/basicInformation.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/basicInformation/basicInformation.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/basicInformation/basicInformation.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/count/count.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/count/count.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/count/count.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/count/count.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/coupon_item/coupon_item.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/coupon_item/coupon_item.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/coupon_item/coupon_item.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/coupon_item/coupon_item.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/course_goods/course_goods.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/course_goods/course_goods.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/course_goods/course_goods.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/course_goods/course_goods.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/discount/discount.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/discount/discount.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/discount/discount.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/discount/discount.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/floatOrder/floatOrder.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/floatOrder/floatOrder.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/floatOrder/floatOrder.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/floatOrder/floatOrder.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/backup/backup.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/backup/backup.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/backup/backup.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/backup/backup.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/buyNow/buyNow.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/buyNow/buyNow.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/buyNow/buyNow.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/buyNow/buyNow.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/foot/foot.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/foot/foot.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/foot/foot.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/foot/foot.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/appointment/appointment.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/appointment/appointment.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/appointment/appointment.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/appointment/appointment.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/comment/comment.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/comment/comment.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/comment/comment.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/comment/comment.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/fixedPrice/fixedPrice.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/fixedPrice/fixedPrice.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/fixedPrice/fixedPrice.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/fixedPrice/fixedPrice.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/goodSwipe/goodSwipe.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/goodSwipe/goodSwipe.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/goodSwipe/goodSwipe.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/goodSwipe/goodSwipe.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/groupWork/groupWork.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/groupWork/groupWork.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/groupWork/groupWork.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/groupWork/groupWork.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/guessLike/guessLike.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/guessLike/guessLike.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/guessLike/guessLike.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/guessLike/guessLike.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/invitationAndLive/invitationAndLive.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/invitationAndLive/invitationAndLive.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/invitationAndLive/invitationAndLive.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/invitationAndLive/invitationAndLive.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/market/market.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/market/market.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/market/market.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/market/market.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/member/member.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/member/member.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/member/member.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/member/member.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/producer/producer.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/producer/producer.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/producer/producer.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/producer/producer.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/projectCardModule/projectCard/projectCard.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/projectCardModule/projectCard/projectCard.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/projectCardModule/projectCard/projectCard.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/projectCardModule/projectCard/projectCard.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/projectCardModule/projectCardModule.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/projectCardModule/projectCardModule.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/projectCardModule/projectCardModule.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/projectCardModule/projectCardModule.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/supplierModel/supplierModel.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/supplierModel/supplierModel.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/supplierModel/supplierModel.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/supplierModel/supplierModel.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/timeAppointment/timeAppointment.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/timeAppointment/timeAppointment.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/timeAppointment/timeAppointment.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/plugin/timeAppointment/timeAppointment.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/priceTitleRepertorySales/priceTitleRepertorySales.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/priceTitleRepertorySales/priceTitleRepertorySales.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/priceTitleRepertorySales/priceTitleRepertorySales.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/priceTitleRepertorySales/priceTitleRepertorySales.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/selfParameterServicetag/selfParameterServicetag.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/selfParameterServicetag/selfParameterServicetag.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/selfParameterServicetag/selfParameterServicetag.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/selfParameterServicetag/selfParameterServicetag.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/timeLimit/timeLimit.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/timeLimit/timeLimit.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/timeLimit/timeLimit.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/timeLimit/timeLimit.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/zhpGroup/zhplist.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/zhpGroup/zhplist.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/zhpGroup/zhplist.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goodsComponent/zhpGroup/zhplist.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goods_Electricity/goods_Electricity.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goods_Electricity/goods_Electricity.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goods_Electricity/goods_Electricity.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goods_Electricity/goods_Electricity.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goods_new/goods_new.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goods_new/goods_new.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goods_new/goods_new.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goods_new/goods_new.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goods_telephone_charges_pro/goods_telephone_charges_pro.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goods_telephone_charges_pro/goods_telephone_charges_pro.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goods_telephone_charges_pro/goods_telephone_charges_pro.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/goods_telephone_charges_pro/goods_telephone_charges_pro.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/group_buy/group_buy.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/group_buy/group_buy.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/group_buy/group_buy.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/group_buy/group_buy.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/invitation/invitation.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/invitation/invitation.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/invitation/invitation.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/invitation/invitation.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/offline_order/offline_order.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/offline_order/offline_order.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/offline_order/offline_order.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/offline_order/offline_order.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/oil_recharge_goods/oil_recharge_goods.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/oil_recharge_goods/oil_recharge_goods.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/oil_recharge_goods/oil_recharge_goods.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/oil_recharge_goods/oil_recharge_goods.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/orderList/orderList.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/orderList/orderList.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/orderList/orderList.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/orderList/orderList.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/star_group/star_group.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/star_group/star_group.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/star_group/star_group.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/star_group/star_group.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/store_goods/store_goods.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/store_goods/store_goods.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/store_goods/store_goods.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/store_goods/store_goods.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/sweep_buy_goods/sweep_buy_goods.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/sweep_buy_goods/sweep_buy_goods.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/sweep_buy_goods/sweep_buy_goods.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/sweep_buy_goods/sweep_buy_goods.wxss create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/voice_shop/good_detail.js create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/voice_shop/good_detail.json create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/voice_shop/good_detail.wxml create mode 100644 yun-min-program-plugin-master/packageA/mycomponent/voice_shop/good_detail.wxss create mode 100644 yun-min-program-plugin-master/packageA/others/GoodsComment/GoodsComment.js create mode 100644 yun-min-program-plugin-master/packageA/others/GoodsComment/GoodsComment.json create mode 100644 yun-min-program-plugin-master/packageA/others/GoodsComment/GoodsComment.wxml create mode 100644 yun-min-program-plugin-master/packageA/others/GoodsComment/GoodsComment.wxss create mode 100644 yun-min-program-plugin-master/packageA/others/HJinfo/bankCardInformation/bankCardInformation.js create mode 100644 yun-min-program-plugin-master/packageA/others/HJinfo/bankCardInformation/bankCardInformation.json create mode 100644 yun-min-program-plugin-master/packageA/others/HJinfo/bankCardInformation/bankCardInformation.wxml create mode 100644 yun-min-program-plugin-master/packageA/others/HJinfo/bankCardInformation/bankCardInformation.wxss create mode 100644 yun-min-program-plugin-master/packageA/others/HJinfo/bankcardin/bankcardin.js create mode 100644 yun-min-program-plugin-master/packageA/others/HJinfo/bankcardin/bankcardin.json create mode 100644 yun-min-program-plugin-master/packageA/others/HJinfo/bankcardin/bankcardin.wxml create mode 100644 yun-min-program-plugin-master/packageA/others/HJinfo/bankcardin/bankcardin.wxss create mode 100644 yun-min-program-plugin-master/packageA/others/materialCenter/materialCenter.js create mode 100644 yun-min-program-plugin-master/packageA/others/materialCenter/materialCenter.json create mode 100644 yun-min-program-plugin-master/packageA/others/materialCenter/materialCenter.wxml create mode 100644 yun-min-program-plugin-master/packageA/others/materialCenter/materialCenter.wxss create mode 100644 yun-min-program-plugin-master/packageA/others/materialSearch/materialSearch.js create mode 100644 yun-min-program-plugin-master/packageA/others/materialSearch/materialSearch.json create mode 100644 yun-min-program-plugin-master/packageA/others/materialSearch/materialSearch.wxml create mode 100644 yun-min-program-plugin-master/packageA/others/materialSearch/materialSearch.wxss create mode 100644 yun-min-program-plugin-master/packageA/others/order_ruturn_info/order_ruturn_info.js create mode 100644 yun-min-program-plugin-master/packageA/others/order_ruturn_info/order_ruturn_info.json create mode 100644 yun-min-program-plugin-master/packageA/others/order_ruturn_info/order_ruturn_info.wxml create mode 100644 yun-min-program-plugin-master/packageA/others/order_ruturn_info/order_ruturn_info.wxss create mode 100644 yun-min-program-plugin-master/packageB/conference/MeetingExtendList/MeetingExtendList.js create mode 100644 yun-min-program-plugin-master/packageB/conference/MeetingExtendList/MeetingExtendList.json create mode 100644 yun-min-program-plugin-master/packageB/conference/MeetingExtendList/MeetingExtendList.wxml create mode 100644 yun-min-program-plugin-master/packageB/conference/MeetingExtendList/MeetingExtendList.wxss create mode 100644 yun-min-program-plugin-master/packageB/conference/MeetingIndex/MeetingIndex.js create mode 100644 yun-min-program-plugin-master/packageB/conference/MeetingIndex/MeetingIndex.json create mode 100644 yun-min-program-plugin-master/packageB/conference/MeetingIndex/MeetingIndex.wxml create mode 100644 yun-min-program-plugin-master/packageB/conference/MeetingIndex/MeetingIndex.wxss create mode 100644 yun-min-program-plugin-master/packageB/conference/MeetingIndexDetail/MeetingIndexDetail.js create mode 100644 yun-min-program-plugin-master/packageB/conference/MeetingIndexDetail/MeetingIndexDetail.json create mode 100644 yun-min-program-plugin-master/packageB/conference/MeetingIndexDetail/MeetingIndexDetail.wxml create mode 100644 yun-min-program-plugin-master/packageB/conference/MeetingIndexDetail/MeetingIndexDetail.wxss create mode 100644 yun-min-program-plugin-master/packageB/conference/activity/activity.js create mode 100644 yun-min-program-plugin-master/packageB/conference/activity/activity.json create mode 100644 yun-min-program-plugin-master/packageB/conference/activity/activity.wxml create mode 100644 yun-min-program-plugin-master/packageB/conference/activity/activity.wxss create mode 100644 yun-min-program-plugin-master/packageB/conference/conferenceSign/conferenceSign.js create mode 100644 yun-min-program-plugin-master/packageB/conference/conferenceSign/conferenceSign.json create mode 100644 yun-min-program-plugin-master/packageB/conference/conferenceSign/conferenceSign.wxml create mode 100644 yun-min-program-plugin-master/packageB/conference/conferenceSign/conferenceSign.wxss create mode 100644 yun-min-program-plugin-master/packageB/conference/myActivityInfo/myActivityInfo.js create mode 100644 yun-min-program-plugin-master/packageB/conference/myActivityInfo/myActivityInfo.json create mode 100644 yun-min-program-plugin-master/packageB/conference/myActivityInfo/myActivityInfo.wxml create mode 100644 yun-min-program-plugin-master/packageB/conference/myActivityInfo/myActivityInfo.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/CardIndex/CardIndex.js create mode 100644 yun-min-program-plugin-master/packageB/member/CardIndex/CardIndex.json create mode 100644 yun-min-program-plugin-master/packageB/member/CardIndex/CardIndex.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/CardIndex/CardIndex.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/FrozenCoin/FrozenCoin.js create mode 100644 yun-min-program-plugin-master/packageB/member/FrozenCoin/FrozenCoin.json create mode 100644 yun-min-program-plugin-master/packageB/member/FrozenCoin/FrozenCoin.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/FrozenCoin/FrozenCoin.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralActivity/IntegralActivity.js create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralActivity/IntegralActivity.json create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralActivity/IntegralActivity.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralActivity/IntegralActivity.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralGeneralization/IntegralGeneralization.js create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralGeneralization/IntegralGeneralization.json create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralGeneralization/IntegralGeneralization.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralGeneralization/IntegralGeneralization.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralGetRecord/IntegralGetRecord.js create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralGetRecord/IntegralGetRecord.json create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralGetRecord/IntegralGetRecord.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralGetRecord/IntegralGetRecord.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralPresent/IntegralPresent.js create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralPresent/IntegralPresent.json create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralPresent/IntegralPresent.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralPresent/IntegralPresent.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralRecord/IntegralRecord.js create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralRecord/IntegralRecord.json create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralRecord/IntegralRecord.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/IntegralRecord/IntegralRecord.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_change/Integral_change.js create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_change/Integral_change.json create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_change/Integral_change.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_change/Integral_change.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_invest/Integral_invest.js create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_invest/Integral_invest.json create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_invest/Integral_invest.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_invest/Integral_invest.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_love/Integral_love.js create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_love/Integral_love.json create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_love/Integral_love.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_love/Integral_love.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_love_cash/Integral_love_cash.js create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_love_cash/Integral_love_cash.json create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_love_cash/Integral_love_cash.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_love_cash/Integral_love_cash.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_love_detail/Integral_love_detail.js create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_love_detail/Integral_love_detail.json create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_love_detail/Integral_love_detail.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_love_detail/Integral_love_detail.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_love_transfer/Integral_love_transfer.js create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_love_transfer/Integral_love_transfer.json create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_love_transfer/Integral_love_transfer.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/Integral_love_transfer/Integral_love_transfer.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/MemberGradeList/MemberGradeList.js create mode 100644 yun-min-program-plugin-master/packageB/member/MemberGradeList/MemberGradeList.json create mode 100644 yun-min-program-plugin-master/packageB/member/MemberGradeList/MemberGradeList.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/MemberGradeList/MemberGradeList.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/OrderRecord/OrderRecord.js create mode 100644 yun-min-program-plugin-master/packageB/member/OrderRecord/OrderRecord.json create mode 100644 yun-min-program-plugin-master/packageB/member/OrderRecord/OrderRecord.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/OrderRecord/OrderRecord.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/OrderReturn/OrderReturn.js create mode 100644 yun-min-program-plugin-master/packageB/member/OrderReturn/OrderReturn.json create mode 100644 yun-min-program-plugin-master/packageB/member/OrderReturn/OrderReturn.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/OrderReturn/OrderReturn.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/OrderReturnCheck/OrderReturnCheck.js create mode 100644 yun-min-program-plugin-master/packageB/member/OrderReturnCheck/OrderReturnCheck.json create mode 100644 yun-min-program-plugin-master/packageB/member/OrderReturnCheck/OrderReturnCheck.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/OrderReturnCheck/OrderReturnCheck.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/OrderReturnSure/OrderReturnSure.js create mode 100644 yun-min-program-plugin-master/packageB/member/OrderReturnSure/OrderReturnSure.json create mode 100644 yun-min-program-plugin-master/packageB/member/OrderReturnSure/OrderReturnSure.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/OrderReturnSure/OrderReturnSure.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/PutForwardCoin/PutForwardCoin.js create mode 100644 yun-min-program-plugin-master/packageB/member/PutForwardCoin/PutForwardCoin.json create mode 100644 yun-min-program-plugin-master/packageB/member/PutForwardCoin/PutForwardCoin.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/PutForwardCoin/PutForwardCoin.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/RechargeCoin/RechargeCoin.js create mode 100644 yun-min-program-plugin-master/packageB/member/RechargeCoin/RechargeCoin.json create mode 100644 yun-min-program-plugin-master/packageB/member/RechargeCoin/RechargeCoin.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/RechargeCoin/RechargeCoin.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/RightGood/RightGood.js create mode 100644 yun-min-program-plugin-master/packageB/member/RightGood/RightGood.json create mode 100644 yun-min-program-plugin-master/packageB/member/RightGood/RightGood.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/RightGood/RightGood.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/address/myinfo/myinfo.js create mode 100644 yun-min-program-plugin-master/packageB/member/address/myinfo/myinfo.json create mode 100644 yun-min-program-plugin-master/packageB/member/address/myinfo/myinfo.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/address/myinfo/myinfo.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/addressAdd/addressAdd.js create mode 100644 yun-min-program-plugin-master/packageB/member/addressAdd/addressAdd.json create mode 100644 yun-min-program-plugin-master/packageB/member/addressAdd/addressAdd.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/addressAdd/addressAdd.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/addressManage/addressManage.js create mode 100644 yun-min-program-plugin-master/packageB/member/addressManage/addressManage.json create mode 100644 yun-min-program-plugin-master/packageB/member/addressManage/addressManage.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/addressManage/addressManage.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/BusinessCard/BusinessCard.js create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/BusinessCard/BusinessCard.json create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/BusinessCard/BusinessCard.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/BusinessCard/BusinessCard.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardCenter/CardCenter.js create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardCenter/CardCenter.json create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardCenter/CardCenter.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardCenter/CardCenter.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardCode/CardCode.js create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardCode/CardCode.json create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardCode/CardCode.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardCode/CardCode.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardCollect/CardCollect.js create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardCollect/CardCollect.json create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardCollect/CardCollect.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardCollect/CardCollect.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardFootprint/CardFootprint.js create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardFootprint/CardFootprint.json create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardFootprint/CardFootprint.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardFootprint/CardFootprint.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardGoods/CardGoods.js create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardGoods/CardGoods.json create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardGoods/CardGoods.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardGoods/CardGoods.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardRanking/CardRanking.js create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardRanking/CardRanking.json create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardRanking/CardRanking.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardRanking/CardRanking.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardVisit/CardVisit.js create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardVisit/CardVisit.json create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardVisit/CardVisit.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardVisit/CardVisit.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardVisit/image/card_img_a.png create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardVisit/image/card_img_b.png create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardVisit/image/card_img_c.png create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/CardVisit/image/card_img_d.png create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/Card_Action/Card_Action.js create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/Card_Action/Card_Action.json create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/Card_Action/Card_Action.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/Card_Action/Card_Action.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/EditCard/EditCard.js create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/EditCard/EditCard.json create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/EditCard/EditCard.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/business_card/EditCard/EditCard.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/category/brand_v2/brand_v2.js create mode 100644 yun-min-program-plugin-master/packageB/member/category/brand_v2/brand_v2.json create mode 100644 yun-min-program-plugin-master/packageB/member/category/brand_v2/brand_v2.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/category/brand_v2/brand_v2.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/category/brandgoods/brandgoods.js create mode 100644 yun-min-program-plugin-master/packageB/member/category/brandgoods/brandgoods.json create mode 100644 yun-min-program-plugin-master/packageB/member/category/brandgoods/brandgoods.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/category/brandgoods/brandgoods.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/category/catelist/catelist.js create mode 100644 yun-min-program-plugin-master/packageB/member/category/catelist/catelist.json create mode 100644 yun-min-program-plugin-master/packageB/member/category/catelist/catelist.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/category/catelist/catelist.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/category/search_v2/search_v2.js create mode 100644 yun-min-program-plugin-master/packageB/member/category/search_v2/search_v2.json create mode 100644 yun-min-program-plugin-master/packageB/member/category/search_v2/search_v2.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/category/search_v2/search_v2.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/chain_shop/ChainShopIndex/ChainShopIndex.js create mode 100644 yun-min-program-plugin-master/packageB/member/chain_shop/ChainShopIndex/ChainShopIndex.json create mode 100644 yun-min-program-plugin-master/packageB/member/chain_shop/ChainShopIndex/ChainShopIndex.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/chain_shop/ChainShopIndex/ChainShopIndex.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/chain_shop/ChainShopInfo/ChainShopInfo.js create mode 100644 yun-min-program-plugin-master/packageB/member/chain_shop/ChainShopInfo/ChainShopInfo.json create mode 100644 yun-min-program-plugin-master/packageB/member/chain_shop/ChainShopInfo/ChainShopInfo.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/chain_shop/ChainShopInfo/ChainShopInfo.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/comment/comment.js create mode 100644 yun-min-program-plugin-master/packageB/member/comment/comment.json create mode 100644 yun-min-program-plugin-master/packageB/member/comment/comment.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/comment/comment.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/commodity_coupon/CommodityCouponGive/CommodityCouponGive.js create mode 100644 yun-min-program-plugin-master/packageB/member/commodity_coupon/CommodityCouponGive/CommodityCouponGive.json create mode 100644 yun-min-program-plugin-master/packageB/member/commodity_coupon/CommodityCouponGive/CommodityCouponGive.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/commodity_coupon/CommodityCouponGive/CommodityCouponGive.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/commodity_coupon/commodityCoupon_edit/commodityCoupon_edit.js create mode 100644 yun-min-program-plugin-master/packageB/member/commodity_coupon/commodityCoupon_edit/commodityCoupon_edit.json create mode 100644 yun-min-program-plugin-master/packageB/member/commodity_coupon/commodityCoupon_edit/commodityCoupon_edit.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/commodity_coupon/commodityCoupon_edit/commodityCoupon_edit.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/commodity_coupon/commodity_coupon/commodity_coupon.js create mode 100644 yun-min-program-plugin-master/packageB/member/commodity_coupon/commodity_coupon/commodity_coupon.json create mode 100644 yun-min-program-plugin-master/packageB/member/commodity_coupon/commodity_coupon/commodity_coupon.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/commodity_coupon/commodity_coupon/commodity_coupon.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/couponLog/couponLog.js create mode 100644 yun-min-program-plugin-master/packageB/member/couponLog/couponLog.json create mode 100644 yun-min-program-plugin-master/packageB/member/couponLog/couponLog.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/couponLog/couponLog.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/creditInfo/creditInfo.js create mode 100644 yun-min-program-plugin-master/packageB/member/creditInfo/creditInfo.json create mode 100644 yun-min-program-plugin-master/packageB/member/creditInfo/creditInfo.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/creditInfo/creditInfo.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionActivityDetail/DistributionActivityDetail.js create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionActivityDetail/DistributionActivityDetail.json create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionActivityDetail/DistributionActivityDetail.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionActivityDetail/DistributionActivityDetail.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionCommissionDetail/DistributionCommissionDetail.js create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionCommissionDetail/DistributionCommissionDetail.json create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionCommissionDetail/DistributionCommissionDetail.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionCommissionDetail/DistributionCommissionDetail.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionIndex/DistributionIndex.js create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionIndex/DistributionIndex.json create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionIndex/DistributionIndex.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionIndex/DistributionIndex.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionParticipant/DistributionParticipant.js create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionParticipant/DistributionParticipant.json create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionParticipant/DistributionParticipant.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionParticipant/DistributionParticipant.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionSearch/DistributionSearch.js create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionSearch/DistributionSearch.json create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionSearch/DistributionSearch.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionSearch/DistributionSearch.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionStatistics/DistributionStatistics.js create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionStatistics/DistributionStatistics.json create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionStatistics/DistributionStatistics.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/distribution_queue/DistributionStatistics/DistributionStatistics.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/AwardDetail/AwardDetail.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/AwardDetail/AwardDetail.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/AwardDetail/AwardDetail.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/AwardDetail/AwardDetail.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/AwardRecord/AwardRecord.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/AwardRecord/AwardRecord.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/AwardRecord/AwardRecord.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/AwardRecord/AwardRecord.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/ExtensionPage/ExtensionPage.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/ExtensionPage/ExtensionPage.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/ExtensionPage/ExtensionPage.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/ExtensionPage/ExtensionPage.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/ManagementRecord/ManagementRecord.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/ManagementRecord/ManagementRecord.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/ManagementRecord/ManagementRecord.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/ManagementRecord/ManagementRecord.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/PartnershipTeam/PartnershipTeam.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/PartnershipTeam/PartnershipTeam.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/PartnershipTeam/PartnershipTeam.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/PartnershipTeam/PartnershipTeam.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/QueueRecord/QueueRecord.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/QueueRecord/QueueRecord.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/QueueRecord/QueueRecord.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/QueueRecord/QueueRecord.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/RecordOfAwards/RecordOfAwards.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/RecordOfAwards/RecordOfAwards.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/RecordOfAwards/RecordOfAwards.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/RecordOfAwards/RecordOfAwards.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/RewardProcess/RewardProcess.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/RewardProcess/RewardProcess.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/RewardProcess/RewardProcess.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/RewardProcess/RewardProcess.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/RewardQueue/RewardQueue.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/RewardQueue/RewardQueue.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/RewardQueue/RewardQueue.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/RewardQueue/RewardQueue.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/TaskList/TaskList.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/TaskList/TaskList.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/TaskList/TaskList.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/TaskList/TaskList.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/TeamDataCount/TeamDataCount.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/TeamDataCount/TeamDataCount.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/TeamDataCount/TeamDataCount.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/TeamDataCount/TeamDataCount.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/consumerReturnPoint/consumerReturnPoint.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/consumerReturnPoint/consumerReturnPoint.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/consumerReturnPoint/consumerReturnPoint.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/consumerReturnPoint/consumerReturnPoint.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_apply/enterprise_apply.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_apply/enterprise_apply.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_apply/enterprise_apply.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_apply/enterprise_apply.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_center_supplier/enterprise_center_supplier.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_center_supplier/enterprise_center_supplier.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_center_supplier/enterprise_center_supplier.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_center_supplier/enterprise_center_supplier.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_index/enterprise_index.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_index/enterprise_index.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_index/enterprise_index.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_index/enterprise_index.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_store/enterprise_store.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_store/enterprise_store.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_store/enterprise_store.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_store/enterprise_store.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_supplier_info/enterprise_supplier_info.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_supplier_info/enterprise_supplier_info.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_supplier_info/enterprise_supplier_info.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprise_supplier_info/enterprise_supplier_info.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprose_center_apply/enterprose_center_apply.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprose_center_apply/enterprose_center_apply.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprose_center_apply/enterprose_center_apply.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/enterprose_center_apply/enterprose_center_apply.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/mryt/mryt.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/mryt/mryt.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/mryt/mryt.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/mryt/mryt.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/point_activity_award_center/point_activity_award_center.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/point_activity_award_center/point_activity_award_center.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/point_activity_award_center/point_activity_award_center.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/point_activity_award_center/point_activity_award_center.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/profit/profit.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/profit/profit.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/profit/profit.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/profit/profit.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/reward_detail/reward_detail.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/reward_detail/reward_detail.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/reward_detail/reward_detail.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/reward_detail/reward_detail.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/sale_commission/sale_commission.js create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/sale_commission/sale_commission.json create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/sale_commission/sale_commission.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/enterprise/sale_commission/sale_commission.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/goods/GoodsBrand/GoodsBrand.js create mode 100644 yun-min-program-plugin-master/packageB/member/goods/GoodsBrand/GoodsBrand.json create mode 100644 yun-min-program-plugin-master/packageB/member/goods/GoodsBrand/GoodsBrand.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/goods/GoodsBrand/GoodsBrand.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/group/GroupDetail/GroupDetail.js create mode 100644 yun-min-program-plugin-master/packageB/member/group/GroupDetail/GroupDetail.json create mode 100644 yun-min-program-plugin-master/packageB/member/group/GroupDetail/GroupDetail.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/group/GroupDetail/GroupDetail.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/group/GroupList/GroupList.js create mode 100644 yun-min-program-plugin-master/packageB/member/group/GroupList/GroupList.json create mode 100644 yun-min-program-plugin-master/packageB/member/group/GroupList/GroupList.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/group/GroupList/GroupList.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/group/MyGroups/MyGroups.js create mode 100644 yun-min-program-plugin-master/packageB/member/group/MyGroups/MyGroups.json create mode 100644 yun-min-program-plugin-master/packageB/member/group/MyGroups/MyGroups.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/group/MyGroups/MyGroups.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/group_buy/group_buy_detail/group_buy_detail.js create mode 100644 yun-min-program-plugin-master/packageB/member/group_buy/group_buy_detail/group_buy_detail.json create mode 100644 yun-min-program-plugin-master/packageB/member/group_buy/group_buy_detail/group_buy_detail.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/group_buy/group_buy_detail/group_buy_detail.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/group_buy/group_buy_list/group_buy_list.js create mode 100644 yun-min-program-plugin-master/packageB/member/group_buy/group_buy_list/group_buy_list.json create mode 100644 yun-min-program-plugin-master/packageB/member/group_buy/group_buy_list/group_buy_list.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/group_buy/group_buy_list/group_buy_list.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/group_buy/my_group_buy/my_group_buy.js create mode 100644 yun-min-program-plugin-master/packageB/member/group_buy/my_group_buy/my_group_buy.json create mode 100644 yun-min-program-plugin-master/packageB/member/group_buy/my_group_buy/my_group_buy.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/group_buy/my_group_buy/my_group_buy.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/handWithdraw/handWithdraw.js create mode 100644 yun-min-program-plugin-master/packageB/member/handWithdraw/handWithdraw.json create mode 100644 yun-min-program-plugin-master/packageB/member/handWithdraw/handWithdraw.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/handWithdraw/handWithdraw.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/helpcenter/helpcenter.js create mode 100644 yun-min-program-plugin-master/packageB/member/helpcenter/helpcenter.json create mode 100644 yun-min-program-plugin-master/packageB/member/helpcenter/helpcenter.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/helpcenter/helpcenter.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/FranchiserRed/FranchiserRed.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/FranchiserRed/FranchiserRed.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/FranchiserRed/FranchiserRed.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/FranchiserRed/FranchiserRed.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/RedReward/RedReward.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/RedReward/RedReward.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/RedReward/RedReward.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/RedReward/RedReward.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/TeamClient/TeamClient.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/TeamClient/TeamClient.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/TeamClient/TeamClient.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/TeamClient/TeamClient.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/applyRegionalAgency/applyRegionalAgency.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/applyRegionalAgency/applyRegionalAgency.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/applyRegionalAgency/applyRegionalAgency.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/applyRegionalAgency/applyRegionalAgency.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/codeHistory/codeHistory.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/codeHistory/codeHistory.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/codeHistory/codeHistory.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/codeHistory/codeHistory.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/courseIncome/courseIncome.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/courseIncome/courseIncome.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/courseIncome/courseIncome.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/courseIncome/courseIncome.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/fixedReward/fixedReward.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/fixedReward/fixedReward.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/fixedReward/fixedReward.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/fixedReward/fixedReward.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/full_return_center/full_return_center.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/full_return_center/full_return_center.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/full_return_center/full_return_center.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/full_return_center/full_return_center.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/full_return_list_info/full_return_list_info.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/full_return_list_info/full_return_list_info.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/full_return_list_info/full_return_list_info.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/full_return_list_info/full_return_list_info.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/income/income.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/income/income.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/income/income.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/income/income.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/level_return/level_return.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/level_return/level_return.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/level_return/level_return.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/level_return/level_return.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/new_team_bonus/new_team_bonus.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/new_team_bonus/new_team_bonus.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/new_team_bonus/new_team_bonus.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/new_team_bonus/new_team_bonus.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/regionalAgencyCenter/regionalAgencyCenter.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/regionalAgencyCenter/regionalAgencyCenter.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/regionalAgencyCenter/regionalAgencyCenter.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/regionalAgencyCenter/regionalAgencyCenter.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/shareholder_dividend/shareholder_dividend.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/shareholder_dividend/shareholder_dividend.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/shareholder_dividend/shareholder_dividend.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/shareholder_dividend/shareholder_dividend.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/single_return_center/single_return_center.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/single_return_center/single_return_center.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/single_return_center/single_return_center.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/single_return_center/single_return_center.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/single_return_list_info/single_return_list_info.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/single_return_list_info/single_return_list_info.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/single_return_list_info/single_return_list_info.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/single_return_list_info/single_return_list_info.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamAgentCenter/teamAgentCenter.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamAgentCenter/teamAgentCenter.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamAgentCenter/teamAgentCenter.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamAgentCenter/teamAgentCenter.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamCode/teamCode.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamCode/teamCode.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamCode/teamCode.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamCode/teamCode.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamPerformance/teamPerformance.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamPerformance/teamPerformance.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamPerformance/teamPerformance.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamPerformance/teamPerformance.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamlevel_return_center/teamlevel_return_center.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamlevel_return_center/teamlevel_return_center.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamlevel_return_center/teamlevel_return_center.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamlevel_return_center/teamlevel_return_center.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamlevel_return_list_info/teamlevel_return_list_info.js create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamlevel_return_list_info/teamlevel_return_list_info.json create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamlevel_return_list_info/teamlevel_return_list_info.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/income/teamlevel_return_list_info/teamlevel_return_list_info.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/integral/integral.js create mode 100644 yun-min-program-plugin-master/packageB/member/integral/integral.json create mode 100644 yun-min-program-plugin-master/packageB/member/integral/integral.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/integral/integral.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/integralDetail/integralDetail.js create mode 100644 yun-min-program-plugin-master/packageB/member/integralDetail/integralDetail.json create mode 100644 yun-min-program-plugin-master/packageB/member/integralDetail/integralDetail.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/integralDetail/integralDetail.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/integral_transfer/integral_transfer.js create mode 100644 yun-min-program-plugin-master/packageB/member/integral_transfer/integral_transfer.json create mode 100644 yun-min-program-plugin-master/packageB/member/integral_transfer/integral_transfer.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/integral_transfer/integral_transfer.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/integrallist/integrallist.js create mode 100644 yun-min-program-plugin-master/packageB/member/integrallist/integrallist.json create mode 100644 yun-min-program-plugin-master/packageB/member/integrallist/integrallist.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/integrallist/integrallist.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/LoveRecharge/LoveRecharge.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/LoveRecharge/LoveRecharge.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/LoveRecharge/LoveRecharge.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/LoveRecharge/LoveRecharge.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/LoveSpeedLease/LoveSpeedLease.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/LoveSpeedLease/LoveSpeedLease.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/LoveSpeedLease/LoveSpeedLease.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/LoveSpeedLease/LoveSpeedLease.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/Love_index/Love_index.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/Love_index/Love_index.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/Love_index/Love_index.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/Love_index/Love_index.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/donate/DonateIndex.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/donate/DonateIndex.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/donate/DonateIndex.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/donate/DonateIndex.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/loveCashbackRecord/loveCashbackRecord.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/loveCashbackRecord/loveCashbackRecord.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/loveCashbackRecord/loveCashbackRecord.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/loveCashbackRecord/loveCashbackRecord.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/loveCycleReceive/loveCycleReceive.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/loveCycleReceive/loveCycleReceive.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/loveCycleReceive/loveCycleReceive.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/loveCycleReceive/loveCycleReceive.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/lovePerformance/lovePerformance.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/lovePerformance/lovePerformance.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/lovePerformance/lovePerformance.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/lovePerformance/lovePerformance.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/lovePeriod/lovePeriod.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/lovePeriod/lovePeriod.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/lovePeriod/lovePeriod.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/lovePeriod/lovePeriod.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/loveWithdrawals/loveWithdrawals.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/loveWithdrawals/loveWithdrawals.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/loveWithdrawals/loveWithdrawals.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/loveWithdrawals/loveWithdrawals.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_activation/love_activation.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_activation/love_activation.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_activation/love_activation.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_activation/love_activation.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_explain/love_explain.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_explain/love_explain.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_explain/love_explain.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_explain/love_explain.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_gift_bag/love_gift_bag.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_gift_bag/love_gift_bag.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_gift_bag/love_gift_bag.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_gift_bag/love_gift_bag.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_gift_queue/love_gift_queue.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_gift_queue/love_gift_queue.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_gift_queue/love_gift_queue.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_gift_queue/love_gift_queue.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_list/love_list.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_list/love_list.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_list/love_list.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_list/love_list.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_record/love_record.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_record/love_record.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_record/love_record.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_record/love_record.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_trading/love_trading.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_trading/love_trading.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_trading/love_trading.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_trading/love_trading.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_transfer/love_transfer.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_transfer/love_transfer.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_transfer/love_transfer.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/love_transfer/love_transfer.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/love/toIntegral/toIntegral.js create mode 100644 yun-min-program-plugin-master/packageB/member/love/toIntegral/toIntegral.json create mode 100644 yun-min-program-plugin-master/packageB/member/love/toIntegral/toIntegral.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/love/toIntegral/toIntegral.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_balance_withdrawals/overseas_balance_withdrawals.js create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_balance_withdrawals/overseas_balance_withdrawals.json create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_balance_withdrawals/overseas_balance_withdrawals.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_balance_withdrawals/overseas_balance_withdrawals.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_index/overseas_index.js create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_index/overseas_index.json create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_index/overseas_index.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_index/overseas_index.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_list/overseas_list.js create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_list/overseas_list.json create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_list/overseas_list.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_list/overseas_list.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_record/overseas_record.js create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_record/overseas_record.json create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_record/overseas_record.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_record/overseas_record.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_transfer/overseas_transfer.js create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_transfer/overseas_transfer.json create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_transfer/overseas_transfer.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/overseas_transfer/overseas_transfer.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/ranking/rankingListFirst/rankingListFirst.js create mode 100644 yun-min-program-plugin-master/packageB/member/ranking/rankingListFirst/rankingListFirst.json create mode 100644 yun-min-program-plugin-master/packageB/member/ranking/rankingListFirst/rankingListFirst.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/ranking/rankingListFirst/rankingListFirst.wxss create mode 100644 yun-min-program-plugin-master/packageB/member/ranking/rankingListSecond/rankingListSecond.js create mode 100644 yun-min-program-plugin-master/packageB/member/ranking/rankingListSecond/rankingListSecond.json create mode 100644 yun-min-program-plugin-master/packageB/member/ranking/rankingListSecond/rankingListSecond.wxml create mode 100644 yun-min-program-plugin-master/packageB/member/ranking/rankingListSecond/rankingListSecond.wxss create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/Waterfalls_flow/Waterfalls_flow.js create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/Waterfalls_flow/Waterfalls_flow.json create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/Waterfalls_flow/Waterfalls_flow.wxml create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/Waterfalls_flow/Waterfalls_flow.wxss create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/backup/backup.js create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/backup/backup.json create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/backup/backup.wxml create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/backup/backup.wxss create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/sort/sort.js create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/sort/sort.json create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/sort/sort.wxml create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/sort/sort.wxss create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/storeList02/storeList02.js create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/storeList02/storeList02.json create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/storeList02/storeList02.wxml create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/storeList02/storeList02.wxss create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/videoList/videoList.js create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/videoList/videoList.json create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/videoList/videoList.wxml create mode 100644 yun-min-program-plugin-master/packageB/mycomponent/videoList/videoList.wxss create mode 100644 yun-min-program-plugin-master/packageC/CouponExchange/index.js create mode 100644 yun-min-program-plugin-master/packageC/CouponExchange/index.json create mode 100644 yun-min-program-plugin-master/packageC/CouponExchange/index.wxml create mode 100644 yun-min-program-plugin-master/packageC/CouponExchange/index.wxss create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/Myindex/Myindex.js create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/Myindex/Myindex.json create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/Myindex/Myindex.wxml create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/Myindex/Myindex.wxss create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/Mylove/Mylove.js create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/Mylove/Mylove.json create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/Mylove/Mylove.wxml create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/Mylove/Mylove.wxss create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/Myshaky/Myshaky.js create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/Myshaky/Myshaky.json create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/Myshaky/Myshaky.wxml create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/Myshaky/Myshaky.wxss create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/Registration/Registration.js create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/Registration/Registration.json create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/Registration/Registration.wxml create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/Registration/Registration.wxss create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/RegistrationDetail/RegistrationDetail.js create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/RegistrationDetail/RegistrationDetail.json create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/RegistrationDetail/RegistrationDetail.wxml create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/RegistrationDetail/RegistrationDetail.wxss create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/activityHome/activityHome.js create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/activityHome/activityHome.json create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/activityHome/activityHome.wxml create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/activityHome/activityHome.wxss create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/enroll/enroll.js create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/enroll/enroll.json create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/enroll/enroll.wxml create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/enroll/enroll.wxss create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/enrollEnter/enrollEnter.js create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/enrollEnter/enrollEnter.json create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/enrollEnter/enrollEnter.wxml create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/enrollEnter/enrollEnter.wxss create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/lecturerDetail/lecturerDetail.js create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/lecturerDetail/lecturerDetail.json create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/lecturerDetail/lecturerDetail.wxml create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/lecturerDetail/lecturerDetail.wxss create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/searchResult/searchResult.js create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/searchResult/searchResult.json create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/searchResult/searchResult.wxml create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/searchResult/searchResult.wxss create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/sign_in/sign_in.js create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/sign_in/sign_in.json create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/sign_in/sign_in.wxml create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/sign_in/sign_in.wxss create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/sort/sort.js create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/sort/sort.json create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/sort/sort.wxml create mode 100644 yun-min-program-plugin-master/packageC/Myshaky/sort/sort.wxss create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashier/cashier.js create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashier/cashier.json create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashier/cashier.wxml create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashier/cashier.wxss create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashierIncome/cashierIncome.js create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashierIncome/cashierIncome.json create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashierIncome/cashierIncome.wxml create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashierIncome/cashierIncome.wxss create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashier_pay/cashier_pay.js create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashier_pay/cashier_pay.json create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashier_pay/cashier_pay.wxml create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashier_pay/cashier_pay.wxss create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashier_qr/cashier_qr.js create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashier_qr/cashier_qr.json create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashier_qr/cashier_qr.wxml create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashier_qr/cashier_qr.wxss create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashier_stat/cashier_stat.js create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashier_stat/cashier_stat.json create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashier_stat/cashier_stat.wxml create mode 100644 yun-min-program-plugin-master/packageC/cashier/cashier_stat/cashier_stat.wxss create mode 100644 yun-min-program-plugin-master/packageC/components/audio-slider/audio-slider.js create mode 100644 yun-min-program-plugin-master/packageC/components/audio-slider/audio-slider.json create mode 100644 yun-min-program-plugin-master/packageC/components/audio-slider/audio-slider.wxml create mode 100644 yun-min-program-plugin-master/packageC/components/audio-slider/audio-slider.wxss create mode 100644 yun-min-program-plugin-master/packageC/components/audio-upload/audio-upload.js create mode 100644 yun-min-program-plugin-master/packageC/components/audio-upload/audio-upload.json create mode 100644 yun-min-program-plugin-master/packageC/components/audio-upload/audio-upload.wxml create mode 100644 yun-min-program-plugin-master/packageC/components/audio-upload/audio-upload.wxss create mode 100644 yun-min-program-plugin-master/packageC/components/deposit-ladder-cell/deposit-ladder-cell.js create mode 100644 yun-min-program-plugin-master/packageC/components/deposit-ladder-cell/deposit-ladder-cell.json create mode 100644 yun-min-program-plugin-master/packageC/components/deposit-ladder-cell/deposit-ladder-cell.wxml create mode 100644 yun-min-program-plugin-master/packageC/components/deposit-ladder-cell/deposit-ladder-cell.wxss create mode 100644 yun-min-program-plugin-master/packageC/components/yz_addressList/yz_addressList.js create mode 100644 yun-min-program-plugin-master/packageC/components/yz_addressList/yz_addressList.json create mode 100644 yun-min-program-plugin-master/packageC/components/yz_addressList/yz_addressList.wxml create mode 100644 yun-min-program-plugin-master/packageC/components/yz_addressList/yz_addressList.wxss create mode 100644 yun-min-program-plugin-master/packageC/components/yz_specs/yz_specs.js create mode 100644 yun-min-program-plugin-master/packageC/components/yz_specs/yz_specs.json create mode 100644 yun-min-program-plugin-master/packageC/components/yz_specs/yz_specs.wxml create mode 100644 yun-min-program-plugin-master/packageC/components/yz_specs/yz_specs.wxss create mode 100644 yun-min-program-plugin-master/packageC/couponList/couponList.js create mode 100644 yun-min-program-plugin-master/packageC/couponList/couponList.json create mode 100644 yun-min-program-plugin-master/packageC/couponList/couponList.wxml create mode 100644 yun-min-program-plugin-master/packageC/couponList/couponList.wxss create mode 100644 yun-min-program-plugin-master/packageC/couponcode/couponcode.js create mode 100644 yun-min-program-plugin-master/packageC/couponcode/couponcode.json create mode 100644 yun-min-program-plugin-master/packageC/couponcode/couponcode.wxml create mode 100644 yun-min-program-plugin-master/packageC/couponcode/couponcode.wxss create mode 100644 yun-min-program-plugin-master/packageC/diyform/diyform.js create mode 100644 yun-min-program-plugin-master/packageC/diyform/diyform.json create mode 100644 yun-min-program-plugin-master/packageC/diyform/diyform.wxml create mode 100644 yun-min-program-plugin-master/packageC/diyform/diyform.wxss create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/coupon_exchange/coupon_exchange.js create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/coupon_exchange/coupon_exchange.json create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/coupon_exchange/coupon_exchange.wxml create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/coupon_exchange/coupon_exchange.wxss create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/coupon_exrecord/coupon_exrecord.js create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/coupon_exrecord/coupon_exrecord.json create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/coupon_exrecord/coupon_exrecord.wxml create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/coupon_exrecord/coupon_exrecord.wxss create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/entry_volume/entry_volume.js create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/entry_volume/entry_volume.json create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/entry_volume/entry_volume.wxml create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/entry_volume/entry_volume.wxss create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/home/home.js create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/home/home.json create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/home/home.wxml create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/home/home.wxss create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/money_detail/money_detail.js create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/money_detail/money_detail.json create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/money_detail/money_detail.wxml create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/money_detail/money_detail.wxss create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/my_volume/my_volume.js create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/my_volume/my_volume.json create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/my_volume/my_volume.wxml create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/my_volume/my_volume.wxss create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/volume_detail/volume_detail.js create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/volume_detail/volume_detail.json create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/volume_detail/volume_detail.wxml create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/volume_detail/volume_detail.wxss create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/wholesale_volume/wholesale_volume.js create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/wholesale_volume/wholesale_volume.json create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/wholesale_volume/wholesale_volume.wxml create mode 100644 yun-min-program-plugin-master/packageC/entry_orders/wholesale_volume/wholesale_volume.wxss create mode 100644 yun-min-program-plugin-master/packageC/frogpro/backScreenlogin/backScreenlogin.js create mode 100644 yun-min-program-plugin-master/packageC/frogpro/backScreenlogin/backScreenlogin.json create mode 100644 yun-min-program-plugin-master/packageC/frogpro/backScreenlogin/backScreenlogin.wxml create mode 100644 yun-min-program-plugin-master/packageC/frogpro/backScreenlogin/backScreenlogin.wxss create mode 100644 yun-min-program-plugin-master/packageC/frogpro/cashier_desk/cashier_desk.js create mode 100644 yun-min-program-plugin-master/packageC/frogpro/cashier_desk/cashier_desk.json create mode 100644 yun-min-program-plugin-master/packageC/frogpro/cashier_desk/cashier_desk.wxml create mode 100644 yun-min-program-plugin-master/packageC/frogpro/cashier_desk/cashier_desk.wxss create mode 100644 yun-min-program-plugin-master/packageC/frogpro/lose/lose.js create mode 100644 yun-min-program-plugin-master/packageC/frogpro/lose/lose.json create mode 100644 yun-min-program-plugin-master/packageC/frogpro/lose/lose.wxml create mode 100644 yun-min-program-plugin-master/packageC/frogpro/lose/lose.wxss create mode 100644 yun-min-program-plugin-master/packageC/frogpro/storeManagement/storeManagement.js create mode 100644 yun-min-program-plugin-master/packageC/frogpro/storeManagement/storeManagement.json create mode 100644 yun-min-program-plugin-master/packageC/frogpro/storeManagement/storeManagement.wxml create mode 100644 yun-min-program-plugin-master/packageC/frogpro/storeManagement/storeManagement.wxss create mode 100644 yun-min-program-plugin-master/packageC/frogpro/succeededPayment/succeededPayment.js create mode 100644 yun-min-program-plugin-master/packageC/frogpro/succeededPayment/succeededPayment.json create mode 100644 yun-min-program-plugin-master/packageC/frogpro/succeededPayment/succeededPayment.wxml create mode 100644 yun-min-program-plugin-master/packageC/frogpro/succeededPayment/succeededPayment.wxss create mode 100644 yun-min-program-plugin-master/packageC/frogpro/waitingPayment/waitingPayment.js create mode 100644 yun-min-program-plugin-master/packageC/frogpro/waitingPayment/waitingPayment.json create mode 100644 yun-min-program-plugin-master/packageC/frogpro/waitingPayment/waitingPayment.wxml create mode 100644 yun-min-program-plugin-master/packageC/frogpro/waitingPayment/waitingPayment.wxss create mode 100644 yun-min-program-plugin-master/packageC/frogpro_front/frontScreenlogin/frontScreenlogin.js create mode 100644 yun-min-program-plugin-master/packageC/frogpro_front/frontScreenlogin/frontScreenlogin.json create mode 100644 yun-min-program-plugin-master/packageC/frogpro_front/frontScreenlogin/frontScreenlogin.wxml create mode 100644 yun-min-program-plugin-master/packageC/frogpro_front/frontScreenlogin/frontScreenlogin.wxss create mode 100644 yun-min-program-plugin-master/packageC/hotel/HotelChooseRoom/HotelChooseRoom.js create mode 100644 yun-min-program-plugin-master/packageC/hotel/HotelChooseRoom/HotelChooseRoom.json create mode 100644 yun-min-program-plugin-master/packageC/hotel/HotelChooseRoom/HotelChooseRoom.wxml create mode 100644 yun-min-program-plugin-master/packageC/hotel/HotelChooseRoom/HotelChooseRoom.wxss create mode 100644 yun-min-program-plugin-master/packageC/hotel/HotelHome/HotelHome.js create mode 100644 yun-min-program-plugin-master/packageC/hotel/HotelHome/HotelHome.json create mode 100644 yun-min-program-plugin-master/packageC/hotel/HotelHome/HotelHome.wxml create mode 100644 yun-min-program-plugin-master/packageC/hotel/HotelHome/HotelHome.wxss create mode 100644 yun-min-program-plugin-master/packageC/hotel/HotelIndex/HotelIndex.js create mode 100644 yun-min-program-plugin-master/packageC/hotel/HotelIndex/HotelIndex.json create mode 100644 yun-min-program-plugin-master/packageC/hotel/HotelIndex/HotelIndex.wxml create mode 100644 yun-min-program-plugin-master/packageC/hotel/HotelIndex/HotelIndex.wxss create mode 100644 yun-min-program-plugin-master/packageC/hotel/HotelSearch/HotelSearch.js create mode 100644 yun-min-program-plugin-master/packageC/hotel/HotelSearch/HotelSearch.json create mode 100644 yun-min-program-plugin-master/packageC/hotel/HotelSearch/HotelSearch.wxml create mode 100644 yun-min-program-plugin-master/packageC/hotel/HotelSearch/HotelSearch.wxss create mode 100644 yun-min-program-plugin-master/packageC/hotel/hotelCoupon/hotelCoupon.js create mode 100644 yun-min-program-plugin-master/packageC/hotel/hotelCoupon/hotelCoupon.json create mode 100644 yun-min-program-plugin-master/packageC/hotel/hotelCoupon/hotelCoupon.wxml create mode 100644 yun-min-program-plugin-master/packageC/hotel/hotelCoupon/hotelCoupon.wxss create mode 100644 yun-min-program-plugin-master/packageC/member/searchAll/searchAll.js create mode 100644 yun-min-program-plugin-master/packageC/member/searchAll/searchAll.json create mode 100644 yun-min-program-plugin-master/packageC/member/searchAll/searchAll.wxml create mode 100644 yun-min-program-plugin-master/packageC/member/searchAll/searchAll.wxss create mode 100644 yun-min-program-plugin-master/packageC/member/visit/InputVisit/InputVisit.js create mode 100644 yun-min-program-plugin-master/packageC/member/visit/InputVisit/InputVisit.json create mode 100644 yun-min-program-plugin-master/packageC/member/visit/InputVisit/InputVisit.wxml create mode 100644 yun-min-program-plugin-master/packageC/member/visit/InputVisit/InputVisit.wxss create mode 100644 yun-min-program-plugin-master/packageC/member/visit/Inviter/Inviter.js create mode 100644 yun-min-program-plugin-master/packageC/member/visit/Inviter/Inviter.json create mode 100644 yun-min-program-plugin-master/packageC/member/visit/Inviter/Inviter.wxml create mode 100644 yun-min-program-plugin-master/packageC/member/visit/Inviter/Inviter.wxss create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microAttention/filter.wxs create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microAttention/microAttention.js create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microAttention/microAttention.json create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microAttention/microAttention.wxml create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microAttention/microAttention.wxss create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microClassification/microClassification.js create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microClassification/microClassification.json create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microClassification/microClassification.wxml create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microClassification/microClassification.wxss create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microCommentDetails/microCommentDetails.js create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microCommentDetails/microCommentDetails.json create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microCommentDetails/microCommentDetails.wxml create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microCommentDetails/microCommentDetails.wxss create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microEdit/microEdit.js create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microEdit/microEdit.json create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microEdit/microEdit.wxml create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microEdit/microEdit.wxss create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microFanlist/microFanlist.js create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microFanlist/microFanlist.json create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microFanlist/microFanlist.wxml create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microFanlist/microFanlist.wxss create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microIndex/microIndex.js create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microIndex/microIndex.json create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microIndex/microIndex.wxml create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microIndex/microIndex.wxss create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microRelease/microRelease.js create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microRelease/microRelease.json create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microRelease/microRelease.wxml create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microRelease/microRelease.wxss create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microSearchIndex/microSearchIndex.js create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microSearchIndex/microSearchIndex.json create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microSearchIndex/microSearchIndex.wxml create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microSearchIndex/microSearchIndex.wxss create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microhomepage/microhomepage.js create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microhomepage/microhomepage.json create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microhomepage/microhomepage.wxml create mode 100644 yun-min-program-plugin-master/packageC/micro_communities/microhomepage/microhomepage.wxss create mode 100644 yun-min-program-plugin-master/packageC/microshop/catelist1/catelist1.js create mode 100644 yun-min-program-plugin-master/packageC/microshop/catelist1/catelist1.json create mode 100644 yun-min-program-plugin-master/packageC/microshop/catelist1/catelist1.wxml create mode 100644 yun-min-program-plugin-master/packageC/microshop/catelist1/catelist1.wxss create mode 100644 yun-min-program-plugin-master/packageC/microshop/manage_shop/manage_shop.js create mode 100644 yun-min-program-plugin-master/packageC/microshop/manage_shop/manage_shop.json create mode 100644 yun-min-program-plugin-master/packageC/microshop/manage_shop/manage_shop.wxml create mode 100644 yun-min-program-plugin-master/packageC/microshop/manage_shop/manage_shop.wxss create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_ShopKeeperCenter/microShop_ShopKeeperCenter.js create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_ShopKeeperCenter/microShop_ShopKeeperCenter.json create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_ShopKeeperCenter/microShop_ShopKeeperCenter.wxml create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_ShopKeeperCenter/microShop_ShopKeeperCenter.wxss create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_apply/microShop_apply.js create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_apply/microShop_apply.json create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_apply/microShop_apply.wxml create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_apply/microShop_apply.wxss create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_apply_reg_info/microShop_apply_reg_info.js create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_apply_reg_info/microShop_apply_reg_info.json create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_apply_reg_info/microShop_apply_reg_info.wxml create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_apply_reg_info/microShop_apply_reg_info.wxss create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_baseinfo/microShop_baseinfo.js create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_baseinfo/microShop_baseinfo.json create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_baseinfo/microShop_baseinfo.wxml create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_baseinfo/microShop_baseinfo.wxss create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_home/microShop_home.js create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_home/microShop_home.json create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_home/microShop_home.wxml create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_home/microShop_home.wxss create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_shareList/microShop_shareList.js create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_shareList/microShop_shareList.json create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_shareList/microShop_shareList.wxml create mode 100644 yun-min-program-plugin-master/packageC/microshop/microShop_shareList/microShop_shareList.wxss create mode 100644 yun-min-program-plugin-master/packageC/microshop/micro_shop_add_category/micro_shop_add_category.js create mode 100644 yun-min-program-plugin-master/packageC/microshop/micro_shop_add_category/micro_shop_add_category.json create mode 100644 yun-min-program-plugin-master/packageC/microshop/micro_shop_add_category/micro_shop_add_category.wxml create mode 100644 yun-min-program-plugin-master/packageC/microshop/micro_shop_add_category/micro_shop_add_category.wxss create mode 100644 yun-min-program-plugin-master/packageC/microshop/micro_shop_share_carelist/micro_shop_share_carelist.js create mode 100644 yun-min-program-plugin-master/packageC/microshop/micro_shop_share_carelist/micro_shop_share_carelist.json create mode 100644 yun-min-program-plugin-master/packageC/microshop/micro_shop_share_carelist/micro_shop_share_carelist.wxml create mode 100644 yun-min-program-plugin-master/packageC/microshop/micro_shop_share_carelist/micro_shop_share_carelist.wxss create mode 100644 yun-min-program-plugin-master/packageC/microshop/micro_shop_share_category/micro_shop_share_category.js create mode 100644 yun-min-program-plugin-master/packageC/microshop/micro_shop_share_category/micro_shop_share_category.json create mode 100644 yun-min-program-plugin-master/packageC/microshop/micro_shop_share_category/micro_shop_share_category.wxml create mode 100644 yun-min-program-plugin-master/packageC/microshop/micro_shop_share_category/micro_shop_share_category.wxss create mode 100644 yun-min-program-plugin-master/packageC/microshop/micro_shop_share_home/micro_shop_share_home.js create mode 100644 yun-min-program-plugin-master/packageC/microshop/micro_shop_share_home/micro_shop_share_home.json create mode 100644 yun-min-program-plugin-master/packageC/microshop/micro_shop_share_home/micro_shop_share_home.wxml create mode 100644 yun-min-program-plugin-master/packageC/microshop/micro_shop_share_home/micro_shop_share_home.wxss create mode 100644 yun-min-program-plugin-master/packageC/microshop/shareDetail/shareDetail.js create mode 100644 yun-min-program-plugin-master/packageC/microshop/shareDetail/shareDetail.json create mode 100644 yun-min-program-plugin-master/packageC/microshop/shareDetail/shareDetail.wxml create mode 100644 yun-min-program-plugin-master/packageC/microshop/shareDetail/shareDetail.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/Waterfalls_flow/Waterfalls_flow.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/Waterfalls_flow/Waterfalls_flow.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/Waterfalls_flow/Waterfalls_flow.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/Waterfalls_flow/Waterfalls_flow.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/business/business.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/business/business.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/business/business.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/business/business.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/carcontent/carcontent.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/carcontent/carcontent.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/carcontent/carcontent.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/carcontent/carcontent.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/carcontent1/carcontent1.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/carcontent1/carcontent1.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/carcontent1/carcontent1.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/carcontent1/carcontent1.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/carcontent3/carcontent3.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/carcontent3/carcontent3.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/carcontent3/carcontent3.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/carcontent3/carcontent3.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/catchform/catchform.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/catchform/catchform.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/catchform/catchform.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/catchform/catchform.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/comment/comment.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/comment/comment.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/comment/comment.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/comment/comment.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/count/count.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/count/count.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/count/count.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/count/count.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/goodsList1/goodsList1.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/goodsList1/goodsList1.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/goodsList1/goodsList1.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/goodsList1/goodsList1.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/group_level/group_level.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/group_level/group_level.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/group_level/group_level.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/group_level/group_level.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/grouplist/grouplist.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/grouplist/grouplist.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/grouplist/grouplist.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/grouplist/grouplist.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/hospitalTab/hospital.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/hospitalTab/hospital.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/hotel/date_picker/date_picker.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/hotel/date_picker/date_picker.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/hotel/date_picker/date_picker.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/hotel/date_picker/date_picker.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/hotel/list/list.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/hotel/list/list.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/hotel/list/list.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/hotel/list/list.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/member/member_fight_groups/member_fight_groups.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/ment_microshop/ment_microshop.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/ment_microshop/ment_microshop.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/ment_microshop/ment_microshop.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/ment_microshop/ment_microshop.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/microIndex_footer/microIndex_footer.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/microIndex_footer/microIndex_footer.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/microIndex_footer/microIndex_footer.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/microIndex_footer/microIndex_footer.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/o2ogroup_qrcode/o2ogroup_qrcode.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/o2ogroup_qrcode/o2ogroup_qrcode.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/o2ogroup_qrcode/o2ogroup_qrcode.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/o2ogroup_qrcode/o2ogroup_qrcode.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/o2oment/o2oment.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/o2oment/o2oment.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/o2oment/o2oment.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/o2oment/o2oment.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/option_menu/option_menu.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/option_menu/option_menu.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/option_menu/option_menu.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/option_menu/option_menu.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/sort/sort.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/sort/sort.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/sort/sort.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/sort/sort.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/star/star.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/star/star.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/star/star.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/star/star.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/storeList/storeList.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/storeList/storeList.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/storeList/storeList.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/storeList/storeList.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/storeList02/storeList02.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/storeList02/storeList02.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/storeList02/storeList02.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/storeList02/storeList02.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/article/article.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/article/article.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/article/article.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/article/article.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/banner/banner.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/banner/banner.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/banner/banner.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/banner/banner.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/blank/blank.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/blank/blank.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/blank/blank.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/blank/blank.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/coupon/coupon.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/coupon/coupon.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/coupon/coupon.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/coupon/coupon.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/flashsale/flashsale.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/flashsale/flashsale.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/flashsale/flashsale.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/flashsale/flashsale.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/goods/goods.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/goods/goods.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/goods/goods.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/goods/goods.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/headline/headline.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/headline/headline.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/headline/headline.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/headline/headline.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/line/line.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/line/line.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/line/line.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/line/line.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/liveList/liveList.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/liveList/liveList.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/liveList/liveList.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/liveList/liveList.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/location/location.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/location/location.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/location/location.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/location/location.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/menu/menu.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/menu/menu.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/menu/menu.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/menu/menu.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/notice/notice.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/notice/notice.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/notice/notice.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/notice/notice.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/picture/picture.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/picture/picture.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/picture/picture.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/picture/picture.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/pictures/pictures.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/pictures/pictures.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/pictures/pictures.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/pictures/pictures.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/picturesque/picturesque.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/picturesque/picturesque.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/picturesque/picturesque.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/picturesque/picturesque.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/qrcode/qrcode.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/qrcode/qrcode.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/qrcode/qrcode.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/qrcode/qrcode.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/richtext/richtext.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/richtext/richtext.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/richtext/richtext.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/richtext/richtext.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/search/search.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/search/search.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/search/search.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/search/search.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/shop/shop.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/shop/shop.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/shop/shop.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/shop/shop.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/sign/sign.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/sign/sign.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/sign/sign.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/sign/sign.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/store/store.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/store/store.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/store/store.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/store/store.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/storeGoods/goods.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/storeGoods/goods.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/storeGoods/goods.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/storeGoods/goods.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/title/title.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/title/title.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/title/title.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/title/title.wxss create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/video/video.js create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/video/video.json create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/video/video.wxml create mode 100644 yun-min-program-plugin-master/packageC/mycomponent/temp/video/video.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/AddClassify/AddClassify.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/AddClassify/AddClassify.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/AddClassify/AddClassify.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/AddClassify/AddClassify.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/FirstEdit/FirstEdit.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/FirstEdit/FirstEdit.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/FirstEdit/FirstEdit.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/FirstEdit/FirstEdit.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/GoodsClassify/GoodsClassify.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/GoodsClassify/GoodsClassify.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/GoodsClassify/GoodsClassify.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/GoodsClassify/GoodsClassify.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/HomeSeller/HomeSeller.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/HomeSeller/HomeSeller.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/HomeSeller/HomeSeller.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/HomeSeller/HomeSeller.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/StoreSearch/StoreSearch.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/StoreSearch/StoreSearch.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/StoreSearch/StoreSearch.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/StoreSearch/StoreSearch.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/card/CardChooseMembership/CardChooseMembership.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/card/CardChooseMembership/CardChooseMembership.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/card/CardChooseMembership/CardChooseMembership.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/card/CardChooseMembership/CardChooseMembership.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/card/CardOpenMembership/CardOpenMembership.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/card/CardOpenMembership/CardOpenMembership.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/card/CardOpenMembership/CardOpenMembership.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/card/CardOpenMembership/CardOpenMembership.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/card/new_card/new_card.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/card/new_card/new_card.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/card/new_card/new_card.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/card/new_card/new_card.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/createGroup/createGroup.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/createGroup/createGroup.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/createGroup/createGroup.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/createGroup/createGroup.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/groupDataStatistics/groupDataStatistics.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/groupDataStatistics/groupDataStatistics.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/groupDataStatistics/groupDataStatistics.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/groupDataStatistics/groupDataStatistics.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oCategory/o2oCategory.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oCategory/o2oCategory.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oCategory/o2oCategory.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oCategory/o2oCategory.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oCity/o2oCity.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oCity/o2oCity.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oCity/o2oCity.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oCity/o2oCity.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oGroupActivitylist/o2oGroupActivitylist.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oGroupActivitylist/o2oGroupActivitylist.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oGroupActivitylist/o2oGroupActivitylist.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oGroupActivitylist/o2oGroupActivitylist.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oGrouplist/o2oGrouplist.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oGrouplist/o2oGrouplist.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oGrouplist/o2oGrouplist.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oGrouplist/o2oGrouplist.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oHome/o2oHome.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oHome/o2oHome.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oHome/o2oHome.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oHome/o2oHome.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oLocation/o2oLocation.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oLocation/o2oLocation.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oLocation/o2oLocation.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oLocation/o2oLocation.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oLocation_loc/o2oLocation_loc.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oLocation_loc/o2oLocation_loc.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oLocation_loc/o2oLocation_loc.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oLocation_loc/o2oLocation_loc.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oSearch/o2oSearch.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oSearch/o2oSearch.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oSearch/o2oSearch.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oSearch/o2oSearch.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oSearchMultiple/o2oSearchMultiple.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oSearchMultiple/o2oSearchMultiple.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oSearchMultiple/o2oSearchMultiple.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oSearchMultiple/o2oSearchMultiple.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oStore/o2oStore.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oStore/o2oStore.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oStore/o2oStore.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/o2oStore/o2oStore.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/openGroupDetail/openGroupDetail.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/openGroupDetail/openGroupDetail.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/openGroupDetail/openGroupDetail.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/openGroupDetail/openGroupDetail.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/openGroupList/openGroupList.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/openGroupList/openGroupList.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/openGroupList/openGroupList.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/openGroupList/openGroupList.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/qrCode/qrCode.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/qrCode/qrCode.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/qrCode/qrCode.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/qrCode/qrCode.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/storeManage/storeManage.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/storeManage/storeManage.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/storeManage/storeManage.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/storeManage/storeManage.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/store_add_goods/store_add_goods.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/store_add_goods/store_add_goods.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/store_add_goods/store_add_goods.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/store_add_goods/store_add_goods.wxss create mode 100644 yun-min-program-plugin-master/packageC/o2o/store_coupon/store_coupon.js create mode 100644 yun-min-program-plugin-master/packageC/o2o/store_coupon/store_coupon.json create mode 100644 yun-min-program-plugin-master/packageC/o2o/store_coupon/store_coupon.wxml create mode 100644 yun-min-program-plugin-master/packageC/o2o/store_coupon/store_coupon.wxss create mode 100644 yun-min-program-plugin-master/packageC/orders/Lottery/Lottery.js create mode 100644 yun-min-program-plugin-master/packageC/orders/Lottery/Lottery.json create mode 100644 yun-min-program-plugin-master/packageC/orders/Lottery/Lottery.wxml create mode 100644 yun-min-program-plugin-master/packageC/orders/Lottery/Lottery.wxss create mode 100644 yun-min-program-plugin-master/packageC/orders/LotteryRecord/LotteryRecord.js create mode 100644 yun-min-program-plugin-master/packageC/orders/LotteryRecord/LotteryRecord.json create mode 100644 yun-min-program-plugin-master/packageC/orders/LotteryRecord/LotteryRecord.wxml create mode 100644 yun-min-program-plugin-master/packageC/orders/LotteryRecord/LotteryRecord.wxss create mode 100644 yun-min-program-plugin-master/packageC/redPacket/daily_red/daily_red.js create mode 100644 yun-min-program-plugin-master/packageC/redPacket/daily_red/daily_red.json create mode 100644 yun-min-program-plugin-master/packageC/redPacket/daily_red/daily_red.wxml create mode 100644 yun-min-program-plugin-master/packageC/redPacket/daily_red/daily_red.wxss create mode 100644 yun-min-program-plugin-master/packageC/redPacket/daily_red_home/daily_red_home.js create mode 100644 yun-min-program-plugin-master/packageC/redPacket/daily_red_home/daily_red_home.json create mode 100644 yun-min-program-plugin-master/packageC/redPacket/daily_red_home/daily_red_home.wxml create mode 100644 yun-min-program-plugin-master/packageC/redPacket/daily_red_home/daily_red_home.wxss create mode 100644 yun-min-program-plugin-master/packageC/redPacket/get_red_record/get_red_record.js create mode 100644 yun-min-program-plugin-master/packageC/redPacket/get_red_record/get_red_record.json create mode 100644 yun-min-program-plugin-master/packageC/redPacket/get_red_record/get_red_record.wxml create mode 100644 yun-min-program-plugin-master/packageC/redPacket/get_red_record/get_red_record.wxss create mode 100644 yun-min-program-plugin-master/packageC/redPacket/redRank/redRank.js create mode 100644 yun-min-program-plugin-master/packageC/redPacket/redRank/redRank.json create mode 100644 yun-min-program-plugin-master/packageC/redPacket/redRank/redRank.wxml create mode 100644 yun-min-program-plugin-master/packageC/redPacket/redRank/redRank.wxss create mode 100644 yun-min-program-plugin-master/packageC/redPacket/red_amount/red_amount.js create mode 100644 yun-min-program-plugin-master/packageC/redPacket/red_amount/red_amount.json create mode 100644 yun-min-program-plugin-master/packageC/redPacket/red_amount/red_amount.wxml create mode 100644 yun-min-program-plugin-master/packageC/redPacket/red_amount/red_amount.wxss create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/component/selfPickupPointChild/selfPickupPointChild.js create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/component/selfPickupPointChild/selfPickupPointChild.json create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/component/selfPickupPointChild/selfPickupPointChild.wxml create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/component/selfPickupPointChild/selfPickupPointChild.wxss create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/selectSelfPickupPoint/selectSelfPickupPoint.js create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/selectSelfPickupPoint/selectSelfPickupPoint.json create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/selectSelfPickupPoint/selectSelfPickupPoint.wxml create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/selectSelfPickupPoint/selectSelfPickupPoint.wxss create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/selfCarryApply/selfCarryApply.js create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/selfCarryApply/selfCarryApply.json create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/selfCarryApply/selfCarryApply.wxml create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/selfCarryApply/selfCarryApply.wxss create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/selfCarry_info/selfCarry_info.js create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/selfCarry_info/selfCarry_info.json create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/selfCarry_info/selfCarry_info.wxml create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/selfCarry_info/selfCarry_info.wxss create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/selfCarry_reward/selfCarry_reward.js create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/selfCarry_reward/selfCarry_reward.json create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/selfCarry_reward/selfCarry_reward.wxml create mode 100644 yun-min-program-plugin-master/packageC/selfCarry/selfCarry_reward/selfCarry_reward.wxss create mode 100644 yun-min-program-plugin-master/packageC/video_goods/VideoDetail/VideoDetail.js create mode 100644 yun-min-program-plugin-master/packageC/video_goods/VideoDetail/VideoDetail.json create mode 100644 yun-min-program-plugin-master/packageC/video_goods/VideoDetail/VideoDetail.wxml create mode 100644 yun-min-program-plugin-master/packageC/video_goods/VideoDetail/VideoDetail.wxss create mode 100644 yun-min-program-plugin-master/packageC/video_goods/VideoList/VideoList.js create mode 100644 yun-min-program-plugin-master/packageC/video_goods/VideoList/VideoList.json create mode 100644 yun-min-program-plugin-master/packageC/video_goods/VideoList/VideoList.wxml create mode 100644 yun-min-program-plugin-master/packageC/video_goods/VideoList/VideoList.wxss create mode 100644 yun-min-program-plugin-master/packageC/video_goods/VideoReward/VideoReward.js create mode 100644 yun-min-program-plugin-master/packageC/video_goods/VideoReward/VideoReward.json create mode 100644 yun-min-program-plugin-master/packageC/video_goods/VideoReward/VideoReward.wxml create mode 100644 yun-min-program-plugin-master/packageC/video_goods/VideoReward/VideoReward.wxss create mode 100644 yun-min-program-plugin-master/packageC/video_goods/addVideoGood/addVideoGood.js create mode 100644 yun-min-program-plugin-master/packageC/video_goods/addVideoGood/addVideoGood.json create mode 100644 yun-min-program-plugin-master/packageC/video_goods/addVideoGood/addVideoGood.wxml create mode 100644 yun-min-program-plugin-master/packageC/video_goods/addVideoGood/addVideoGood.wxss create mode 100644 yun-min-program-plugin-master/packageC/video_goods/myVideo/myVideo.js create mode 100644 yun-min-program-plugin-master/packageC/video_goods/myVideo/myVideo.json create mode 100644 yun-min-program-plugin-master/packageC/video_goods/myVideo/myVideo.wxml create mode 100644 yun-min-program-plugin-master/packageC/video_goods/myVideo/myVideo.wxss create mode 100644 yun-min-program-plugin-master/packageC/video_goods/releaseVideo/releaseVideo.js create mode 100644 yun-min-program-plugin-master/packageC/video_goods/releaseVideo/releaseVideo.json create mode 100644 yun-min-program-plugin-master/packageC/video_goods/releaseVideo/releaseVideo.wxml create mode 100644 yun-min-program-plugin-master/packageC/video_goods/releaseVideo/releaseVideo.wxss create mode 100644 yun-min-program-plugin-master/packageC/video_goods/videoAgreement/videoAgreement.js create mode 100644 yun-min-program-plugin-master/packageC/video_goods/videoAgreement/videoAgreement.json create mode 100644 yun-min-program-plugin-master/packageC/video_goods/videoAgreement/videoAgreement.wxml create mode 100644 yun-min-program-plugin-master/packageC/video_goods/videoAgreement/videoAgreement.wxss create mode 100644 yun-min-program-plugin-master/packageC/video_goods/videoAnswer/videoAnswer.js create mode 100644 yun-min-program-plugin-master/packageC/video_goods/videoAnswer/videoAnswer.json create mode 100644 yun-min-program-plugin-master/packageC/video_goods/videoAnswer/videoAnswer.wxml create mode 100644 yun-min-program-plugin-master/packageC/video_goods/videoAnswer/videoAnswer.wxss create mode 100644 yun-min-program-plugin-master/packageC/voice_shop/my_voices/my_voices.js create mode 100644 yun-min-program-plugin-master/packageC/voice_shop/my_voices/my_voices.json create mode 100644 yun-min-program-plugin-master/packageC/voice_shop/my_voices/my_voices.wxml create mode 100644 yun-min-program-plugin-master/packageC/voice_shop/my_voices/my_voices.wxss create mode 100644 yun-min-program-plugin-master/packageD/ActivityDetail/ActivityDetail.js create mode 100644 yun-min-program-plugin-master/packageD/ActivityDetail/ActivityDetail.json create mode 100644 yun-min-program-plugin-master/packageD/ActivityDetail/ActivityDetail.wxml create mode 100644 yun-min-program-plugin-master/packageD/ActivityDetail/ActivityDetail.wxss create mode 100644 yun-min-program-plugin-master/packageD/MyFriendApply/myfriends.js create mode 100644 yun-min-program-plugin-master/packageD/MyFriendApply/myfriends.json create mode 100644 yun-min-program-plugin-master/packageD/MyFriendApply/myfriends.wxml create mode 100644 yun-min-program-plugin-master/packageD/MyFriendApply/myfriends.wxss create mode 100644 yun-min-program-plugin-master/packageD/article/PayarticleList/PayarticleList.js create mode 100644 yun-min-program-plugin-master/packageD/article/PayarticleList/PayarticleList.json create mode 100644 yun-min-program-plugin-master/packageD/article/PayarticleList/PayarticleList.wxml create mode 100644 yun-min-program-plugin-master/packageD/article/PayarticleList/PayarticleList.wxss create mode 100644 yun-min-program-plugin-master/packageD/article/articleList/articleList.js create mode 100644 yun-min-program-plugin-master/packageD/article/articleList/articleList.json create mode 100644 yun-min-program-plugin-master/packageD/article/articleList/articleList.wxml create mode 100644 yun-min-program-plugin-master/packageD/article/articleList/articleList.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-apply/auction-apply/auction-apply.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-apply/auction-apply/auction-apply.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-apply/auction-apply/auction-apply.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-apply/auction-apply/auction-apply.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auctionIntegralCash/auctionIntegralCash.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auctionIntegralCash/auctionIntegralCash.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auctionIntegralCash/auctionIntegralCash.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auctionIntegralCash/auctionIntegralCash.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_collect/auction_collect.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_collect/auction_collect.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_collect/auction_collect.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_collect/auction_collect.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_deposit/auction_deposit.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_deposit/auction_deposit.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_deposit/auction_deposit.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_deposit/auction_deposit.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_goods_order/auction_goods_order.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_goods_order/auction_goods_order.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_goods_order/auction_goods_order.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_goods_order/auction_goods_order.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_integral_love/auction_integral_love.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_integral_love/auction_integral_love.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_integral_love/auction_integral_love.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_integral_love/auction_integral_love.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_recharge/auction_recharge.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_recharge/auction_recharge.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_recharge/auction_recharge.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/auction_recharge/auction_recharge.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/my_auction/my_auction.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/my_auction/my_auction.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/my_auction/my_auction.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/my_auction/my_auction.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/my_index/my_index.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/my_index/my_index.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/my_index/my_index.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auction-mine/my_index/my_index.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_good/auction_good.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_good/auction_good.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_good/auction_good.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_good/auction_good.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_index/auction_index.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_index/auction_index.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_index/auction_index.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_index/auction_index.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_more/auction_more.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_more/auction_more.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_more/auction_more.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_more/auction_more.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_record/auction_record.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_record/auction_record.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_record/auction_record.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_record/auction_record.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_search/auction_search.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_search/auction_search.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_search/auction_search.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_search/auction_search.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_vip/auction_vip.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_vip/auction_vip.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_vip/auction_vip.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auction/auction_vip/auction_vip.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/auction_agreement/auction_agreement.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/auction_agreement/auction_agreement.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/auction_agreement/auction_agreement.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/auction_agreement/auction_agreement.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/auction_collect/auction_collect.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/auction_collect/auction_collect.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/auction_collect/auction_collect.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/auction_collect/auction_collect.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/auctioneer/auctioneer.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/auctioneer/auctioneer.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/auctioneer/auctioneer.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/auctioneer/auctioneer.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/good_manage/good_manage.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/good_manage/good_manage.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/good_manage/good_manage.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/good_manage/good_manage.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/my_money/my_money.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/my_money/my_money.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/my_money/my_money.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/my_money/my_money.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/password_change/password_change.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/password_change/password_change.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/password_change/password_change.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/password_change/password_change.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/set_password/set_password.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/set_password/set_password.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/set_password/set_password.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/set_password/set_password.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/shop_share/shop_share.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/shop_share/shop_share.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/shop_share/shop_share.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-manage/shop_share/shop_share.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-publish/publish_first/publish_first.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-publish/publish_first/publish_first.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-publish/publish_first/publish_first.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-publish/publish_first/publish_first.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-publish/publish_second/publish_second.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-publish/publish_second/publish_second.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-publish/publish_second/publish_second.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-publish/publish_second/publish_second.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-shop/auctioneer_shop/auctioneer_shop.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-shop/auctioneer_shop/auctioneer_shop.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-shop/auctioneer_shop/auctioneer_shop.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-shop/auctioneer_shop/auctioneer_shop.wxss create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-shop/auctioneer_shop_search/auctioneer_shop_search.js create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-shop/auctioneer_shop_search/auctioneer_shop_search.json create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-shop/auctioneer_shop_search/auctioneer_shop_search.wxml create mode 100644 yun-min-program-plugin-master/packageD/auction/auctioneer-shop/auctioneer_shop_search/auctioneer_shop_search.wxss create mode 100644 yun-min-program-plugin-master/packageD/businessActivity/businessActivity.js create mode 100644 yun-min-program-plugin-master/packageD/businessActivity/businessActivity.json create mode 100644 yun-min-program-plugin-master/packageD/businessActivity/businessActivity.wxml create mode 100644 yun-min-program-plugin-master/packageD/businessActivity/businessActivity.wxss create mode 100644 yun-min-program-plugin-master/packageD/buy/myOrder_v2/myOrder_v2.js create mode 100644 yun-min-program-plugin-master/packageD/buy/myOrder_v2/myOrder_v2.json create mode 100644 yun-min-program-plugin-master/packageD/buy/myOrder_v2/myOrder_v2.wxml create mode 100644 yun-min-program-plugin-master/packageD/buy/myOrder_v2/myOrder_v2.wxss create mode 100644 yun-min-program-plugin-master/packageD/buy/orderPay/orderPay.js create mode 100644 yun-min-program-plugin-master/packageD/buy/orderPay/orderPay.json create mode 100644 yun-min-program-plugin-master/packageD/buy/orderPay/orderPay.wxml create mode 100644 yun-min-program-plugin-master/packageD/buy/orderPay/orderPay.wxss create mode 100644 yun-min-program-plugin-master/packageD/buy/payanother/payanother.js create mode 100644 yun-min-program-plugin-master/packageD/buy/payanother/payanother.json create mode 100644 yun-min-program-plugin-master/packageD/buy/payanother/payanother.wxml create mode 100644 yun-min-program-plugin-master/packageD/buy/payanother/payanother.wxss create mode 100644 yun-min-program-plugin-master/packageD/buy/payanotherDetail/payanotherDetail.js create mode 100644 yun-min-program-plugin-master/packageD/buy/payanotherDetail/payanotherDetail.json create mode 100644 yun-min-program-plugin-master/packageD/buy/payanotherDetail/payanotherDetail.wxml create mode 100644 yun-min-program-plugin-master/packageD/buy/payanotherDetail/payanotherDetail.wxss create mode 100644 yun-min-program-plugin-master/packageD/buy/success/success.js create mode 100644 yun-min-program-plugin-master/packageD/buy/success/success.json create mode 100644 yun-min-program-plugin-master/packageD/buy/success/success.wxml create mode 100644 yun-min-program-plugin-master/packageD/buy/success/success.wxss create mode 100644 yun-min-program-plugin-master/packageD/coupon/coupon_store.js create mode 100644 yun-min-program-plugin-master/packageD/coupon/coupon_store.json create mode 100644 yun-min-program-plugin-master/packageD/coupon/coupon_store.wxml create mode 100644 yun-min-program-plugin-master/packageD/coupon/coupon_store.wxss create mode 100644 yun-min-program-plugin-master/packageD/coupon_share/coupon_share.js create mode 100644 yun-min-program-plugin-master/packageD/coupon_share/coupon_share.json create mode 100644 yun-min-program-plugin-master/packageD/coupon_share/coupon_share.wxml create mode 100644 yun-min-program-plugin-master/packageD/coupon_share/coupon_share.wxss create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/anchorApply/anchorApply.js create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/anchorApply/anchorApply.json create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/anchorApply/anchorApply.wxml create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/anchorApply/anchorApply.wxss create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/anchorDetail/anchorDetail.js create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/anchorDetail/anchorDetail.json create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/anchorDetail/anchorDetail.wxml create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/anchorDetail/anchorDetail.wxss create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/foreshow/foreshow.js create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/foreshow/foreshow.json create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/foreshow/foreshow.wxml create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/foreshow/foreshow.wxss create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/helperLiveList/helperLiveList.js create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/helperLiveList/helperLiveList.json create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/helperLiveList/helperLiveList.wxml create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/helperLiveList/helperLiveList.wxss create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/helperLiveRoom/helperLiveRoom.js create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/helperLiveRoom/helperLiveRoom.json create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/helperLiveRoom/helperLiveRoom.wxml create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/helperLiveRoom/helperLiveRoom.wxss create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveClassification/liveClassification.js create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveClassification/liveClassification.json create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveClassification/liveClassification.wxml create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveClassification/liveClassification.wxss create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveDividend/liveDividend.js create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveDividend/liveDividend.json create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveDividend/liveDividend.wxml create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveDividend/liveDividend.wxss create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveFanList/liveFanList.js create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveFanList/liveFanList.json create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveFanList/liveFanList.wxml create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveFanList/liveFanList.wxss create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveList/liveList.js create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveList/liveList.json create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveList/liveList.wxml create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveList/liveList.wxss create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/livePage/livePage.js create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/livePage/livePage.json create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/livePage/livePage.wxml create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/livePage/livePage.wxss create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveReport/liveReport.js create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveReport/liveReport.json create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveReport/liveReport.wxml create mode 100644 yun-min-program-plugin-master/packageD/directSeeding/liveReport/liveReport.wxss create mode 100644 yun-min-program-plugin-master/packageD/dividends/dividends.js create mode 100644 yun-min-program-plugin-master/packageD/dividends/dividends.json create mode 100644 yun-min-program-plugin-master/packageD/dividends/dividends.wxml create mode 100644 yun-min-program-plugin-master/packageD/dividends/dividends.wxss create mode 100644 yun-min-program-plugin-master/packageD/easyRefuel/easyRefuel.js create mode 100644 yun-min-program-plugin-master/packageD/easyRefuel/easyRefuel.json create mode 100644 yun-min-program-plugin-master/packageD/easyRefuel/easyRefuel.wxml create mode 100644 yun-min-program-plugin-master/packageD/easyRefuel/easyRefuel.wxss create mode 100644 yun-min-program-plugin-master/packageD/easyRefuel/easyRefuel_list/easyRefuel_list.js create mode 100644 yun-min-program-plugin-master/packageD/easyRefuel/easyRefuel_list/easyRefuel_list.json create mode 100644 yun-min-program-plugin-master/packageD/easyRefuel/easyRefuel_list/easyRefuel_list.wxml create mode 100644 yun-min-program-plugin-master/packageD/easyRefuel/easyRefuel_list/easyRefuel_list.wxss create mode 100644 yun-min-program-plugin-master/packageD/getCoupon/getCoupon.js create mode 100644 yun-min-program-plugin-master/packageD/getCoupon/getCoupon.json create mode 100644 yun-min-program-plugin-master/packageD/getCoupon/getCoupon.wxml create mode 100644 yun-min-program-plugin-master/packageD/getCoupon/getCoupon.wxss create mode 100644 yun-min-program-plugin-master/packageD/livePlayer/livePlayer.js create mode 100644 yun-min-program-plugin-master/packageD/livePlayer/livePlayer.json create mode 100644 yun-min-program-plugin-master/packageD/livePlayer/livePlayer.wxml create mode 100644 yun-min-program-plugin-master/packageD/livePlayer/livePlayer.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/CommentDetails/CommentDetails.js create mode 100644 yun-min-program-plugin-master/packageD/member/CommentDetails/CommentDetails.json create mode 100644 yun-min-program-plugin-master/packageD/member/CommentDetails/CommentDetails.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/CommentDetails/CommentDetails.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/addevaluate/addevaluate.js create mode 100644 yun-min-program-plugin-master/packageD/member/addevaluate/addevaluate.json create mode 100644 yun-min-program-plugin-master/packageD/member/addevaluate/addevaluate.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/addevaluate/addevaluate.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/addressAdd_v2/addressAdd_v2.js create mode 100644 yun-min-program-plugin-master/packageD/member/addressAdd_v2/addressAdd_v2.json create mode 100644 yun-min-program-plugin-master/packageD/member/addressAdd_v2/addressAdd_v2.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/addressAdd_v2/addressAdd_v2.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/addressEdit/addressEdit.js create mode 100644 yun-min-program-plugin-master/packageD/member/addressEdit/addressEdit.json create mode 100644 yun-min-program-plugin-master/packageD/member/addressEdit/addressEdit.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/addressEdit/addressEdit.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/addressList/addressList.js create mode 100644 yun-min-program-plugin-master/packageD/member/addressList/addressList.json create mode 100644 yun-min-program-plugin-master/packageD/member/addressList/addressList.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/addressList/addressList.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/collection/collection.js create mode 100644 yun-min-program-plugin-master/packageD/member/collection/collection.json create mode 100644 yun-min-program-plugin-master/packageD/member/collection/collection.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/collection/collection.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/evaluate/evaluate.js create mode 100644 yun-min-program-plugin-master/packageD/member/evaluate/evaluate.json create mode 100644 yun-min-program-plugin-master/packageD/member/evaluate/evaluate.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/evaluate/evaluate.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/footprint/footprint.js create mode 100644 yun-min-program-plugin-master/packageD/member/footprint/footprint.json create mode 100644 yun-min-program-plugin-master/packageD/member/footprint/footprint.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/footprint/footprint.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myEvaluation/myEvaluation.js create mode 100644 yun-min-program-plugin-master/packageD/member/myEvaluation/myEvaluation.json create mode 100644 yun-min-program-plugin-master/packageD/member/myEvaluation/myEvaluation.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myEvaluation/myEvaluation.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myMarket/myMarket.js create mode 100644 yun-min-program-plugin-master/packageD/member/myMarket/myMarket.json create mode 100644 yun-min-program-plugin-master/packageD/member/myMarket/myMarket.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myMarket/myMarket.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/Aftersales/Aftersales.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/Aftersales/Aftersales.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/Aftersales/Aftersales.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/Aftersales/Aftersales.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/Aftersaleslist/Aftersaleslist.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/Aftersaleslist/Aftersaleslist.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/Aftersaleslist/Aftersaleslist.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/Aftersaleslist/Aftersaleslist.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/DeliveryEvaluate/DeliveryEvaluate.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/DeliveryEvaluate/DeliveryEvaluate.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/DeliveryEvaluate/DeliveryEvaluate.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/DeliveryEvaluate/DeliveryEvaluate.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/evaluate/evaluate.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/evaluate/evaluate.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/evaluate/evaluate.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/evaluate/evaluate.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/express/express.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/express/express.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/express/express.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/express/express.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/invoice/invoice.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/invoice/invoice.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/invoice/invoice.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/invoice/invoice.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/negotiationRecord/negotiationRecord.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/negotiationRecord/negotiationRecord.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/negotiationRecord/negotiationRecord.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/negotiationRecord/negotiationRecord.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/orderVerification/orderVerification.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/orderVerification/orderVerification.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/orderVerification/orderVerification.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/orderVerification/orderVerification.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/order_record/order_record.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/order_record/order_record.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/order_record/order_record.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/order_record/order_record.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/editAddressPop/editAddressPop.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/editAddressPop/editAddressPop.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/editAddressPop/editAddressPop.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/editAddressPop/editAddressPop.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/pickUpTimePop/pickUpTimePop.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/pickUpTimePop/pickUpTimePop.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/pickUpTimePop/pickUpTimePop.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/pickUpTimePop/pickUpTimePop.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/receivingStatusPop/receivingStatusPop.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/receivingStatusPop/receivingStatusPop.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/receivingStatusPop/receivingStatusPop.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/receivingStatusPop/receivingStatusPop.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/returnGoodsPop/returnGoodsPop.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/returnGoodsPop/returnGoodsPop.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/returnGoodsPop/returnGoodsPop.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/returnGoodsPop/returnGoodsPop.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/returnMethodsPop/returnMethodsPop.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/returnMethodsPop/returnMethodsPop.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/returnMethodsPop/returnMethodsPop.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/returnMethodsPop/returnMethodsPop.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/returnReasonPop/returnReasonPop.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/returnReasonPop/returnReasonPop.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/returnReasonPop/returnReasonPop.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/returnReasonPop/returnReasonPop.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/returnTypePop/returnTypePop.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/returnTypePop/returnTypePop.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/returnTypePop/returnTypePop.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/components/returnTypePop/returnTypePop.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/refund.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/refund.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/refund.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/refund/refund.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/truckList/truckList.js create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/truckList/truckList.json create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/truckList/truckList.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myOrder/truckList/truckList.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myRelationship/amount/amount.js create mode 100644 yun-min-program-plugin-master/packageD/member/myRelationship/amount/amount.json create mode 100644 yun-min-program-plugin-master/packageD/member/myRelationship/amount/amount.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myRelationship/amount/amount.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myRelationship/detail/detail.js create mode 100644 yun-min-program-plugin-master/packageD/member/myRelationship/detail/detail.json create mode 100644 yun-min-program-plugin-master/packageD/member/myRelationship/detail/detail.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myRelationship/detail/detail.wxss create mode 100644 yun-min-program-plugin-master/packageD/member/myRelationship/myRelationship.js create mode 100644 yun-min-program-plugin-master/packageD/member/myRelationship/myRelationship.json create mode 100644 yun-min-program-plugin-master/packageD/member/myRelationship/myRelationship.wxml create mode 100644 yun-min-program-plugin-master/packageD/member/myRelationship/myRelationship.wxss create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/add-goods/add-goods.js create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/add-goods/add-goods.json create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/add-goods/add-goods.wxml create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/add-goods/add-goods.wxss create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/agency-saleman/agency-saleman.js create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/agency-saleman/agency-saleman.json create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/agency-saleman/agency-saleman.wxml create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/agency-saleman/agency-saleman.wxss create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/city-delivery-day/city-delivery-day.js create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/city-delivery-day/city-delivery-day.json create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/city-delivery-day/city-delivery-day.wxml create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/city-delivery-day/city-delivery-day.wxss create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/coupon_store_item/coupon_store_item.js create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/coupon_store_item/coupon_store_item.json create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/coupon_store_item/coupon_store_item.wxml create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/coupon_store_item/coupon_store_item.wxss create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/group_level/group_level.js create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/group_level/group_level.json create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/group_level/group_level.wxml create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/group_level/group_level.wxss create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/invoice-pop/invoice-pop.js create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/invoice-pop/invoice-pop.json create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/invoice-pop/invoice-pop.wxml create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/invoice-pop/invoice-pop.wxss create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/member/pickerView/datesfm.js create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/member/pickerView/datesfm.json create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/member/pickerView/datesfm.wxml create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/member/pickerView/datesfm.wxss create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/temp/business/business.js create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/temp/business/business.json create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/temp/business/business.wxml create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/temp/business/business.wxss create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/temp/store/store.js create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/temp/store/store.json create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/temp/store/store.wxml create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/temp/store/store.wxss create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/yzMyinfo/yzMyinfo.js create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/yzMyinfo/yzMyinfo.json create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/yzMyinfo/yzMyinfo.wxml create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/yzMyinfo/yzMyinfo.wxss create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/yzSubscribe/yzSubscribe.js create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/yzSubscribe/yzSubscribe.json create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/yzSubscribe/yzSubscribe.wxml create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/yzSubscribe/yzSubscribe.wxss create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/yz_addressList/yz_addressList.js create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/yz_addressList/yz_addressList.json create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/yz_addressList/yz_addressList.wxml create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/yz_addressList/yz_addressList.wxss create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/yz_wap/yz_wapmap.js create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/yz_wap/yz_wapmap.json create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/yz_wap/yz_wapmap.wxml create mode 100644 yun-min-program-plugin-master/packageD/mycomponent/yz_wap/yz_wapmap.wxss create mode 100644 yun-min-program-plugin-master/packageD/o2o/recommendind/recommendind.js create mode 100644 yun-min-program-plugin-master/packageD/o2o/recommendind/recommendind.json create mode 100644 yun-min-program-plugin-master/packageD/o2o/recommendind/recommendind.wxml create mode 100644 yun-min-program-plugin-master/packageD/o2o/recommendind/recommendind.wxss create mode 100644 yun-min-program-plugin-master/packageD/o2o/recommendlist/recommendlist.js create mode 100644 yun-min-program-plugin-master/packageD/o2o/recommendlist/recommendlist.json create mode 100644 yun-min-program-plugin-master/packageD/o2o/recommendlist/recommendlist.wxml create mode 100644 yun-min-program-plugin-master/packageD/o2o/recommendlist/recommendlist.wxss create mode 100644 yun-min-program-plugin-master/packageD/o2o/recommendtext/recommendtext.js create mode 100644 yun-min-program-plugin-master/packageD/o2o/recommendtext/recommendtext.json create mode 100644 yun-min-program-plugin-master/packageD/o2o/recommendtext/recommendtext.wxml create mode 100644 yun-min-program-plugin-master/packageD/o2o/recommendtext/recommendtext.wxss create mode 100644 yun-min-program-plugin-master/packageD/playBack/playBack.js create mode 100644 yun-min-program-plugin-master/packageD/playBack/playBack.json create mode 100644 yun-min-program-plugin-master/packageD/playBack/playBack.wxml create mode 100644 yun-min-program-plugin-master/packageD/playBack/playBack.wxss create mode 100644 yun-min-program-plugin-master/packageD/preferential_volume/preferential_volume.js create mode 100644 yun-min-program-plugin-master/packageD/preferential_volume/preferential_volume.json create mode 100644 yun-min-program-plugin-master/packageD/preferential_volume/preferential_volume.wxml create mode 100644 yun-min-program-plugin-master/packageD/preferential_volume/preferential_volume.wxss create mode 100644 yun-min-program-plugin-master/packageD/quickPay/add_bank_first/add_bank_first.js create mode 100644 yun-min-program-plugin-master/packageD/quickPay/add_bank_first/add_bank_first.json create mode 100644 yun-min-program-plugin-master/packageD/quickPay/add_bank_first/add_bank_first.wxml create mode 100644 yun-min-program-plugin-master/packageD/quickPay/add_bank_first/add_bank_first.wxss create mode 100644 yun-min-program-plugin-master/packageD/quickPay/add_bank_second/add_bank_second.js create mode 100644 yun-min-program-plugin-master/packageD/quickPay/add_bank_second/add_bank_second.json create mode 100644 yun-min-program-plugin-master/packageD/quickPay/add_bank_second/add_bank_second.wxml create mode 100644 yun-min-program-plugin-master/packageD/quickPay/add_bank_second/add_bank_second.wxss create mode 100644 yun-min-program-plugin-master/packageD/quickPay/bind_bank/bind_bank.js create mode 100644 yun-min-program-plugin-master/packageD/quickPay/bind_bank/bind_bank.json create mode 100644 yun-min-program-plugin-master/packageD/quickPay/bind_bank/bind_bank.wxml create mode 100644 yun-min-program-plugin-master/packageD/quickPay/bind_bank/bind_bank.wxss create mode 100644 yun-min-program-plugin-master/packageD/quickPay/bind_bank/substr.wxs create mode 100644 yun-min-program-plugin-master/packageD/quickPay/choose_bank/choose_bank.js create mode 100644 yun-min-program-plugin-master/packageD/quickPay/choose_bank/choose_bank.json create mode 100644 yun-min-program-plugin-master/packageD/quickPay/choose_bank/choose_bank.wxml create mode 100644 yun-min-program-plugin-master/packageD/quickPay/choose_bank/choose_bank.wxss create mode 100644 yun-min-program-plugin-master/packageD/quickPay/choose_bank/icon.wxs create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_add_bank_first/member_add_bank_first.js create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_add_bank_first/member_add_bank_first.json create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_add_bank_first/member_add_bank_first.wxml create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_add_bank_first/member_add_bank_first.wxss create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_add_bank_second/member_add_bank_second.js create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_add_bank_second/member_add_bank_second.json create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_add_bank_second/member_add_bank_second.wxml create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_add_bank_second/member_add_bank_second.wxss create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_bind_bank/member_bind_bank.js create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_bind_bank/member_bind_bank.json create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_bind_bank/member_bind_bank.wxml create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_bind_bank/member_bind_bank.wxss create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_bind_bank/substr.wxs create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_choose_bank/icon.wxs create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_choose_bank/member_choose_bank.js create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_choose_bank/member_choose_bank.json create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_choose_bank/member_choose_bank.wxml create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_choose_bank/member_choose_bank.wxss create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_remove_bank/member_remove_bank.js create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_remove_bank/member_remove_bank.json create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_remove_bank/member_remove_bank.wxml create mode 100644 yun-min-program-plugin-master/packageD/quickPay/member_remove_bank/member_remove_bank.wxss create mode 100644 yun-min-program-plugin-master/packageD/quickPay/quick_index/quick_index.js create mode 100644 yun-min-program-plugin-master/packageD/quickPay/quick_index/quick_index.json create mode 100644 yun-min-program-plugin-master/packageD/quickPay/quick_index/quick_index.wxml create mode 100644 yun-min-program-plugin-master/packageD/quickPay/quick_index/quick_index.wxss create mode 100644 yun-min-program-plugin-master/packageD/star/star.js create mode 100644 yun-min-program-plugin-master/packageD/star/star.json create mode 100644 yun-min-program-plugin-master/packageD/star/star.wxml create mode 100644 yun-min-program-plugin-master/packageD/star/star.wxss create mode 100644 yun-min-program-plugin-master/packageD/teamSales/salesManagement/salesManagement.js create mode 100644 yun-min-program-plugin-master/packageD/teamSales/salesManagement/salesManagement.json create mode 100644 yun-min-program-plugin-master/packageD/teamSales/salesManagement/salesManagement.wxml create mode 100644 yun-min-program-plugin-master/packageD/teamSales/salesManagement/salesManagement.wxss create mode 100644 yun-min-program-plugin-master/packageD/tim-wx-sdk/tim-wx.js create mode 100644 yun-min-program-plugin-master/packageD/warranty/Add_Balance_manage/Add_Balance_manage.js create mode 100644 yun-min-program-plugin-master/packageD/warranty/Add_Balance_manage/Add_Balance_manage.json create mode 100644 yun-min-program-plugin-master/packageD/warranty/Add_Balance_manage/Add_Balance_manage.wxml create mode 100644 yun-min-program-plugin-master/packageD/warranty/Add_Balance_manage/Add_Balance_manage.wxss create mode 100644 yun-min-program-plugin-master/packageD/warranty/Edit_Balance_manage/Edit_Balance_manage.js create mode 100644 yun-min-program-plugin-master/packageD/warranty/Edit_Balance_manage/Edit_Balance_manage.json create mode 100644 yun-min-program-plugin-master/packageD/warranty/Edit_Balance_manage/Edit_Balance_manage.wxml create mode 100644 yun-min-program-plugin-master/packageD/warranty/Edit_Balance_manage/Edit_Balance_manage.wxss create mode 100644 yun-min-program-plugin-master/packageD/warranty/policyPay/policyPay.js create mode 100644 yun-min-program-plugin-master/packageD/warranty/policyPay/policyPay.json create mode 100644 yun-min-program-plugin-master/packageD/warranty/policyPay/policyPay.wxml create mode 100644 yun-min-program-plugin-master/packageD/warranty/policyPay/policyPay.wxss create mode 100644 yun-min-program-plugin-master/packageD/warranty/warrantyAdd/warrantyAdd.js create mode 100644 yun-min-program-plugin-master/packageD/warranty/warrantyAdd/warrantyAdd.json create mode 100644 yun-min-program-plugin-master/packageD/warranty/warrantyAdd/warrantyAdd.wxml create mode 100644 yun-min-program-plugin-master/packageD/warranty/warrantyAdd/warrantyAdd.wxss create mode 100644 yun-min-program-plugin-master/packageD/warranty/warrantyind/warrantyind.js create mode 100644 yun-min-program-plugin-master/packageD/warranty/warrantyind/warrantyind.json create mode 100644 yun-min-program-plugin-master/packageD/warranty/warrantyind/warrantyind.wxml create mode 100644 yun-min-program-plugin-master/packageD/warranty/warrantyind/warrantyind.wxss create mode 100644 yun-min-program-plugin-master/packageE/ConsumePacket/ConsumePacketSuccess/ConsumePacketSuccess.js create mode 100644 yun-min-program-plugin-master/packageE/ConsumePacket/ConsumePacketSuccess/ConsumePacketSuccess.json create mode 100644 yun-min-program-plugin-master/packageE/ConsumePacket/ConsumePacketSuccess/ConsumePacketSuccess.wxml create mode 100644 yun-min-program-plugin-master/packageE/ConsumePacket/ConsumePacketSuccess/ConsumePacketSuccess.wxss create mode 100644 yun-min-program-plugin-master/packageE/ConsumePacket/index/index.js create mode 100644 yun-min-program-plugin-master/packageE/ConsumePacket/index/index.json create mode 100644 yun-min-program-plugin-master/packageE/ConsumePacket/index/index.wxml create mode 100644 yun-min-program-plugin-master/packageE/ConsumePacket/index/index.wxss create mode 100644 yun-min-program-plugin-master/packageE/Rankings/Rankings.js create mode 100644 yun-min-program-plugin-master/packageE/Rankings/Rankings.json create mode 100644 yun-min-program-plugin-master/packageE/Rankings/Rankings.wxml create mode 100644 yun-min-program-plugin-master/packageE/Rankings/Rankings.wxss create mode 100644 yun-min-program-plugin-master/packageE/TeamDistribution/TeamDistribution.js create mode 100644 yun-min-program-plugin-master/packageE/TeamDistribution/TeamDistribution.json create mode 100644 yun-min-program-plugin-master/packageE/TeamDistribution/TeamDistribution.wxml create mode 100644 yun-min-program-plugin-master/packageE/TeamDistribution/TeamDistribution.wxss create mode 100644 yun-min-program-plugin-master/packageE/TeamPerformanceAward/TeamPerformanceAward.js create mode 100644 yun-min-program-plugin-master/packageE/TeamPerformanceAward/TeamPerformanceAward.json create mode 100644 yun-min-program-plugin-master/packageE/TeamPerformanceAward/TeamPerformanceAward.wxml create mode 100644 yun-min-program-plugin-master/packageE/TeamPerformanceAward/TeamPerformanceAward.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/ProjectDetails/ProjectDetails.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/ProjectDetails/ProjectDetails.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/ProjectDetails/ProjectDetails.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/ProjectDetails/ProjectDetails.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/ProjectList/ProjectList.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/ProjectList/ProjectList.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/ProjectList/ProjectList.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/ProjectList/ProjectList.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/appointment_index.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/appointment_index.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/appointment_index.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/appointment_index.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/calender/calender.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/calender/calender.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/calender/calender.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/calender/calender.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/appointment/appointment.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/appointment/appointment.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/appointment/appointment.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/appointment/appointment.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/evaluate/evaluate.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/evaluate/evaluate.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/evaluate/evaluate.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/evaluate/evaluate.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/make_appointment/make_appointment.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/make_appointment/make_appointment.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/make_appointment/make_appointment.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/make_appointment/make_appointment.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/project/project.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/project/project.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/project/project.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/project/project.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/verification/verification.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/verification/verification.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/verification/verification.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/client/verification/verification.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/hot_technician/hot_technician.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/hot_technician/hot_technician.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/hot_technician/hot_technician.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/hot_technician/hot_technician.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/manager/add_technician.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/manager/add_technician.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/manager/add_technician.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/manager/add_technician.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/manager/stores_technician/stores_technician.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/manager/stores_technician/stores_technician.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/manager/stores_technician/stores_technician.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/manager/stores_technician/stores_technician.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/mine/mine.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/mine/mine.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/mine/mine.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/mine/mine.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/mycomponent/calender.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/mycomponent/calender.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/mycomponent/calender.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/mycomponent/calender.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/search/search.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/search/search.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/search/search.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/search/search.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/showAppointment/showAppointment.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/showAppointment/showAppointment.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/showAppointment/showAppointment.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/showAppointment/showAppointment.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/technician/appointment_project/appointment_project.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/technician/appointment_project/appointment_project.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/technician/appointment_project/appointment_project.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/technician/appointment_project/appointment_project.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/technician/work_day/TechnicianTime/TechnicianTime.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/technician/work_day/TechnicianTime/TechnicianTime.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/technician/work_day/TechnicianTime/TechnicianTime.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/technician/work_day/TechnicianTime/TechnicianTime.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/technician/work_day/TechnicianWork/TechnicianWork.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/technician/work_day/TechnicianWork/TechnicianWork.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/technician/work_day/TechnicianWork/TechnicianWork.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/technician/work_day/TechnicianWork/TechnicianWork.wxss create mode 100644 yun-min-program-plugin-master/packageE/appointment/technician_details/technician_details.js create mode 100644 yun-min-program-plugin-master/packageE/appointment/technician_details/technician_details.json create mode 100644 yun-min-program-plugin-master/packageE/appointment/technician_details/technician_details.wxml create mode 100644 yun-min-program-plugin-master/packageE/appointment/technician_details/technician_details.wxss create mode 100644 yun-min-program-plugin-master/packageE/commodityDividends/commodityDividends.js create mode 100644 yun-min-program-plugin-master/packageE/commodityDividends/commodityDividends.json create mode 100644 yun-min-program-plugin-master/packageE/commodityDividends/commodityDividends.wxml create mode 100644 yun-min-program-plugin-master/packageE/commodityDividends/commodityDividends.wxss create mode 100644 yun-min-program-plugin-master/packageE/community_buying/business_info/business_info.js create mode 100644 yun-min-program-plugin-master/packageE/community_buying/business_info/business_info.json create mode 100644 yun-min-program-plugin-master/packageE/community_buying/business_info/business_info.wxml create mode 100644 yun-min-program-plugin-master/packageE/community_buying/business_info/business_info.wxss create mode 100644 yun-min-program-plugin-master/packageE/community_buying/buying_data/buying_data.js create mode 100644 yun-min-program-plugin-master/packageE/community_buying/buying_data/buying_data.json create mode 100644 yun-min-program-plugin-master/packageE/community_buying/buying_data/buying_data.wxml create mode 100644 yun-min-program-plugin-master/packageE/community_buying/buying_data/buying_data.wxss create mode 100644 yun-min-program-plugin-master/packageE/community_buying/buying_details/buying_details.js create mode 100644 yun-min-program-plugin-master/packageE/community_buying/buying_details/buying_details.json create mode 100644 yun-min-program-plugin-master/packageE/community_buying/buying_details/buying_details.wxml create mode 100644 yun-min-program-plugin-master/packageE/community_buying/buying_details/buying_details.wxss create mode 100644 yun-min-program-plugin-master/packageE/community_buying/buying_order/buying_order.js create mode 100644 yun-min-program-plugin-master/packageE/community_buying/buying_order/buying_order.json create mode 100644 yun-min-program-plugin-master/packageE/community_buying/buying_order/buying_order.wxml create mode 100644 yun-min-program-plugin-master/packageE/community_buying/buying_order/buying_order.wxss create mode 100644 yun-min-program-plugin-master/packageE/community_buying/buying_personal/buying_personal.js create mode 100644 yun-min-program-plugin-master/packageE/community_buying/buying_personal/buying_personal.json create mode 100644 yun-min-program-plugin-master/packageE/community_buying/buying_personal/buying_personal.wxml create mode 100644 yun-min-program-plugin-master/packageE/community_buying/buying_personal/buying_personal.wxss create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/buying_qrcode/buying_qrcode.js create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/buying_qrcode/buying_qrcode.json create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/buying_qrcode/buying_qrcode.wxml create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/buying_qrcode/buying_qrcode.wxss create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/floatBtn/floatBtn.js create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/floatBtn/floatBtn.json create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/floatBtn/floatBtn.wxml create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/floatBtn/floatBtn.wxss create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/orderList/orderList.js create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/orderList/orderList.json create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/orderList/orderList.wxml create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/orderList/orderList.wxss create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/yz_cartList/yz_cartList.js create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/yz_cartList/yz_cartList.json create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/yz_cartList/yz_cartList.wxml create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/yz_cartList/yz_cartList.wxss create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/yz_goodsPopup/yz_goodsPopup.js create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/yz_goodsPopup/yz_goodsPopup.json create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/yz_goodsPopup/yz_goodsPopup.wxml create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/yz_goodsPopup/yz_goodsPopup.wxss create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/yz_specs/yz_specs.js create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/yz_specs/yz_specs.json create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/yz_specs/yz_specs.wxml create mode 100644 yun-min-program-plugin-master/packageE/community_buying/components/yz_specs/yz_specs.wxss create mode 100644 yun-min-program-plugin-master/packageE/community_buying/edit_info/edit_info.js create mode 100644 yun-min-program-plugin-master/packageE/community_buying/edit_info/edit_info.json create mode 100644 yun-min-program-plugin-master/packageE/community_buying/edit_info/edit_info.wxml create mode 100644 yun-min-program-plugin-master/packageE/community_buying/edit_info/edit_info.wxss create mode 100644 yun-min-program-plugin-master/packageE/community_buying/group_buying/group_buying.js create mode 100644 yun-min-program-plugin-master/packageE/community_buying/group_buying/group_buying.json create mode 100644 yun-min-program-plugin-master/packageE/community_buying/group_buying/group_buying.wxml create mode 100644 yun-min-program-plugin-master/packageE/community_buying/group_buying/group_buying.wxss create mode 100644 yun-min-program-plugin-master/packageE/community_buying/index/index.js create mode 100644 yun-min-program-plugin-master/packageE/community_buying/index/index.json create mode 100644 yun-min-program-plugin-master/packageE/community_buying/index/index.wxml create mode 100644 yun-min-program-plugin-master/packageE/community_buying/index/index.wxss create mode 100644 yun-min-program-plugin-master/packageE/community_solitaire/community_solitaire.js create mode 100644 yun-min-program-plugin-master/packageE/community_solitaire/community_solitaire.json create mode 100644 yun-min-program-plugin-master/packageE/community_solitaire/community_solitaire.wxml create mode 100644 yun-min-program-plugin-master/packageE/community_solitaire/community_solitaire.wxss create mode 100644 yun-min-program-plugin-master/packageE/components/good-cell/good-cell.js create mode 100644 yun-min-program-plugin-master/packageE/components/good-cell/good-cell.json create mode 100644 yun-min-program-plugin-master/packageE/components/good-cell/good-cell.wxml create mode 100644 yun-min-program-plugin-master/packageE/components/good-cell/good-cell.wxss create mode 100644 yun-min-program-plugin-master/packageE/components/solitaire_qrcode/solitaire_qrcode.js create mode 100644 yun-min-program-plugin-master/packageE/components/solitaire_qrcode/solitaire_qrcode.json create mode 100644 yun-min-program-plugin-master/packageE/components/solitaire_qrcode/solitaire_qrcode.wxml create mode 100644 yun-min-program-plugin-master/packageE/components/solitaire_qrcode/solitaire_qrcode.wxss create mode 100644 yun-min-program-plugin-master/packageE/components/yz_cartList/yz_cartList.js create mode 100644 yun-min-program-plugin-master/packageE/components/yz_cartList/yz_cartList.json create mode 100644 yun-min-program-plugin-master/packageE/components/yz_cartList/yz_cartList.wxml create mode 100644 yun-min-program-plugin-master/packageE/components/yz_cartList/yz_cartList.wxss create mode 100644 yun-min-program-plugin-master/packageE/components/yz_goodsPopup/yz_goodsPopup.js create mode 100644 yun-min-program-plugin-master/packageE/components/yz_goodsPopup/yz_goodsPopup.json create mode 100644 yun-min-program-plugin-master/packageE/components/yz_goodsPopup/yz_goodsPopup.wxml create mode 100644 yun-min-program-plugin-master/packageE/components/yz_goodsPopup/yz_goodsPopup.wxss create mode 100644 yun-min-program-plugin-master/packageE/components/yz_specs/yz_specs.js create mode 100644 yun-min-program-plugin-master/packageE/components/yz_specs/yz_specs.json create mode 100644 yun-min-program-plugin-master/packageE/components/yz_specs/yz_specs.wxml create mode 100644 yun-min-program-plugin-master/packageE/components/yz_specs/yz_specs.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/AddfamilyMember/AddfamilyMember.js create mode 100644 yun-min-program-plugin-master/packageE/energy/AddfamilyMember/AddfamilyMember.json create mode 100644 yun-min-program-plugin-master/packageE/energy/AddfamilyMember/AddfamilyMember.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/AddfamilyMember/AddfamilyMember.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/bindEquipment/bindEquipment.js create mode 100644 yun-min-program-plugin-master/packageE/energy/bindEquipment/bindEquipment.json create mode 100644 yun-min-program-plugin-master/packageE/energy/bindEquipment/bindEquipment.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/bindEquipment/bindEquipment.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/cancellation/cancellation.js create mode 100644 yun-min-program-plugin-master/packageE/energy/cancellation/cancellation.json create mode 100644 yun-min-program-plugin-master/packageE/energy/cancellation/cancellation.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/cancellation/cancellation.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/cardDetail/cardDetail.js create mode 100644 yun-min-program-plugin-master/packageE/energy/cardDetail/cardDetail.json create mode 100644 yun-min-program-plugin-master/packageE/energy/cardDetail/cardDetail.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/cardDetail/cardDetail.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/familyMember/familyMember.js create mode 100644 yun-min-program-plugin-master/packageE/energy/familyMember/familyMember.json create mode 100644 yun-min-program-plugin-master/packageE/energy/familyMember/familyMember.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/familyMember/familyMember.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/powerAddMeb/powerAddMeb.js create mode 100644 yun-min-program-plugin-master/packageE/energy/powerAddMeb/powerAddMeb.json create mode 100644 yun-min-program-plugin-master/packageE/energy/powerAddMeb/powerAddMeb.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/powerAddMeb/powerAddMeb.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/powerCabin/powerCabin.js create mode 100644 yun-min-program-plugin-master/packageE/energy/powerCabin/powerCabin.json create mode 100644 yun-min-program-plugin-master/packageE/energy/powerCabin/powerCabin.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/powerCabin/powerCabin.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/powerCancellation/powerCancellation.js create mode 100644 yun-min-program-plugin-master/packageE/energy/powerCancellation/powerCancellation.json create mode 100644 yun-min-program-plugin-master/packageE/energy/powerCancellation/powerCancellation.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/powerCancellation/powerCancellation.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/powerCheck/powerCheck.js create mode 100644 yun-min-program-plugin-master/packageE/energy/powerCheck/powerCheck.json create mode 100644 yun-min-program-plugin-master/packageE/energy/powerCheck/powerCheck.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/powerCheck/powerCheck.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/powerDetail/powerDetail.js create mode 100644 yun-min-program-plugin-master/packageE/energy/powerDetail/powerDetail.json create mode 100644 yun-min-program-plugin-master/packageE/energy/powerDetail/powerDetail.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/powerDetail/powerDetail.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/powerEquipment/powerEquipment.js create mode 100644 yun-min-program-plugin-master/packageE/energy/powerEquipment/powerEquipment.json create mode 100644 yun-min-program-plugin-master/packageE/energy/powerEquipment/powerEquipment.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/powerEquipment/powerEquipment.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/powerMember/powerMember.js create mode 100644 yun-min-program-plugin-master/packageE/energy/powerMember/powerMember.json create mode 100644 yun-min-program-plugin-master/packageE/energy/powerMember/powerMember.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/powerMember/powerMember.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/powerNotes/powerNotes.js create mode 100644 yun-min-program-plugin-master/packageE/energy/powerNotes/powerNotes.json create mode 100644 yun-min-program-plugin-master/packageE/energy/powerNotes/powerNotes.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/powerNotes/powerNotes.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/powerResult/powerResult.js create mode 100644 yun-min-program-plugin-master/packageE/energy/powerResult/powerResult.json create mode 100644 yun-min-program-plugin-master/packageE/energy/powerResult/powerResult.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/powerResult/powerResult.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/powerSell/powerSell.js create mode 100644 yun-min-program-plugin-master/packageE/energy/powerSell/powerSell.json create mode 100644 yun-min-program-plugin-master/packageE/energy/powerSell/powerSell.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/powerSell/powerSell.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/powerStore/powerStore.js create mode 100644 yun-min-program-plugin-master/packageE/energy/powerStore/powerStore.json create mode 100644 yun-min-program-plugin-master/packageE/energy/powerStore/powerStore.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/powerStore/powerStore.wxss create mode 100644 yun-min-program-plugin-master/packageE/energy/userCard/userCard.js create mode 100644 yun-min-program-plugin-master/packageE/energy/userCard/userCard.json create mode 100644 yun-min-program-plugin-master/packageE/energy/userCard/userCard.wxml create mode 100644 yun-min-program-plugin-master/packageE/energy/userCard/userCard.wxss create mode 100644 yun-min-program-plugin-master/packageE/extension/dealer_award/peerAward/peerAward.js create mode 100644 yun-min-program-plugin-master/packageE/extension/dealer_award/peerAward/peerAward.json create mode 100644 yun-min-program-plugin-master/packageE/extension/dealer_award/peerAward/peerAward.wxml create mode 100644 yun-min-program-plugin-master/packageE/extension/dealer_award/peerAward/peerAward.wxss create mode 100644 yun-min-program-plugin-master/packageE/extension/dealer_award/peerAwardes_withdraw/peerAwardes_withdraw.js create mode 100644 yun-min-program-plugin-master/packageE/extension/dealer_award/peerAwardes_withdraw/peerAwardes_withdraw.json create mode 100644 yun-min-program-plugin-master/packageE/extension/dealer_award/peerAwardes_withdraw/peerAwardes_withdraw.wxml create mode 100644 yun-min-program-plugin-master/packageE/extension/dealer_award/peerAwardes_withdraw/peerAwardes_withdraw.wxss create mode 100644 yun-min-program-plugin-master/packageE/findpwd/findpwd.js create mode 100644 yun-min-program-plugin-master/packageE/findpwd/findpwd.json create mode 100644 yun-min-program-plugin-master/packageE/findpwd/findpwd.wxml create mode 100644 yun-min-program-plugin-master/packageE/findpwd/findpwd.wxss create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_detail/grab_group_detail.js create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_detail/grab_group_detail.json create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_detail/grab_group_detail.wxml create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_detail/grab_group_detail.wxss create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_home/grab_group_home.js create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_home/grab_group_home.json create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_home/grab_group_home.wxml create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_home/grab_group_home.wxss create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_my/grab_group_my.js create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_my/grab_group_my.json create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_my/grab_group_my.wxml create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_my/grab_group_my.wxss create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_my_record/grab_group_my_record.js create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_my_record/grab_group_my_record.json create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_my_record/grab_group_my_record.wxml create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_my_record/grab_group_my_record.wxss create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_reward/grab_group_reward.js create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_reward/grab_group_reward.json create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_reward/grab_group_reward.wxml create mode 100644 yun-min-program-plugin-master/packageE/grab_group/grab_group_reward/grab_group_reward.wxss create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCode.js create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCode.json create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCode.wxml create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCode.wxss create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeCreate/groupCodeCreate.js create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeCreate/groupCodeCreate.json create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeCreate/groupCodeCreate.wxml create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeCreate/groupCodeCreate.wxss create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeData/groupCodeData.js create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeData/groupCodeData.json create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeData/groupCodeData.wxml create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeData/groupCodeData.wxss create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeEdit/groupCodeEdit.js create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeEdit/groupCodeEdit.json create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeEdit/groupCodeEdit.wxml create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeEdit/groupCodeEdit.wxss create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeGoodsList/groupCodeGoodsList.js create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeGoodsList/groupCodeGoodsList.json create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeGoodsList/groupCodeGoodsList.wxml create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeGoodsList/groupCodeGoodsList.wxss create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeLabel/groupCodeLabel.js create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeLabel/groupCodeLabel.json create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeLabel/groupCodeLabel.wxml create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeLabel/groupCodeLabel.wxss create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeRanking/groupCodeRanking.js create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeRanking/groupCodeRanking.json create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeRanking/groupCodeRanking.wxml create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeRanking/groupCodeRanking.wxss create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeRecord/groupCodeRecord.js create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeRecord/groupCodeRecord.json create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeRecord/groupCodeRecord.wxml create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeRecord/groupCodeRecord.wxss create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeSearch/groupCodeSearch.js create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeSearch/groupCodeSearch.json create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeSearch/groupCodeSearch.wxml create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeSearch/groupCodeSearch.wxss create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeShow/groupCodeShow.js create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeShow/groupCodeShow.json create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeShow/groupCodeShow.wxml create mode 100644 yun-min-program-plugin-master/packageE/groupCode/groupCodeShow/groupCodeShow.wxss create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_age/healthy_age.js create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_age/healthy_age.json create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_age/healthy_age.wxml create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_age/healthy_age.wxss create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_height/healthy_height.js create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_height/healthy_height.json create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_height/healthy_height.wxml create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_height/healthy_height.wxss create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_res/healthy_res.js create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_res/healthy_res.json create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_res/healthy_res.wxml create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_res/healthy_res.wxss create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_select/healthy_select.js create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_select/healthy_select.json create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_select/healthy_select.wxml create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_select/healthy_select.wxss create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_sex/healthy_sex.js create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_sex/healthy_sex.json create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_sex/healthy_sex.wxml create mode 100644 yun-min-program-plugin-master/packageE/healthy/component/healthy_sex/healthy_sex.wxss create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyDetails/healthyDetails.js create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyDetails/healthyDetails.json create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyDetails/healthyDetails.wxml create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyDetails/healthyDetails.wxss create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyEv/healthyEv.js create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyEv/healthyEv.json create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyEv/healthyEv.wxml create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyEv/healthyEv.wxss create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyIndex/healthyIndex.js create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyIndex/healthyIndex.json create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyIndex/healthyIndex.wxml create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyIndex/healthyIndex.wxss create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyPaper/healthyPaper.js create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyPaper/healthyPaper.json create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyPaper/healthyPaper.wxml create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyPaper/healthyPaper.wxss create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyRecord/healthyRecord.js create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyRecord/healthyRecord.json create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyRecord/healthyRecord.wxml create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyRecord/healthyRecord.wxss create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyResult/healthyResult.js create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyResult/healthyResult.json create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyResult/healthyResult.wxml create mode 100644 yun-min-program-plugin-master/packageE/healthy/healthyResult/healthyResult.wxss create mode 100644 yun-min-program-plugin-master/packageE/loveRanking/loveRanking.js create mode 100644 yun-min-program-plugin-master/packageE/loveRanking/loveRanking.json create mode 100644 yun-min-program-plugin-master/packageE/loveRanking/loveRanking.wxml create mode 100644 yun-min-program-plugin-master/packageE/loveRanking/loveRanking.wxss create mode 100644 yun-min-program-plugin-master/packageE/managementIndex/managementIndex.js create mode 100644 yun-min-program-plugin-master/packageE/managementIndex/managementIndex.json create mode 100644 yun-min-program-plugin-master/packageE/managementIndex/managementIndex.wxml create mode 100644 yun-min-program-plugin-master/packageE/managementIndex/managementIndex.wxss create mode 100644 yun-min-program-plugin-master/packageE/managementIndex/managementLis/managementLis.js create mode 100644 yun-min-program-plugin-master/packageE/managementIndex/managementLis/managementLis.json create mode 100644 yun-min-program-plugin-master/packageE/managementIndex/managementLis/managementLis.wxml create mode 100644 yun-min-program-plugin-master/packageE/managementIndex/managementLis/managementLis.wxss create mode 100644 yun-min-program-plugin-master/packageE/managementIndex/proclamation/proclamation.js create mode 100644 yun-min-program-plugin-master/packageE/managementIndex/proclamation/proclamation.json create mode 100644 yun-min-program-plugin-master/packageE/managementIndex/proclamation/proclamation.wxml create mode 100644 yun-min-program-plugin-master/packageE/managementIndex/proclamation/proclamation.wxss create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/collageItem_1/collageItem_1.js create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/collageItem_1/collageItem_1.json create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/collageItem_1/collageItem_1.wxml create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/collageItem_1/collageItem_1.wxss create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/collageItem_3/collageItem_3.js create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/collageItem_3/collageItem_3.json create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/collageItem_3/collageItem_3.wxml create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/collageItem_3/collageItem_3.wxss create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/collageItem_4/collageItem_4.js create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/collageItem_4/collageItem_4.json create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/collageItem_4/collageItem_4.wxml create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/collageItem_4/collageItem_4.wxss create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/collageItem_5/collageItem_5.js create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/collageItem_5/collageItem_5.json create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/collageItem_5/collageItem_5.wxml create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/collageItem_5/collageItem_5.wxss create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/echievement-list-item1/echievement-list-item1.js create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/echievement-list-item1/echievement-list-item1.json create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/echievement-list-item1/echievement-list-item1.wxml create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/echievement-list-item1/echievement-list-item1.wxss create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/echievement-list-item2/echievement-list-item2.js create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/echievement-list-item2/echievement-list-item2.json create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/echievement-list-item2/echievement-list-item2.wxml create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/echievement-list-item2/echievement-list-item2.wxss create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/echievement-list-item3/echievement-list-item3.js create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/echievement-list-item3/echievement-list-item3.json create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/echievement-list-item3/echievement-list-item3.wxml create mode 100644 yun-min-program-plugin-master/packageE/member/component/founder/echievement-list-item3/echievement-list-item3.wxss create mode 100644 yun-min-program-plugin-master/packageE/member/component/month/month.js create mode 100644 yun-min-program-plugin-master/packageE/member/component/month/month.json create mode 100644 yun-min-program-plugin-master/packageE/member/component/month/month.wxml create mode 100644 yun-min-program-plugin-master/packageE/member/component/month/month.wxss create mode 100644 yun-min-program-plugin-master/packageE/member/component/porject/porject_item.js create mode 100644 yun-min-program-plugin-master/packageE/member/component/porject/porject_item.json create mode 100644 yun-min-program-plugin-master/packageE/member/component/porject/porject_item.wxml create mode 100644 yun-min-program-plugin-master/packageE/member/component/porject/porject_item.wxss create mode 100644 yun-min-program-plugin-master/packageE/member/component/timeOver/timeOver.js create mode 100644 yun-min-program-plugin-master/packageE/member/component/timeOver/timeOver.json create mode 100644 yun-min-program-plugin-master/packageE/member/component/timeOver/timeOver.wxml create mode 100644 yun-min-program-plugin-master/packageE/member/component/timeOver/timeOver.wxss create mode 100644 yun-min-program-plugin-master/packageE/memberLevelNav/levelNav.js create mode 100644 yun-min-program-plugin-master/packageE/memberLevelNav/levelNav.json create mode 100644 yun-min-program-plugin-master/packageE/memberLevelNav/levelNav.wxml create mode 100644 yun-min-program-plugin-master/packageE/memberLevelNav/levelNav.wxss create mode 100644 yun-min-program-plugin-master/packageE/multiplePackages/multiplePackages.js create mode 100644 yun-min-program-plugin-master/packageE/multiplePackages/multiplePackages.json create mode 100644 yun-min-program-plugin-master/packageE/multiplePackages/multiplePackages.wxml create mode 100644 yun-min-program-plugin-master/packageE/multiplePackages/multiplePackages.wxss create mode 100644 yun-min-program-plugin-master/packageE/newFranchiserRed/newFranchiserRed.js create mode 100644 yun-min-program-plugin-master/packageE/newFranchiserRed/newFranchiserRed.json create mode 100644 yun-min-program-plugin-master/packageE/newFranchiserRed/newFranchiserRed.wxml create mode 100644 yun-min-program-plugin-master/packageE/newFranchiserRed/newFranchiserRed.wxss create mode 100644 yun-min-program-plugin-master/packageE/newRedReward/newRedReward.js create mode 100644 yun-min-program-plugin-master/packageE/newRedReward/newRedReward.json create mode 100644 yun-min-program-plugin-master/packageE/newRedReward/newRedReward.wxml create mode 100644 yun-min-program-plugin-master/packageE/newRedReward/newRedReward.wxss create mode 100644 yun-min-program-plugin-master/packageE/newTeamClient/newTeamClient.js create mode 100644 yun-min-program-plugin-master/packageE/newTeamClient/newTeamClient.json create mode 100644 yun-min-program-plugin-master/packageE/newTeamClient/newTeamClient.wxml create mode 100644 yun-min-program-plugin-master/packageE/newTeamClient/newTeamClient.wxss create mode 100644 yun-min-program-plugin-master/packageE/newcodeHistory/newcodeHistory.js create mode 100644 yun-min-program-plugin-master/packageE/newcodeHistory/newcodeHistory.json create mode 100644 yun-min-program-plugin-master/packageE/newcodeHistory/newcodeHistory.wxml create mode 100644 yun-min-program-plugin-master/packageE/newcodeHistory/newcodeHistory.wxss create mode 100644 yun-min-program-plugin-master/packageE/newteamAgentCenter/newteamAgentCenter.js create mode 100644 yun-min-program-plugin-master/packageE/newteamAgentCenter/newteamAgentCenter.json create mode 100644 yun-min-program-plugin-master/packageE/newteamAgentCenter/newteamAgentCenter.wxml create mode 100644 yun-min-program-plugin-master/packageE/newteamAgentCenter/newteamAgentCenter.wxss create mode 100644 yun-min-program-plugin-master/packageE/newteamCode/newteamCode.js create mode 100644 yun-min-program-plugin-master/packageE/newteamCode/newteamCode.json create mode 100644 yun-min-program-plugin-master/packageE/newteamCode/newteamCode.wxml create mode 100644 yun-min-program-plugin-master/packageE/newteamCode/newteamCode.wxss create mode 100644 yun-min-program-plugin-master/packageE/newteamPerformance/newteamPerformance.js create mode 100644 yun-min-program-plugin-master/packageE/newteamPerformance/newteamPerformance.json create mode 100644 yun-min-program-plugin-master/packageE/newteamPerformance/newteamPerformance.wxml create mode 100644 yun-min-program-plugin-master/packageE/newteamPerformance/newteamPerformance.wxss create mode 100644 yun-min-program-plugin-master/packageE/orderullPackage/orderullPackage.js create mode 100644 yun-min-program-plugin-master/packageE/orderullPackage/orderullPackage.json create mode 100644 yun-min-program-plugin-master/packageE/orderullPackage/orderullPackage.wxml create mode 100644 yun-min-program-plugin-master/packageE/orderullPackage/orderullPackage.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/all_result/all_result.js create mode 100644 yun-min-program-plugin-master/packageE/others/all_result/all_result.json create mode 100644 yun-min-program-plugin-master/packageE/others/all_result/all_result.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/all_result/all_result.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/application_market/application_market.js create mode 100644 yun-min-program-plugin-master/packageE/others/application_market/application_market.json create mode 100644 yun-min-program-plugin-master/packageE/others/application_market/application_market.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/application_market/application_market.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/application_market/binding_site/binding_site.js create mode 100644 yun-min-program-plugin-master/packageE/others/application_market/binding_site/binding_site.json create mode 100644 yun-min-program-plugin-master/packageE/others/application_market/binding_site/binding_site.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/application_market/binding_site/binding_site.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/application_market/change_site/change_site.js create mode 100644 yun-min-program-plugin-master/packageE/others/application_market/change_site/change_site.json create mode 100644 yun-min-program-plugin-master/packageE/others/application_market/change_site/change_site.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/application_market/change_site/change_site.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/case_detail/caseLibraryDetail.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/case_detail/caseLibraryDetail.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/case_detail/caseLibraryDetail.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/case_detail/caseLibraryDetail.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/case_library.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/case_library.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/case_library.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/case_library.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/case_library/case_library.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/case_library/case_library.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/case_library/case_library.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/case_library/case_library.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/category/caseLibraryCategory.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/category/caseLibraryCategory.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/category/caseLibraryCategory.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/category/caseLibraryCategory.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/home/caseLibraryHome.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/home/caseLibraryHome.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/home/caseLibraryHome.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/home/caseLibraryHome.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/label/caseLibraryLabel.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/label/caseLibraryLabel.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/label/caseLibraryLabel.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/label/caseLibraryLabel.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/label/caseLibraryMypublish.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/label/caseLibraryMypublish.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/label/caseLibraryMypublish.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/label/caseLibraryMypublish.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/caseMobile.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/caseMobile.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/caseMobile.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/caseMobile.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/head.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/head.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/head.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/head.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/service.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/service.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/service.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/service.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/share.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/share.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/share.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/share.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/subject_mobile.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/subject_mobile.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/subject_mobile.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/mycomponents/subject_mobile.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/new_mobile/caseLibraryAreaMobile.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/new_mobile/caseLibraryAreaMobile.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/new_mobile/caseLibraryAreaMobile.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/new_mobile/caseLibraryAreaMobile.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/new_mobile/caseLibraryNewMobile.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/new_mobile/caseLibraryNewMobile.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/new_mobile/caseLibraryNewMobile.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/new_mobile/caseLibraryNewMobile.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/ranking_mobile/caseLibraryRankingMobile.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/ranking_mobile/caseLibraryRankingMobile.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/ranking_mobile/caseLibraryRankingMobile.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/ranking_mobile/caseLibraryRankingMobile.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/subject_detail/caseLibrarySubjectDetail.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/subject_detail/caseLibrarySubjectDetail.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/subject_detail/caseLibrarySubjectDetail.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/subject_detail/caseLibrarySubjectDetail.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/subject_list/caseLibrarySubjectList.js create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/subject_list/caseLibrarySubjectList.json create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/subject_list/caseLibrarySubjectList.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/case_library/subject_list/caseLibrarySubjectList.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudOrder/cloudOrder.js create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudOrder/cloudOrder.json create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudOrder/cloudOrder.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudOrder/cloudOrder.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudOrderDetail/cloudOrderDetail.js create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudOrderDetail/cloudOrderDetail.json create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudOrderDetail/cloudOrderDetail.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudOrderDetail/cloudOrderDetail.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudOrderList/cloudOrderList.js create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudOrderList/cloudOrderList.json create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudOrderList/cloudOrderList.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudOrderList/cloudOrderList.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudRecord/cloudRecord.js create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudRecord/cloudRecord.json create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudRecord/cloudRecord.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudRecord/cloudRecord.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudRelease/cloudRelease.js create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudRelease/cloudRelease.json create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudRelease/cloudRelease.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudRelease/cloudRelease.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudReleaseLog/cloudReleaseLog.js create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudReleaseLog/cloudReleaseLog.json create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudReleaseLog/cloudReleaseLog.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloudReleaseLog/cloudReleaseLog.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloud_index/cloud_index.js create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloud_index/cloud_index.json create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloud_index/cloud_index.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/cloud_index/cloud_index.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/pickUp/pickUp.js create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/pickUp/pickUp.json create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/pickUp/pickUp.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/pickUp/pickUp.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/pickUpArea/pickUpArea.js create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/pickUpArea/pickUpArea.json create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/pickUpArea/pickUpArea.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/cloudwarehouse/pickUpArea/pickUpArea.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_cartList/yz_cartList.js create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_cartList/yz_cartList.json create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_cartList/yz_cartList.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_cartList/yz_cartList.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_goodsPopup/yz_cartList/yz_cartList.js create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_goodsPopup/yz_cartList/yz_cartList.json create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_goodsPopup/yz_cartList/yz_cartList.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_goodsPopup/yz_cartList/yz_cartList.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_goodsPopup/yz_goodsPopup.js create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_goodsPopup/yz_goodsPopup.json create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_goodsPopup/yz_goodsPopup.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_goodsPopup/yz_goodsPopup.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_goodsPopup/yz_specs/yz_specs.js create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_goodsPopup/yz_specs/yz_specs.json create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_goodsPopup/yz_specs/yz_specs.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_goodsPopup/yz_specs/yz_specs.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_specs/yz_specs.js create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_specs/yz_specs.json create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_specs/yz_specs.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/components/yz_specs/yz_specs.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/fixedPrice.js create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/fixedPrice.json create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/fixedPrice.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/fixedPrice/fixedPrice.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/log/log.js create mode 100644 yun-min-program-plugin-master/packageE/others/log/log.json create mode 100644 yun-min-program-plugin-master/packageE/others/log/log.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/log/log.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/mycomponent/qrcode/qrcode.js create mode 100644 yun-min-program-plugin-master/packageE/others/mycomponent/qrcode/qrcode.json create mode 100644 yun-min-program-plugin-master/packageE/others/mycomponent/qrcode/qrcode.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/mycomponent/qrcode/qrcode.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/mycomponent/skin-circle.js create mode 100644 yun-min-program-plugin-master/packageE/others/mycomponent/skin-circle.json create mode 100644 yun-min-program-plugin-master/packageE/others/mycomponent/skin-circle.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/mycomponent/skin-circle.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/rank/rank.js create mode 100644 yun-min-program-plugin-master/packageE/others/rank/rank.json create mode 100644 yun-min-program-plugin-master/packageE/others/rank/rank.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/rank/rank.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/referral_officer/referral_officer.js create mode 100644 yun-min-program-plugin-master/packageE/others/referral_officer/referral_officer.json create mode 100644 yun-min-program-plugin-master/packageE/others/referral_officer/referral_officer.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/referral_officer/referral_officer.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/referral_officerDetail/referral_officerDetail.js create mode 100644 yun-min-program-plugin-master/packageE/others/referral_officerDetail/referral_officerDetail.json create mode 100644 yun-min-program-plugin-master/packageE/others/referral_officerDetail/referral_officerDetail.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/referral_officerDetail/referral_officerDetail.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/share/share.js create mode 100644 yun-min-program-plugin-master/packageE/others/share/share.json create mode 100644 yun-min-program-plugin-master/packageE/others/share/share.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/share/share.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/skin/skin.js create mode 100644 yun-min-program-plugin-master/packageE/others/skin/skin.json create mode 100644 yun-min-program-plugin-master/packageE/others/skin/skin.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/skin/skin.wxss create mode 100644 yun-min-program-plugin-master/packageE/others/skin_result/skin_result.js create mode 100644 yun-min-program-plugin-master/packageE/others/skin_result/skin_result.json create mode 100644 yun-min-program-plugin-master/packageE/others/skin_result/skin_result.wxml create mode 100644 yun-min-program-plugin-master/packageE/others/skin_result/skin_result.wxss create mode 100644 yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardIndex/pickUpCardIndex.js create mode 100644 yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardIndex/pickUpCardIndex.json create mode 100644 yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardIndex/pickUpCardIndex.wxml create mode 100644 yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardIndex/pickUpCardIndex.wxss create mode 100644 yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardMy/pickUpCardMy.js create mode 100644 yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardMy/pickUpCardMy.json create mode 100644 yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardMy/pickUpCardMy.wxml create mode 100644 yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardMy/pickUpCardMy.wxss create mode 100644 yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardMyDet/pickUpCardMyDet.js create mode 100644 yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardMyDet/pickUpCardMyDet.json create mode 100644 yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardMyDet/pickUpCardMyDet.wxml create mode 100644 yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardMyDet/pickUpCardMyDet.wxss create mode 100644 yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardReimburse/pickUpCardReimburse.js create mode 100644 yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardReimburse/pickUpCardReimburse.json create mode 100644 yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardReimburse/pickUpCardReimburse.wxml create mode 100644 yun-min-program-plugin-master/packageE/pickUpCard/pickUpCardReimburse/pickUpCardReimburse.wxss create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/history/history.js create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/history/history.json create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/history/history.wxml create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/history/history.wxss create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/history_details/history_details.js create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/history_details/history_details.json create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/history_details/history_details.wxml create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/history_details/history_details.wxss create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/questionnaireIndex/questionnaireIndex.js create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/questionnaireIndex/questionnaireIndex.json create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/questionnaireIndex/questionnaireIndex.wxml create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/questionnaireIndex/questionnaireIndex.wxss create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/questions/questions.js create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/questions/questions.json create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/questions/questions.wxml create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/questions/questions.wxss create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/questionsSearch/questionsSearch.js create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/questionsSearch/questionsSearch.json create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/questionsSearch/questionsSearch.wxml create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/questionsSearch/questionsSearch.wxss create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/surveyResult/surveyResult.js create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/surveyResult/surveyResult.json create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/surveyResult/surveyResult.wxml create mode 100644 yun-min-program-plugin-master/packageE/questionnaire/surveyResult/surveyResult.wxss create mode 100644 yun-min-program-plugin-master/packageE/ranking_2/DPagination.js create mode 100644 yun-min-program-plugin-master/packageE/ranking_2/common.wxss create mode 100644 yun-min-program-plugin-master/packageE/ranking_2/index/index.js create mode 100644 yun-min-program-plugin-master/packageE/ranking_2/index/index.json create mode 100644 yun-min-program-plugin-master/packageE/ranking_2/index/index.wxml create mode 100644 yun-min-program-plugin-master/packageE/ranking_2/index/index.wxss create mode 100644 yun-min-program-plugin-master/packageE/ranking_2/my_reward/my_reward.js create mode 100644 yun-min-program-plugin-master/packageE/ranking_2/my_reward/my_reward.json create mode 100644 yun-min-program-plugin-master/packageE/ranking_2/my_reward/my_reward.wxml create mode 100644 yun-min-program-plugin-master/packageE/ranking_2/my_reward/my_reward.wxss create mode 100644 yun-min-program-plugin-master/packageE/ranking_2/reward_log/reward_log.js create mode 100644 yun-min-program-plugin-master/packageE/ranking_2/reward_log/reward_log.json create mode 100644 yun-min-program-plugin-master/packageE/ranking_2/reward_log/reward_log.wxml create mode 100644 yun-min-program-plugin-master/packageE/ranking_2/reward_log/reward_log.wxss create mode 100644 yun-min-program-plugin-master/packageE/regionalAwards/regionalAwards.js create mode 100644 yun-min-program-plugin-master/packageE/regionalAwards/regionalAwards.json create mode 100644 yun-min-program-plugin-master/packageE/regionalAwards/regionalAwards.wxml create mode 100644 yun-min-program-plugin-master/packageE/regionalAwards/regionalAwards.wxss create mode 100644 yun-min-program-plugin-master/packageE/regionalAwards/regionalAwardsRecord/regionalAwardsRecord.js create mode 100644 yun-min-program-plugin-master/packageE/regionalAwards/regionalAwardsRecord/regionalAwardsRecord.json create mode 100644 yun-min-program-plugin-master/packageE/regionalAwards/regionalAwardsRecord/regionalAwardsRecord.wxml create mode 100644 yun-min-program-plugin-master/packageE/regionalAwards/regionalAwardsRecord/regionalAwardsRecord.wxss create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/dateParserTime.js create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNotice.js create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNotice.json create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNotice.wxml create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNotice.wxss create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeActivity/stationNoticeActivity.js create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeActivity/stationNoticeActivity.json create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeActivity/stationNoticeActivity.wxml create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeActivity/stationNoticeActivity.wxss create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeActivityDetail/stationNoticeActivityDetail.js create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeActivityDetail/stationNoticeActivityDetail.json create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeActivityDetail/stationNoticeActivityDetail.wxml create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeActivityDetail/stationNoticeActivityDetail.wxss create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeAnchor/stationNoticeAnchor.js create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeAnchor/stationNoticeAnchor.json create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeAnchor/stationNoticeAnchor.wxml create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeAnchor/stationNoticeAnchor.wxss create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeCustomer/stationNoticeCustomer.js create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeCustomer/stationNoticeCustomer.json create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeCustomer/stationNoticeCustomer.wxml create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeCustomer/stationNoticeCustomer.wxss create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeExamine/stationNoticeExamine.js create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeExamine/stationNoticeExamine.json create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeExamine/stationNoticeExamine.wxml create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeExamine/stationNoticeExamine.wxss create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeExtract/stationNoticeExtract.js create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeExtract/stationNoticeExtract.json create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeExtract/stationNoticeExtract.wxml create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeExtract/stationNoticeExtract.wxss create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeLogistics/stationNoticeLogistics.js create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeLogistics/stationNoticeLogistics.json create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeLogistics/stationNoticeLogistics.wxml create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeLogistics/stationNoticeLogistics.wxss create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeOrder/stationNoticeOrder.js create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeOrder/stationNoticeOrder.json create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeOrder/stationNoticeOrder.wxml create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeOrder/stationNoticeOrder.wxss create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeProperty/stationNoticeProperty.js create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeProperty/stationNoticeProperty.json create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeProperty/stationNoticeProperty.wxml create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeProperty/stationNoticeProperty.wxss create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeSetting/stationNoticeSetting.js create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeSetting/stationNoticeSetting.json create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeSetting/stationNoticeSetting.wxml create mode 100644 yun-min-program-plugin-master/packageE/stationNotice/stationNoticeSetting/stationNoticeSetting.wxss create mode 100644 yun-min-program-plugin-master/packageE/superior/superior.js create mode 100644 yun-min-program-plugin-master/packageE/superior/superior.json create mode 100644 yun-min-program-plugin-master/packageE/superior/superior.wxml create mode 100644 yun-min-program-plugin-master/packageE/superior/superior.wxss create mode 100644 yun-min-program-plugin-master/packageE/team_sell/activeRecord/activeRecord.js create mode 100644 yun-min-program-plugin-master/packageE/team_sell/activeRecord/activeRecord.json create mode 100644 yun-min-program-plugin-master/packageE/team_sell/activeRecord/activeRecord.wxml create mode 100644 yun-min-program-plugin-master/packageE/team_sell/activeRecord/activeRecord.wxss create mode 100644 yun-min-program-plugin-master/packageE/team_sell/getCouponCentre/getCouponCentre.js create mode 100644 yun-min-program-plugin-master/packageE/team_sell/getCouponCentre/getCouponCentre.json create mode 100644 yun-min-program-plugin-master/packageE/team_sell/getCouponCentre/getCouponCentre.wxml create mode 100644 yun-min-program-plugin-master/packageE/team_sell/getCouponCentre/getCouponCentre.wxss create mode 100644 yun-min-program-plugin-master/packageE/team_sell/getCouponLis/getCouponLis.js create mode 100644 yun-min-program-plugin-master/packageE/team_sell/getCouponLis/getCouponLis.json create mode 100644 yun-min-program-plugin-master/packageE/team_sell/getCouponLis/getCouponLis.wxml create mode 100644 yun-min-program-plugin-master/packageE/team_sell/getCouponLis/getCouponLis.wxss create mode 100644 yun-min-program-plugin-master/packageE/team_sell/getCouponShare/getCouponShare.js create mode 100644 yun-min-program-plugin-master/packageE/team_sell/getCouponShare/getCouponShare.json create mode 100644 yun-min-program-plugin-master/packageE/team_sell/getCouponShare/getCouponShare.wxml create mode 100644 yun-min-program-plugin-master/packageE/team_sell/getCouponShare/getCouponShare.wxss create mode 100644 yun-min-program-plugin-master/packageE/team_sell/predictIncome/predictIncome.js create mode 100644 yun-min-program-plugin-master/packageE/team_sell/predictIncome/predictIncome.json create mode 100644 yun-min-program-plugin-master/packageE/team_sell/predictIncome/predictIncome.wxml create mode 100644 yun-min-program-plugin-master/packageE/team_sell/predictIncome/predictIncome.wxss create mode 100644 yun-min-program-plugin-master/packageE/team_sell/teamActive/teamActive.js create mode 100644 yun-min-program-plugin-master/packageE/team_sell/teamActive/teamActive.json create mode 100644 yun-min-program-plugin-master/packageE/team_sell/teamActive/teamActive.wxml create mode 100644 yun-min-program-plugin-master/packageE/team_sell/teamActive/teamActive.wxss create mode 100644 yun-min-program-plugin-master/packageE/team_sell/teamLimit/teamLimit.js create mode 100644 yun-min-program-plugin-master/packageE/team_sell/teamLimit/teamLimit.json create mode 100644 yun-min-program-plugin-master/packageE/team_sell/teamLimit/teamLimit.wxml create mode 100644 yun-min-program-plugin-master/packageE/team_sell/teamLimit/teamLimit.wxss create mode 100644 yun-min-program-plugin-master/packageE/team_sell/teamSell/teamSell.js create mode 100644 yun-min-program-plugin-master/packageE/team_sell/teamSell/teamSell.json create mode 100644 yun-min-program-plugin-master/packageE/team_sell/teamSell/teamSell.wxml create mode 100644 yun-min-program-plugin-master/packageE/team_sell/teamSell/teamSell.wxss create mode 100644 yun-min-program-plugin-master/packageE/video_question/answer/answer.js create mode 100644 yun-min-program-plugin-master/packageE/video_question/answer/answer.json create mode 100644 yun-min-program-plugin-master/packageE/video_question/answer/answer.wxml create mode 100644 yun-min-program-plugin-master/packageE/video_question/answer/answer.wxss create mode 100644 yun-min-program-plugin-master/packageE/video_question/apply/apply.js create mode 100644 yun-min-program-plugin-master/packageE/video_question/apply/apply.json create mode 100644 yun-min-program-plugin-master/packageE/video_question/apply/apply.wxml create mode 100644 yun-min-program-plugin-master/packageE/video_question/apply/apply.wxss create mode 100644 yun-min-program-plugin-master/packageE/video_question/mycomponent/o2oment/o2oment.js create mode 100644 yun-min-program-plugin-master/packageE/video_question/mycomponent/o2oment/o2oment.json create mode 100644 yun-min-program-plugin-master/packageE/video_question/mycomponent/o2oment/o2oment.wxml create mode 100644 yun-min-program-plugin-master/packageE/video_question/mycomponent/o2oment/o2oment.wxss create mode 100644 yun-min-program-plugin-master/packageE/video_question/videoRecord/videoRecord.js create mode 100644 yun-min-program-plugin-master/packageE/video_question/videoRecord/videoRecord.json create mode 100644 yun-min-program-plugin-master/packageE/video_question/videoRecord/videoRecord.wxml create mode 100644 yun-min-program-plugin-master/packageE/video_question/videoRecord/videoRecord.wxss create mode 100644 yun-min-program-plugin-master/packageE/video_question/videoRecordList/videoRecordList.js create mode 100644 yun-min-program-plugin-master/packageE/video_question/videoRecordList/videoRecordList.json create mode 100644 yun-min-program-plugin-master/packageE/video_question/videoRecordList/videoRecordList.wxml create mode 100644 yun-min-program-plugin-master/packageE/video_question/videoRecordList/videoRecordList.wxss create mode 100644 yun-min-program-plugin-master/packageE/video_question/video_question.js create mode 100644 yun-min-program-plugin-master/packageE/video_question/video_question.json create mode 100644 yun-min-program-plugin-master/packageE/video_question/video_question.wxml create mode 100644 yun-min-program-plugin-master/packageE/video_question/video_question.wxss create mode 100644 yun-min-program-plugin-master/packageE/video_question/watch/watch.js create mode 100644 yun-min-program-plugin-master/packageE/video_question/watch/watch.json create mode 100644 yun-min-program-plugin-master/packageE/video_question/watch/watch.wxml create mode 100644 yun-min-program-plugin-master/packageE/video_question/watch/watch.wxss create mode 100644 yun-min-program-plugin-master/packageE/wechat_card/index.js create mode 100644 yun-min-program-plugin-master/packageE/wechat_card/index.json create mode 100644 yun-min-program-plugin-master/packageE/wechat_card/index.wxml create mode 100644 yun-min-program-plugin-master/packageE/wechat_card/index.wxss create mode 100644 yun-min-program-plugin-master/packageF/bonusPoolsIndex/bonusPoolsIndex/bonusPoolsIndex.js create mode 100644 yun-min-program-plugin-master/packageF/bonusPoolsIndex/bonusPoolsIndex/bonusPoolsIndex.json create mode 100644 yun-min-program-plugin-master/packageF/bonusPoolsIndex/bonusPoolsIndex/bonusPoolsIndex.wxml create mode 100644 yun-min-program-plugin-master/packageF/bonusPoolsIndex/bonusPoolsIndex/bonusPoolsIndex.wxss create mode 100644 yun-min-program-plugin-master/packageF/bonusPoolsIndex/bonusPoolsTeam/bonusPoolsTeam.js create mode 100644 yun-min-program-plugin-master/packageF/bonusPoolsIndex/bonusPoolsTeam/bonusPoolsTeam.json create mode 100644 yun-min-program-plugin-master/packageF/bonusPoolsIndex/bonusPoolsTeam/bonusPoolsTeam.wxml create mode 100644 yun-min-program-plugin-master/packageF/bonusPoolsIndex/bonusPoolsTeam/bonusPoolsTeam.wxss create mode 100644 yun-min-program-plugin-master/packageF/cart_share/cart_share.js create mode 100644 yun-min-program-plugin-master/packageF/cart_share/cart_share.json create mode 100644 yun-min-program-plugin-master/packageF/cart_share/cart_share.wxml create mode 100644 yun-min-program-plugin-master/packageF/cart_share/cart_share.wxss create mode 100644 yun-min-program-plugin-master/packageF/debt/component/classify/classify.js create mode 100644 yun-min-program-plugin-master/packageF/debt/component/classify/classify.json create mode 100644 yun-min-program-plugin-master/packageF/debt/component/classify/classify.wxml create mode 100644 yun-min-program-plugin-master/packageF/debt/component/classify/classify.wxss create mode 100644 yun-min-program-plugin-master/packageF/debt/component/sort/sort.js create mode 100644 yun-min-program-plugin-master/packageF/debt/component/sort/sort.json create mode 100644 yun-min-program-plugin-master/packageF/debt/component/sort/sort.wxml create mode 100644 yun-min-program-plugin-master/packageF/debt/component/sort/sort.wxss create mode 100644 yun-min-program-plugin-master/packageF/debt/creditor/creditorindex.js create mode 100644 yun-min-program-plugin-master/packageF/debt/creditor/creditorindex.json create mode 100644 yun-min-program-plugin-master/packageF/debt/creditor/creditorindex.wxml create mode 100644 yun-min-program-plugin-master/packageF/debt/creditor/creditorindex.wxss create mode 100644 yun-min-program-plugin-master/packageF/debt/debtShopCode/debtShopCode.js create mode 100644 yun-min-program-plugin-master/packageF/debt/debtShopCode/debtShopCode.json create mode 100644 yun-min-program-plugin-master/packageF/debt/debtShopCode/debtShopCode.wxml create mode 100644 yun-min-program-plugin-master/packageF/debt/debtShopCode/debtShopCode.wxss create mode 100644 yun-min-program-plugin-master/packageF/debt/debtapply/debtapply.js create mode 100644 yun-min-program-plugin-master/packageF/debt/debtapply/debtapply.json create mode 100644 yun-min-program-plugin-master/packageF/debt/debtapply/debtapply.wxml create mode 100644 yun-min-program-plugin-master/packageF/debt/debtapply/debtapply.wxss create mode 100644 yun-min-program-plugin-master/packageF/debt/debtindex/debtindex.js create mode 100644 yun-min-program-plugin-master/packageF/debt/debtindex/debtindex.json create mode 100644 yun-min-program-plugin-master/packageF/debt/debtindex/debtindex.wxml create mode 100644 yun-min-program-plugin-master/packageF/debt/debtindex/debtindex.wxss create mode 100644 yun-min-program-plugin-master/packageF/debt/debtor/debtorShop/debtorShop.js create mode 100644 yun-min-program-plugin-master/packageF/debt/debtor/debtorShop/debtorShop.json create mode 100644 yun-min-program-plugin-master/packageF/debt/debtor/debtorShop/debtorShop.wxml create mode 100644 yun-min-program-plugin-master/packageF/debt/debtor/debtorShop/debtorShop.wxss create mode 100644 yun-min-program-plugin-master/packageF/debt/debtor/debtorindex/debtorindex.js create mode 100644 yun-min-program-plugin-master/packageF/debt/debtor/debtorindex/debtorindex.json create mode 100644 yun-min-program-plugin-master/packageF/debt/debtor/debtorindex/debtorindex.wxml create mode 100644 yun-min-program-plugin-master/packageF/debt/debtor/debtorindex/debtorindex.wxss create mode 100644 yun-min-program-plugin-master/packageF/debt/debtorAudit/debtorAudit.js create mode 100644 yun-min-program-plugin-master/packageF/debt/debtorAudit/debtorAudit.json create mode 100644 yun-min-program-plugin-master/packageF/debt/debtorAudit/debtorAudit.wxml create mode 100644 yun-min-program-plugin-master/packageF/debt/debtorAudit/debtorAudit.wxss create mode 100644 yun-min-program-plugin-master/packageF/debt/purchaseDetails/purchaseDetails.js create mode 100644 yun-min-program-plugin-master/packageF/debt/purchaseDetails/purchaseDetails.json create mode 100644 yun-min-program-plugin-master/packageF/debt/purchaseDetails/purchaseDetails.wxml create mode 100644 yun-min-program-plugin-master/packageF/debt/purchaseDetails/purchaseDetails.wxss create mode 100644 yun-min-program-plugin-master/packageF/debt/userManagement/userManagement.js create mode 100644 yun-min-program-plugin-master/packageF/debt/userManagement/userManagement.json create mode 100644 yun-min-program-plugin-master/packageF/debt/userManagement/userManagement.wxml create mode 100644 yun-min-program-plugin-master/packageF/debt/userManagement/userManagement.wxss create mode 100644 yun-min-program-plugin-master/packageF/debt/vipAdd/vipAdd.js create mode 100644 yun-min-program-plugin-master/packageF/debt/vipAdd/vipAdd.json create mode 100644 yun-min-program-plugin-master/packageF/debt/vipAdd/vipAdd.wxml create mode 100644 yun-min-program-plugin-master/packageF/debt/vipAdd/vipAdd.wxss create mode 100644 yun-min-program-plugin-master/packageF/debt/vipAddindex/vipAddindex.js create mode 100644 yun-min-program-plugin-master/packageF/debt/vipAddindex/vipAddindex.json create mode 100644 yun-min-program-plugin-master/packageF/debt/vipAddindex/vipAddindex.wxml create mode 100644 yun-min-program-plugin-master/packageF/debt/vipAddindex/vipAddindex.wxss create mode 100644 yun-min-program-plugin-master/packageF/debt/vipBindRecord/vipBindRecord.js create mode 100644 yun-min-program-plugin-master/packageF/debt/vipBindRecord/vipBindRecord.json create mode 100644 yun-min-program-plugin-master/packageF/debt/vipBindRecord/vipBindRecord.wxml create mode 100644 yun-min-program-plugin-master/packageF/debt/vipBindRecord/vipBindRecord.wxss create mode 100644 yun-min-program-plugin-master/packageF/debt/vipIndex/vipIndex.js create mode 100644 yun-min-program-plugin-master/packageF/debt/vipIndex/vipIndex.json create mode 100644 yun-min-program-plugin-master/packageF/debt/vipIndex/vipIndex.wxml create mode 100644 yun-min-program-plugin-master/packageF/debt/vipIndex/vipIndex.wxss create mode 100644 yun-min-program-plugin-master/packageF/mycomponent/README.md create mode 100644 yun-min-program-plugin-master/packageF/others/historyGroup/historyGroup.js create mode 100644 yun-min-program-plugin-master/packageF/others/historyGroup/historyGroup.json create mode 100644 yun-min-program-plugin-master/packageF/others/historyGroup/historyGroup.wxml create mode 100644 yun-min-program-plugin-master/packageF/others/historyGroup/historyGroup.wxss create mode 100644 yun-min-program-plugin-master/packageF/packageGoodse/packageGoods.js create mode 100644 yun-min-program-plugin-master/packageF/packageGoodse/packageGoods.json create mode 100644 yun-min-program-plugin-master/packageF/packageGoodse/packageGoods.wxml create mode 100644 yun-min-program-plugin-master/packageF/packageGoodse/packageGoods.wxss create mode 100644 yun-min-program-plugin-master/packageF/pages/index/index.js create mode 100644 yun-min-program-plugin-master/packageF/pages/index/index.json create mode 100644 yun-min-program-plugin-master/packageF/pages/index/index.wxml create mode 100644 yun-min-program-plugin-master/packageF/pages/index/index.wxss create mode 100644 yun-min-program-plugin-master/packageF/sharedPartner/sharedPartner.js create mode 100644 yun-min-program-plugin-master/packageF/sharedPartner/sharedPartner.json create mode 100644 yun-min-program-plugin-master/packageF/sharedPartner/sharedPartner.wxml create mode 100644 yun-min-program-plugin-master/packageF/sharedPartner/sharedPartner.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/common.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/dispatch_type_pop/dispatch_type_pop.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/dispatch_type_pop/dispatch_type_pop.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/dispatch_type_pop/dispatch_type_pop.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/dispatch_type_pop/dispatch_type_pop.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/distribute_type_pop/distribute_type_pop.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/distribute_type_pop/distribute_type_pop.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/distribute_type_pop/distribute_type_pop.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/distribute_type_pop/distribute_type_pop.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/goods_category_pop/goods_category_pop.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/goods_category_pop/goods_category_pop.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/goods_category_pop/goods_category_pop.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/goods_category_pop/goods_category_pop.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/goods_details_pop/goods_details_pop.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/goods_details_pop/goods_details_pop.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/goods_details_pop/goods_details_pop.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/goods_details_pop/goods_details_pop.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/goods_type_pop/goods_type_pop.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/goods_type_pop/goods_type_pop.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/goods_type_pop/goods_type_pop.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/goods_type_pop/goods_type_pop.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/stock_type_pop/stock_type_pop.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/stock_type_pop/stock_type_pop.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/stock_type_pop/stock_type_pop.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/baseInfo_popup/stock_type_pop/stock_type_pop.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/base_set/base_set.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/base_set/base_set.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/base_set/base_set.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/base_set/base_set.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/collapse/collapse-item.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/collapse/collapse-item.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/collapse/collapse-item.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/collapse/collapse-item.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/collapse/collapse.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/collapse/collapse.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/collapse/collapse.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/collapse/collapse.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/discount/discount.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/discount/discount.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/discount/discount.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/discount/discount.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/permissions/permissions.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/permissions/permissions.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/permissions/permissions.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/components/permissions/permissions.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/editGoodsCatgory/editGoodsCatgory.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/editGoodsCatgory/editGoodsCatgory.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/editGoodsCatgory/editGoodsCatgory.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/editGoodsCatgory/editGoodsCatgory.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/financeManagement/financeManagement.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/financeManagement/financeManagement.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/financeManagement/financeManagement.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/financeManagement/financeManagement.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/memberManagement/memberManagement.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/memberManagement/memberManagement.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/memberManagement/memberManagement.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/memberManagement/memberManagement.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/releaseStoreGoods/releaseStoreGoods.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/releaseStoreGoods/releaseStoreGoods.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/releaseStoreGoods/releaseStoreGoods.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/releaseStoreGoods/releaseStoreGoods.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeBalanceList/storeBalanceList.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeBalanceList/storeBalanceList.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeBalanceList/storeBalanceList.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeBalanceList/storeBalanceList.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeCouponList/storeCouponList.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeCouponList/storeCouponList.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeCouponList/storeCouponList.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeCouponList/storeCouponList.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeGoodsCatgory/storeGoodsCatgory.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeGoodsCatgory/storeGoodsCatgory.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeGoodsCatgory/storeGoodsCatgory.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeGoodsCatgory/storeGoodsCatgory.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeGoodsManagement/storeGoodsManagement.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeGoodsManagement/storeGoodsManagement.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeGoodsManagement/storeGoodsManagement.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeGoodsManagement/storeGoodsManagement.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeIntegralList/storeIntegralList.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeIntegralList/storeIntegralList.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeIntegralList/storeIntegralList.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeIntegralList/storeIntegralList.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeManagementIndex/storeManagementIndex.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeManagementIndex/storeManagementIndex.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeManagementIndex/storeManagementIndex.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeManagementIndex/storeManagementIndex.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeMemberInfo/storeMemberInfo.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeMemberInfo/storeMemberInfo.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeMemberInfo/storeMemberInfo.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/storeMemberInfo/storeMemberInfo.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/withdrawalDetail/withdrawalDetail.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/withdrawalDetail/withdrawalDetail.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/withdrawalDetail/withdrawalDetail.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/withdrawalDetail/withdrawalDetail.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/withdrawalList/withdrawalList.js create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/withdrawalList/withdrawalList.json create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/withdrawalList/withdrawalList.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeManagement/withdrawalList/withdrawalList.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeSign/storeSign/storeSign.js create mode 100644 yun-min-program-plugin-master/packageF/storeSign/storeSign/storeSign.json create mode 100644 yun-min-program-plugin-master/packageF/storeSign/storeSign/storeSign.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeSign/storeSign/storeSign.wxss create mode 100644 yun-min-program-plugin-master/packageF/storeSign/storeSignDetail/storeSignDetail.js create mode 100644 yun-min-program-plugin-master/packageF/storeSign/storeSignDetail/storeSignDetail.json create mode 100644 yun-min-program-plugin-master/packageF/storeSign/storeSignDetail/storeSignDetail.wxml create mode 100644 yun-min-program-plugin-master/packageF/storeSign/storeSignDetail/storeSignDetail.wxss create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/AppointmentUserDe/AppointmentUserDe.js create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/AppointmentUserDe/AppointmentUserDe.json create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/AppointmentUserDe/AppointmentUserDe.wxml create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/AppointmentUserDe/AppointmentUserDe.wxss create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/common.js create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/component/goodsItem/goodsItem.js create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/component/goodsItem/goodsItem.json create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/component/goodsItem/goodsItem.wxml create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/component/goodsItem/goodsItem.wxss create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/component/sort/sort.js create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/component/sort/sort.json create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/component/sort/sort.wxml create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/component/sort/sort.wxss create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/component/sortList/sortList.js create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/component/sortList/sortList.json create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/component/sortList/sortList.wxml create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/component/sortList/sortList.wxss create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/timeAppointmentMy/timeAppointmentMy.js create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/timeAppointmentMy/timeAppointmentMy.json create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/timeAppointmentMy/timeAppointmentMy.wxml create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/timeAppointmentMy/timeAppointmentMy.wxss create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/timeAppointmentMylist/timeAppointmentMylist.js create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/timeAppointmentMylist/timeAppointmentMylist.json create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/timeAppointmentMylist/timeAppointmentMylist.wxml create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/timeAppointmentMylist/timeAppointmentMylist.wxss create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/timeAppointment_index/timeAppointment_index.js create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/timeAppointment_index/timeAppointment_index.json create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/timeAppointment_index/timeAppointment_index.wxml create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/timeAppointment_index/timeAppointment_index.wxss create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/timeAppointment_search/timeAppointment_search.js create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/timeAppointment_search/timeAppointment_search.json create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/timeAppointment_search/timeAppointment_search.wxml create mode 100644 yun-min-program-plugin-master/packageF/timeAppointment/timeAppointment_search/timeAppointment_search.wxss create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/components/footer/footer.js create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/components/footer/footer.json create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/components/footer/footer.wxml create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/components/footer/footer.wxss create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/friendRanking/friendRanking.js create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/friendRanking/friendRanking.json create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/friendRanking/friendRanking.wxml create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/friendRanking/friendRanking.wxss create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/friendRewardRecord/friendRewardRecord.js create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/friendRewardRecord/friendRewardRecord.json create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/friendRewardRecord/friendRewardRecord.wxml create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/friendRewardRecord/friendRewardRecord.wxss create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/invitationRecord/invitationRecord.js create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/invitationRecord/invitationRecord.json create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/invitationRecord/invitationRecord.wxml create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/invitationRecord/invitationRecord.wxss create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/workWxFriendExtend/workWxFriendExtend.js create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/workWxFriendExtend/workWxFriendExtend.json create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/workWxFriendExtend/workWxFriendExtend.wxml create mode 100644 yun-min-program-plugin-master/packageF/wxFriendExtend/workWxFriendExtend/workWxFriendExtend.wxss create mode 100644 yun-min-program-plugin-master/packageG/cps/component/cpsApi.js create mode 100644 yun-min-program-plugin-master/packageG/cps/component/cpslist.js create mode 100644 yun-min-program-plugin-master/packageG/cps/component/cpslist.json create mode 100644 yun-min-program-plugin-master/packageG/cps/component/cpslist.wxml create mode 100644 yun-min-program-plugin-master/packageG/cps/component/cpslist.wxss create mode 100644 yun-min-program-plugin-master/packageG/cps/cpsGoodDetail/cpsGoodDetail.js create mode 100644 yun-min-program-plugin-master/packageG/cps/cpsGoodDetail/cpsGoodDetail.json create mode 100644 yun-min-program-plugin-master/packageG/cps/cpsGoodDetail/cpsGoodDetail.wxml create mode 100644 yun-min-program-plugin-master/packageG/cps/cpsGoodDetail/cpsGoodDetail.wxss create mode 100644 yun-min-program-plugin-master/packageG/cps/cpsPage/cpsPage.js create mode 100644 yun-min-program-plugin-master/packageG/cps/cpsPage/cpsPage.json create mode 100644 yun-min-program-plugin-master/packageG/cps/cpsPage/cpsPage.wxml create mode 100644 yun-min-program-plugin-master/packageG/cps/cpsPage/cpsPage.wxss create mode 100644 yun-min-program-plugin-master/packageG/cps/cpsSearchPage/cpsSearchPage.js create mode 100644 yun-min-program-plugin-master/packageG/cps/cpsSearchPage/cpsSearchPage.json create mode 100644 yun-min-program-plugin-master/packageG/cps/cpsSearchPage/cpsSearchPage.wxml create mode 100644 yun-min-program-plugin-master/packageG/cps/cpsSearchPage/cpsSearchPage.wxss create mode 100644 yun-min-program-plugin-master/packageG/cps/cpsTransfer/cpsTransfer.js create mode 100644 yun-min-program-plugin-master/packageG/cps/cpsTransfer/cpsTransfer.json create mode 100644 yun-min-program-plugin-master/packageG/cps/cpsTransfer/cpsTransfer.wxml create mode 100644 yun-min-program-plugin-master/packageG/cps/cpsTransfer/cpsTransfer.wxss create mode 100644 yun-min-program-plugin-master/packageG/independent_store/access_tip/access_tip.js create mode 100644 yun-min-program-plugin-master/packageG/independent_store/access_tip/access_tip.json create mode 100644 yun-min-program-plugin-master/packageG/independent_store/access_tip/access_tip.wxml create mode 100644 yun-min-program-plugin-master/packageG/independent_store/access_tip/access_tip.wxss create mode 100644 yun-min-program-plugin-master/packageG/independent_store/index/index.js create mode 100644 yun-min-program-plugin-master/packageG/independent_store/index/index.json create mode 100644 yun-min-program-plugin-master/packageG/independent_store/index/index.wxml create mode 100644 yun-min-program-plugin-master/packageG/independent_store/index/index.wxss create mode 100644 yun-min-program-plugin-master/packageG/independent_store/mycomponent/storeInfo/storeInfo.js create mode 100644 yun-min-program-plugin-master/packageG/independent_store/mycomponent/storeInfo/storeInfo.json create mode 100644 yun-min-program-plugin-master/packageG/independent_store/mycomponent/storeInfo/storeInfo.wxml create mode 100644 yun-min-program-plugin-master/packageG/independent_store/mycomponent/storeInfo/storeInfo.wxss create mode 100644 yun-min-program-plugin-master/packageG/independent_store/search/search.js create mode 100644 yun-min-program-plugin-master/packageG/independent_store/search/search.json create mode 100644 yun-min-program-plugin-master/packageG/independent_store/search/search.wxml create mode 100644 yun-min-program-plugin-master/packageG/independent_store/search/search.wxss create mode 100644 yun-min-program-plugin-master/packageG/independent_store/store_album/store_album.js create mode 100644 yun-min-program-plugin-master/packageG/independent_store/store_album/store_album.json create mode 100644 yun-min-program-plugin-master/packageG/independent_store/store_album/store_album.wxml create mode 100644 yun-min-program-plugin-master/packageG/independent_store/store_album/store_album.wxss create mode 100644 yun-min-program-plugin-master/packageG/index/index.js create mode 100644 yun-min-program-plugin-master/packageG/index/index.json create mode 100644 yun-min-program-plugin-master/packageG/index/index.wxml create mode 100644 yun-min-program-plugin-master/packageG/index/index.wxss create mode 100644 yun-min-program-plugin-master/packageG/integral_shop/integral_shop.js create mode 100644 yun-min-program-plugin-master/packageG/integral_shop/integral_shop.json create mode 100644 yun-min-program-plugin-master/packageG/integral_shop/integral_shop.wxml create mode 100644 yun-min-program-plugin-master/packageG/integral_shop/integral_shop.wxss create mode 100644 yun-min-program-plugin-master/packageG/limitedTimeGoods/item.js create mode 100644 yun-min-program-plugin-master/packageG/limitedTimeGoods/item.json create mode 100644 yun-min-program-plugin-master/packageG/limitedTimeGoods/item.wxml create mode 100644 yun-min-program-plugin-master/packageG/limitedTimeGoods/item.wxss create mode 100644 yun-min-program-plugin-master/packageG/limitedTimeGoods/limitedTimeGoods.js create mode 100644 yun-min-program-plugin-master/packageG/limitedTimeGoods/limitedTimeGoods.json create mode 100644 yun-min-program-plugin-master/packageG/limitedTimeGoods/limitedTimeGoods.wxml create mode 100644 yun-min-program-plugin-master/packageG/limitedTimeGoods/limitedTimeGoods.wxss create mode 100644 yun-min-program-plugin-master/packageG/member_v2/member_v2.js create mode 100644 yun-min-program-plugin-master/packageG/member_v2/member_v2.json create mode 100644 yun-min-program-plugin-master/packageG/member_v2/member_v2.wxml create mode 100644 yun-min-program-plugin-master/packageG/member_v2/member_v2.wxss create mode 100644 yun-min-program-plugin-master/packageG/morePlugin/morePlugin.js create mode 100644 yun-min-program-plugin-master/packageG/morePlugin/morePlugin.json create mode 100644 yun-min-program-plugin-master/packageG/morePlugin/morePlugin.wxml create mode 100644 yun-min-program-plugin-master/packageG/morePlugin/morePlugin.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/Waterfalls_flow/Waterfalls_flow.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/Waterfalls_flow/Waterfalls_flow.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/Waterfalls_flow/Waterfalls_flow.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/Waterfalls_flow/Waterfalls_flow.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/article/article.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/article/article.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/article/article.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/article/article.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/backup/backup.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/backup/backup.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/backup/backup.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/backup/backup.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/blank/blank.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/blank/blank.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/blank/blank.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/blank/blank.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/bonusPoolsShow/bonusPoolsShow.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/bonusPoolsShow/bonusPoolsShow.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/bonusPoolsShow/bonusPoolsShow.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/bonusPoolsShow/bonusPoolsShow.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/button/button.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/button/button.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/button/button.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/button/button.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/carcontent3/carcontent3.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/carcontent3/carcontent3.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/carcontent3/carcontent3.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/carcontent3/carcontent3.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/community/community.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/community/community.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/community/community.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/community/community.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/progress/progress.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/progress/progress.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/progress/progress.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/progress/progress.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/statistics/statistics.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/statistics/statistics.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/statistics/statistics.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/statistics/statistics.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/store_gift/store_gift.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/store_gift/store_gift.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/store_gift/store_gift.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/store_gift/store_gift.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/store_item/store_item.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/store_item/store_item.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/store_item/store_item.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/store_item/store_item.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/store_item02/store_item02.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/store_item02/store_item02.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/store_item02/store_item02.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/component/store_item02/store_item02.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/count/count.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/count/count.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/count/count.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/count/count.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/coupons/coupons.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/coupons/coupons.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/coupons/coupons.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/coupons/coupons.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/cpssearch/cpssearch.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/cpssearch/cpssearch.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/cpssearch/cpssearch.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/cpssearch/cpssearch.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/cube/cube.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/cube/cube.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/cube/cube.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/cube/cube.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/deposit/deposit.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/deposit/deposit.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/deposit/deposit.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/deposit/deposit.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/fight_group/fight_group.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/fight_group/fight_group.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/fight_group/fight_group.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/fight_group/fight_group.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/form/form.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/form/form.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/form/form.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/form/form.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goods/goods.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goods/goods.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goods/goods.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goods/goods.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodscps/goodscps.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodscps/goodscps.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodscps/goodscps.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodscps/goodscps.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodsgroup/goodsgroup.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodsgroup/goodsgroup.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodsgroup/goodsgroup.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodsgroup/goodsgroup.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodsnearby/goodsnearby.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodsnearby/goodsnearby.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodsnearby/goodsnearby.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodsnearby/goodsnearby.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodsrush/goodsrush.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodsrush/goodsrush.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodsrush/goodsrush.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodsrush/goodsrush.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodstores/goodstores.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodstores/goodstores.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodstores/goodstores.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/goodstores/goodstores.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/headline/headline.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/headline/headline.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/headline/headline.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/headline/headline.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/homedata/homedata.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/homedata/homedata.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/homedata/homedata.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/homedata/homedata.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/line/line.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/line/line.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/line/line.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/line/line.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/livestreaming/livestreaming.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/livestreaming/livestreaming.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/livestreaming/livestreaming.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/livestreaming/livestreaming.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/location/location.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/location/location.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/location/location.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/location/location.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/lottery/lottery.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/lottery/lottery.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/lottery/lottery.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/lottery/lottery.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/maps/maps.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/maps/maps.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/maps/maps.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/maps/maps.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/memberasset/memberasset.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/memberasset/memberasset.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/memberasset/memberasset.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/memberasset/memberasset.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/memberdata/memberdata.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/memberdata/memberdata.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/memberdata/memberdata.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/memberdata/memberdata.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/membermarket/membermarket.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/membermarket/membermarket.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/membermarket/membermarket.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/membermarket/membermarket.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/membermerchant/membermerchant.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/membermerchant/membermerchant.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/membermerchant/membermerchant.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/membermerchant/membermerchant.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/memberorder/memberorder.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/memberorder/memberorder.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/memberorder/memberorder.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/memberorder/memberorder.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/memberrights/memberrights.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/memberrights/memberrights.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/memberrights/memberrights.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/memberrights/memberrights.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/membertool/membertool.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/membertool/membertool.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/membertool/membertool.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/membertool/membertool.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/membertop/membertop.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/membertop/membertop.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/membertop/membertop.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/membertop/membertop.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/multistageTab/multistageTab.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/multistageTab/multistageTab.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/multistageTab/multistageTab.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/multistageTab/multistageTab.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/multistageTab/tab-sticky/index.wxs create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/multistageTab/tab-sticky/tab-sticky.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/multistageTab/tab-sticky/tab-sticky.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/multistageTab/tab-sticky/tab-sticky.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/multistageTab/tab-sticky/tab-sticky.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/multistageTab/test.wxs create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/notice/notice.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/notice/notice.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/notice/notice.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/notice/notice.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/richtext/richtext.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/richtext/richtext.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/richtext/richtext.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/richtext/richtext.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/search/search.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/search/search.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/search/search.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/search/search.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/selfpick/selfpick.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/selfpick/selfpick.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/selfpick/selfpick.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/selfpick/selfpick.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/shopfor/shopfor.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/shopfor/shopfor.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/shopfor/shopfor.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/shopfor/shopfor.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/shortvideo/shortvideo.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/shortvideo/shortvideo.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/shortvideo/shortvideo.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/shortvideo/shortvideo.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/signin/signin.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/signin/signin.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/signin/signin.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/signin/signin.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/simplegraph/simplegraph.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/simplegraph/simplegraph.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/simplegraph/simplegraph.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/simplegraph/simplegraph.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/slideshow/slideshow.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/slideshow/slideshow.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/slideshow/slideshow.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/slideshow/slideshow.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/staff/staff.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/staff/staff.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/staff/staff.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/staff/staff.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/stargroup/stargroup.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/stargroup/stargroup.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/stargroup/stargroup.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/stargroup/stargroup.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/storebalance/storebalance.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/storebalance/storebalance.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/storebalance/storebalance.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/storebalance/storebalance.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/stores/stores.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/stores/stores.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/stores/stores.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/stores/stores.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/storesranking/storesranking.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/storesranking/storesranking.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/storesranking/storesranking.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/storesranking/storesranking.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/suspendbutton/suspendbutton.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/suspendbutton/suspendbutton.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/suspendbutton/suspendbutton.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/suspendbutton/suspendbutton.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/tabcontrol/tabcontrol.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/tabcontrol/tabcontrol.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/tabcontrol/tabcontrol.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/tabcontrol/tabcontrol.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/title/title.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/title/title.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/title/title.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/title/title.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/top_navigation/top_navigation.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/top_navigation/top_navigation.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/top_navigation/top_navigation.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/top_navigation/top_navigation.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/video/video.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/video/video.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/video/video.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/video/video.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/videoList/videoList.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/videoList/videoList.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/videoList/videoList.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/videoList/videoList.wxss create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/ys_member/ys_member.js create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/ys_member/ys_member.json create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/ys_member/ys_member.wxml create mode 100644 yun-min-program-plugin-master/packageG/mycomponent/ys_member/ys_member.wxss create mode 100644 yun-min-program-plugin-master/packageG/newDiy/newDiy.js create mode 100644 yun-min-program-plugin-master/packageG/newDiy/newDiy.json create mode 100644 yun-min-program-plugin-master/packageG/newDiy/newDiy.wxml create mode 100644 yun-min-program-plugin-master/packageG/newDiy/newDiy.wxss create mode 100644 yun-min-program-plugin-master/packageG/o2o/HomeSeller/HomeSeller.js create mode 100644 yun-min-program-plugin-master/packageG/o2o/HomeSeller/HomeSeller.json create mode 100644 yun-min-program-plugin-master/packageG/o2o/HomeSeller/HomeSeller.wxml create mode 100644 yun-min-program-plugin-master/packageG/o2o/HomeSeller/HomeSeller.wxss create mode 100644 yun-min-program-plugin-master/packageG/pages/buy/cart_v2/cart_v2.js create mode 100644 yun-min-program-plugin-master/packageG/pages/buy/cart_v2/cart_v2.json create mode 100644 yun-min-program-plugin-master/packageG/pages/buy/cart_v2/cart_v2.wxml create mode 100644 yun-min-program-plugin-master/packageG/pages/buy/cart_v2/cart_v2.wxss create mode 100644 yun-min-program-plugin-master/packageG/pages/category_v2/category_v2.js create mode 100644 yun-min-program-plugin-master/packageG/pages/category_v2/category_v2.json create mode 100644 yun-min-program-plugin-master/packageG/pages/category_v2/category_v2.wxml create mode 100644 yun-min-program-plugin-master/packageG/pages/category_v2/category_v2.wxss create mode 100644 yun-min-program-plugin-master/packageG/pages/member/extension/NumberAnimate.js create mode 100644 yun-min-program-plugin-master/packageG/pages/member/extension/extension.js create mode 100644 yun-min-program-plugin-master/packageG/pages/member/extension/extension.json create mode 100644 yun-min-program-plugin-master/packageG/pages/member/extension/extension.wxml create mode 100644 yun-min-program-plugin-master/packageG/pages/member/extension/extension.wxss create mode 100644 yun-min-program-plugin-master/packageG/pages/member/extension/extension_v2.wxss create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingAdDetails/advertisingAdDetails.js create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingAdDetails/advertisingAdDetails.json create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingAdDetails/advertisingAdDetails.wxml create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingAdDetails/advertisingAdDetails.wxss create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingAdvertisers/advertisingAdvertisers.js create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingAdvertisers/advertisingAdvertisers.json create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingAdvertisers/advertisingAdvertisers.wxml create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingAdvertisers/advertisingAdvertisers.wxss create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingApply/advertisingApply.js create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingApply/advertisingApply.json create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingApply/advertisingApply.wxml create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingApply/advertisingApply.wxss create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingList/advertisingList.js create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingList/advertisingList.json create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingList/advertisingList.wxml create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingList/advertisingList.wxss create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingPlayPage/advertisingPlayPage.js create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingPlayPage/advertisingPlayPage.json create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingPlayPage/advertisingPlayPage.wxml create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingPlayPage/advertisingPlayPage.wxss create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingPutAD/advertisingPutAD.js create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingPutAD/advertisingPutAD.json create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingPutAD/advertisingPutAD.wxml create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingPutAD/advertisingPutAD.wxss create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingRelease/advertisingRelease.js create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingRelease/advertisingRelease.json create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingRelease/advertisingRelease.wxml create mode 100644 yun-min-program-plugin-master/packageH/Advertising/advertisingRelease/advertisingRelease.wxss create mode 100644 yun-min-program-plugin-master/packageH/ApplyForMerchants/ApplyForMerchants.js create mode 100644 yun-min-program-plugin-master/packageH/ApplyForMerchants/ApplyForMerchants.json create mode 100644 yun-min-program-plugin-master/packageH/ApplyForMerchants/ApplyForMerchants.wxml create mode 100644 yun-min-program-plugin-master/packageH/ApplyForMerchants/ApplyForMerchants.wxss create mode 100644 yun-min-program-plugin-master/packageH/AppointmentExtends/AppointmentExtends.js create mode 100644 yun-min-program-plugin-master/packageH/AppointmentExtends/AppointmentExtends.json create mode 100644 yun-min-program-plugin-master/packageH/AppointmentExtends/AppointmentExtends.wxml create mode 100644 yun-min-program-plugin-master/packageH/AppointmentExtends/AppointmentExtends.wxss create mode 100644 yun-min-program-plugin-master/packageH/article/periodicalDetail/periodicalDetail.js create mode 100644 yun-min-program-plugin-master/packageH/article/periodicalDetail/periodicalDetail.json create mode 100644 yun-min-program-plugin-master/packageH/article/periodicalDetail/periodicalDetail.wxml create mode 100644 yun-min-program-plugin-master/packageH/article/periodicalDetail/periodicalDetail.wxss create mode 100644 yun-min-program-plugin-master/packageH/article/periodicalIndex/periodicalIndex.js create mode 100644 yun-min-program-plugin-master/packageH/article/periodicalIndex/periodicalIndex.json create mode 100644 yun-min-program-plugin-master/packageH/article/periodicalIndex/periodicalIndex.wxml create mode 100644 yun-min-program-plugin-master/packageH/article/periodicalIndex/periodicalIndex.wxss create mode 100644 yun-min-program-plugin-master/packageH/article/periodicalWatch/periodicalWatch.js create mode 100644 yun-min-program-plugin-master/packageH/article/periodicalWatch/periodicalWatch.json create mode 100644 yun-min-program-plugin-master/packageH/article/periodicalWatch/periodicalWatch.wxml create mode 100644 yun-min-program-plugin-master/packageH/article/periodicalWatch/periodicalWatch.wxss create mode 100644 yun-min-program-plugin-master/packageH/blindBox/blindBoxDetail/blindBoxDetail.js create mode 100644 yun-min-program-plugin-master/packageH/blindBox/blindBoxDetail/blindBoxDetail.json create mode 100644 yun-min-program-plugin-master/packageH/blindBox/blindBoxDetail/blindBoxDetail.wxml create mode 100644 yun-min-program-plugin-master/packageH/blindBox/blindBoxDetail/blindBoxDetail.wxss create mode 100644 yun-min-program-plugin-master/packageH/blindBox/blindBoxHelping/blindBoxHelping.js create mode 100644 yun-min-program-plugin-master/packageH/blindBox/blindBoxHelping/blindBoxHelping.json create mode 100644 yun-min-program-plugin-master/packageH/blindBox/blindBoxHelping/blindBoxHelping.wxml create mode 100644 yun-min-program-plugin-master/packageH/blindBox/blindBoxHelping/blindBoxHelping.wxss create mode 100644 yun-min-program-plugin-master/packageH/blindBox/blindBoxIndex/blindBoxIndex.js create mode 100644 yun-min-program-plugin-master/packageH/blindBox/blindBoxIndex/blindBoxIndex.json create mode 100644 yun-min-program-plugin-master/packageH/blindBox/blindBoxIndex/blindBoxIndex.wxml create mode 100644 yun-min-program-plugin-master/packageH/blindBox/blindBoxIndex/blindBoxIndex.wxss create mode 100644 yun-min-program-plugin-master/packageH/blindBox/components/yz_goodsPopup/yz_goodsPopup.js create mode 100644 yun-min-program-plugin-master/packageH/blindBox/components/yz_goodsPopup/yz_goodsPopup.json create mode 100644 yun-min-program-plugin-master/packageH/blindBox/components/yz_goodsPopup/yz_goodsPopup.wxml create mode 100644 yun-min-program-plugin-master/packageH/blindBox/components/yz_goodsPopup/yz_goodsPopup.wxss create mode 100644 yun-min-program-plugin-master/packageH/chitchat/chatList/chatList.js create mode 100644 yun-min-program-plugin-master/packageH/chitchat/chatList/chatList.json create mode 100644 yun-min-program-plugin-master/packageH/chitchat/chatList/chatList.wxml create mode 100644 yun-min-program-plugin-master/packageH/chitchat/chatList/chatList.wxss create mode 100644 yun-min-program-plugin-master/packageH/chitchat/chatWindow/chatWindow.js create mode 100644 yun-min-program-plugin-master/packageH/chitchat/chatWindow/chatWindow.json create mode 100644 yun-min-program-plugin-master/packageH/chitchat/chatWindow/chatWindow.wxml create mode 100644 yun-min-program-plugin-master/packageH/chitchat/chatWindow/chatWindow.wxss create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentFailed/chatContentFailed.js create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentFailed/chatContentFailed.json create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentFailed/chatContentFailed.wxml create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentFailed/chatContentFailed.wxss create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentGoods/chatContentGoods.js create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentGoods/chatContentGoods.json create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentGoods/chatContentGoods.wxml create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentGoods/chatContentGoods.wxss create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentOrder/chatContentOrder.js create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentOrder/chatContentOrder.json create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentOrder/chatContentOrder.wxml create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentOrder/chatContentOrder.wxss create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentPic/chatContentPic.js create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentPic/chatContentPic.json create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentPic/chatContentPic.wxml create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentPic/chatContentPic.wxss create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentTxt/chatContentTxt.js create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentTxt/chatContentTxt.json create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentTxt/chatContentTxt.wxml create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatContentTxt/chatContentTxt.wxss create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatListItem/chatListItem.js create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatListItem/chatListItem.json create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatListItem/chatListItem.wxml create mode 100644 yun-min-program-plugin-master/packageH/chitchat/components/chatListItem/chatListItem.wxss create mode 100644 yun-min-program-plugin-master/packageH/chitchat/personalProfile/personalProfile.js create mode 100644 yun-min-program-plugin-master/packageH/chitchat/personalProfile/personalProfile.json create mode 100644 yun-min-program-plugin-master/packageH/chitchat/personalProfile/personalProfile.wxml create mode 100644 yun-min-program-plugin-master/packageH/chitchat/personalProfile/personalProfile.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleChecklist/circleChecklist.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleChecklist/circleChecklist.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleChecklist/circleChecklist.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleChecklist/circleChecklist.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleDetails/circleDetails.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleDetails/circleDetails.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleDetails/circleDetails.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleDetails/circleDetails.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleExtend/circleExtend.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleExtend/circleExtend.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleExtend/circleExtend.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleExtend/circleExtend.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleIndex/circleIndex.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleIndex/circleIndex.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleIndex/circleIndex.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleIndex/circleIndex.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleIntroduce/circleIntroduce.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleIntroduce/circleIntroduce.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleIntroduce/circleIntroduce.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleIntroduce/circleIntroduce.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleIssue/circlelssue.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleIssue/circlelssue.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleIssue/circlelssue.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleIssue/circlelssue.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMember/circleMember.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMember/circleMember.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMember/circleMember.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMember/circleMember.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMyAttention/circleMyAttention.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMyAttention/circleMyAttention.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMyAttention/circleMyAttention.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMyAttention/circleMyAttention.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMyCircle/circleMyCircle.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMyCircle/circleMyCircle.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMyCircle/circleMyCircle.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMyCircle/circleMyCircle.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMyRelease/circleMyRelease.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMyRelease/circleMyRelease.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMyRelease/circleMyRelease.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMyRelease/circleMyRelease.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMySet/circleMySet.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMySet/circleMySet.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMySet/circleMySet.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleMySet/circleMySet.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circlePayRecords/circlePayRecords.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circlePayRecords/circlePayRecords.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circlePayRecords/circlePayRecords.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circlePayRecords/circlePayRecords.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circlePayment/circlePayment.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circlePayment/circlePayment.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circlePayment/circlePayment.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circlePayment/circlePayment.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleSearch/circleSearch.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleSearch/circleSearch.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleSearch/circleSearch.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleSearch/circleSearch.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleSelect/circleSelect.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleSelect/circleSelect.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleSelect/circleSelect.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleSelect/circleSelect.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleSetting/circleSetting.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleSetting/circleSetting.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleSetting/circleSetting.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleSetting/circleSetting.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleTopic/circleTopic.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleTopic/circleTopic.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleTopic/circleTopic.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleTopic/circleTopic.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleVideogood/circleVideogood.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleVideogood/circleVideogood.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleVideogood/circleVideogood.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circleVideogood/circleVideogood.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circlereleaseVideo/circlereleaseVideo.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circlereleaseVideo/circlereleaseVideo.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circlereleaseVideo/circlereleaseVideo.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/circlereleaseVideo/circlereleaseVideo.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/components/circle_footer/circle_footer.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/components/circle_footer/circle_footer.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/components/circle_footer/circle_footer.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/components/circle_footer/circle_footer.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/components/picture/picture.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/components/picture/picture.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/components/picture/picture.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/components/picture/picture.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/topicDetails/topicDetails.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/topicDetails/topicDetails.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/topicDetails/topicDetails.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/topicDetails/topicDetails.wxss create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/videoDetails/videoDetails.js create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/videoDetails/videoDetails.json create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/videoDetails/videoDetails.wxml create mode 100644 yun-min-program-plugin-master/packageH/circleCommunity/videoDetails/videoDetails.wxss create mode 100644 yun-min-program-plugin-master/packageH/consumerReward/consumerRewardApply/consumerRewardApply.js create mode 100644 yun-min-program-plugin-master/packageH/consumerReward/consumerRewardApply/consumerRewardApply.json create mode 100644 yun-min-program-plugin-master/packageH/consumerReward/consumerRewardApply/consumerRewardApply.wxml create mode 100644 yun-min-program-plugin-master/packageH/consumerReward/consumerRewardApply/consumerRewardApply.wxss create mode 100644 yun-min-program-plugin-master/packageH/consumerReward/consumerRewardIndex/consumerRewardIndex.js create mode 100644 yun-min-program-plugin-master/packageH/consumerReward/consumerRewardIndex/consumerRewardIndex.json create mode 100644 yun-min-program-plugin-master/packageH/consumerReward/consumerRewardIndex/consumerRewardIndex.wxml create mode 100644 yun-min-program-plugin-master/packageH/consumerReward/consumerRewardIndex/consumerRewardIndex.wxss create mode 100644 yun-min-program-plugin-master/packageH/consumerReward/consumerRewardPaySuccess/consumerRewardPaySuccess.js create mode 100644 yun-min-program-plugin-master/packageH/consumerReward/consumerRewardPaySuccess/consumerRewardPaySuccess.json create mode 100644 yun-min-program-plugin-master/packageH/consumerReward/consumerRewardPaySuccess/consumerRewardPaySuccess.wxml create mode 100644 yun-min-program-plugin-master/packageH/consumerReward/consumerRewardPaySuccess/consumerRewardPaySuccess.wxss create mode 100644 yun-min-program-plugin-master/packageH/consumerReward/consumerRewardRecord/consumerRewardRecord.js create mode 100644 yun-min-program-plugin-master/packageH/consumerReward/consumerRewardRecord/consumerRewardRecord.json create mode 100644 yun-min-program-plugin-master/packageH/consumerReward/consumerRewardRecord/consumerRewardRecord.wxml create mode 100644 yun-min-program-plugin-master/packageH/consumerReward/consumerRewardRecord/consumerRewardRecord.wxss create mode 100644 yun-min-program-plugin-master/packageH/cpsCard/cpsCard.js create mode 100644 yun-min-program-plugin-master/packageH/cpsCard/cpsCard.json create mode 100644 yun-min-program-plugin-master/packageH/cpsCard/cpsCard.wxml create mode 100644 yun-min-program-plugin-master/packageH/cpsCard/cpsCard.wxss create mode 100644 yun-min-program-plugin-master/packageH/cpsDetail/cpsDetail.js create mode 100644 yun-min-program-plugin-master/packageH/cpsDetail/cpsDetail.json create mode 100644 yun-min-program-plugin-master/packageH/cpsDetail/cpsDetail.wxml create mode 100644 yun-min-program-plugin-master/packageH/cpsDetail/cpsDetail.wxss create mode 100644 yun-min-program-plugin-master/packageH/cpsList/cpsList.js create mode 100644 yun-min-program-plugin-master/packageH/cpsList/cpsList.json create mode 100644 yun-min-program-plugin-master/packageH/cpsList/cpsList.wxml create mode 100644 yun-min-program-plugin-master/packageH/cpsList/cpsList.wxss create mode 100644 yun-min-program-plugin-master/packageH/cpsPwd/cpsPwd.js create mode 100644 yun-min-program-plugin-master/packageH/cpsPwd/cpsPwd.json create mode 100644 yun-min-program-plugin-master/packageH/cpsPwd/cpsPwd.wxml create mode 100644 yun-min-program-plugin-master/packageH/cpsPwd/cpsPwd.wxss create mode 100644 yun-min-program-plugin-master/packageH/credit_value/DHttp.js create mode 100644 yun-min-program-plugin-master/packageH/credit_value/DPagination.js create mode 100644 yun-min-program-plugin-master/packageH/credit_value/activate_history/activate_history.js create mode 100644 yun-min-program-plugin-master/packageH/credit_value/activate_history/activate_history.json create mode 100644 yun-min-program-plugin-master/packageH/credit_value/activate_history/activate_history.wxml create mode 100644 yun-min-program-plugin-master/packageH/credit_value/activate_history/activate_history.wxss create mode 100644 yun-min-program-plugin-master/packageH/credit_value/common.wxss create mode 100644 yun-min-program-plugin-master/packageH/credit_value/components/ScopedPanel/ScopedPanel.js create mode 100644 yun-min-program-plugin-master/packageH/credit_value/components/ScopedPanel/ScopedPanel.json create mode 100644 yun-min-program-plugin-master/packageH/credit_value/components/ScopedPanel/ScopedPanel.wxml create mode 100644 yun-min-program-plugin-master/packageH/credit_value/components/ScopedPanel/ScopedPanel.wxss create mode 100644 yun-min-program-plugin-master/packageH/credit_value/created_value_index/created_value_index.js create mode 100644 yun-min-program-plugin-master/packageH/credit_value/created_value_index/created_value_index.json create mode 100644 yun-min-program-plugin-master/packageH/credit_value/created_value_index/created_value_index.wxml create mode 100644 yun-min-program-plugin-master/packageH/credit_value/created_value_index/created_value_index.wxss create mode 100644 yun-min-program-plugin-master/packageH/credit_value/give/give.js create mode 100644 yun-min-program-plugin-master/packageH/credit_value/give/give.json create mode 100644 yun-min-program-plugin-master/packageH/credit_value/give/give.wxml create mode 100644 yun-min-program-plugin-master/packageH/credit_value/give/give.wxss create mode 100644 yun-min-program-plugin-master/packageH/credit_value/give_history/give_history.js create mode 100644 yun-min-program-plugin-master/packageH/credit_value/give_history/give_history.json create mode 100644 yun-min-program-plugin-master/packageH/credit_value/give_history/give_history.wxml create mode 100644 yun-min-program-plugin-master/packageH/credit_value/give_history/give_history.wxss create mode 100644 yun-min-program-plugin-master/packageH/credit_value/recharge/recharge.js create mode 100644 yun-min-program-plugin-master/packageH/credit_value/recharge/recharge.json create mode 100644 yun-min-program-plugin-master/packageH/credit_value/recharge/recharge.wxml create mode 100644 yun-min-program-plugin-master/packageH/credit_value/recharge/recharge.wxss create mode 100644 yun-min-program-plugin-master/packageH/credit_value/view_details/view_details.js create mode 100644 yun-min-program-plugin-master/packageH/credit_value/view_details/view_details.json create mode 100644 yun-min-program-plugin-master/packageH/credit_value/view_details/view_details.wxml create mode 100644 yun-min-program-plugin-master/packageH/credit_value/view_details/view_details.wxss create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/activity_index/activity_index.js create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/activity_index/activity_index.json create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/activity_index/activity_index.wxml create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/activity_index/activity_index.wxss create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/component/foot/foot.js create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/component/foot/foot.json create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/component/foot/foot.wxml create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/component/foot/foot.wxss create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/component/goodsDetail/goodsDetail.js create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/component/goodsDetail/goodsDetail.json create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/component/goodsDetail/goodsDetail.wxml create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/component/goodsDetail/goodsDetail.wxss create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/component/progress/progress.js create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/component/progress/progress.json create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/component/progress/progress.wxml create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/component/progress/progress.wxss create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/component/sharePoster/sharePoster.js create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/component/sharePoster/sharePoster.json create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/component/sharePoster/sharePoster.wxml create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/component/sharePoster/sharePoster.wxss create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/rankList/rankList.js create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/rankList/rankList.json create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/rankList/rankList.wxml create mode 100644 yun-min-program-plugin-master/packageH/deposit_group/rankList/rankList.wxss create mode 100644 yun-min-program-plugin-master/packageH/flightInformation/flightInformation.js create mode 100644 yun-min-program-plugin-master/packageH/flightInformation/flightInformation.json create mode 100644 yun-min-program-plugin-master/packageH/flightInformation/flightInformation.wxml create mode 100644 yun-min-program-plugin-master/packageH/flightInformation/flightInformation.wxss create mode 100644 yun-min-program-plugin-master/packageH/flightInformation/flightInformationDetail/flightInformationDetail.js create mode 100644 yun-min-program-plugin-master/packageH/flightInformation/flightInformationDetail/flightInformationDetail.json create mode 100644 yun-min-program-plugin-master/packageH/flightInformation/flightInformationDetail/flightInformationDetail.wxml create mode 100644 yun-min-program-plugin-master/packageH/flightInformation/flightInformationDetail/flightInformationDetail.wxss create mode 100644 yun-min-program-plugin-master/packageH/flightInformation/flightInformationDetailList/flightInformationDetailList.js create mode 100644 yun-min-program-plugin-master/packageH/flightInformation/flightInformationDetailList/flightInformationDetailList.json create mode 100644 yun-min-program-plugin-master/packageH/flightInformation/flightInformationDetailList/flightInformationDetailList.wxml create mode 100644 yun-min-program-plugin-master/packageH/flightInformation/flightInformationDetailList/flightInformationDetailList.wxss create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/Components/Panel/Panel.js create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/Components/Panel/Panel.json create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/Components/Panel/Panel.wxml create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/Components/Panel/Panel.wxss create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/Components/RecordItem/RecordItem.js create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/Components/RecordItem/RecordItem.json create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/Components/RecordItem/RecordItem.wxml create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/Components/RecordItem/RecordItem.wxss create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/FreeDetails/FreeDetails.js create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/FreeDetails/FreeDetails.json create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/FreeDetails/FreeDetails.wxml create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/FreeDetails/FreeDetails.wxss create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/FreeLottery/FreeLottery.js create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/FreeLottery/FreeLottery.json create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/FreeLottery/FreeLottery.wxml create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/FreeLottery/FreeLottery.wxss create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/FreeRecord/FreeRecord.js create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/FreeRecord/FreeRecord.json create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/FreeRecord/FreeRecord.wxml create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/FreeRecord/FreeRecord.wxss create mode 100644 yun-min-program-plugin-master/packageH/free_of_charge/common.js create mode 100644 yun-min-program-plugin-master/packageH/income/ShareholderReward/Shareholder_reward.js create mode 100644 yun-min-program-plugin-master/packageH/income/ShareholderReward/Shareholder_reward.json create mode 100644 yun-min-program-plugin-master/packageH/income/ShareholderReward/Shareholder_reward.wxml create mode 100644 yun-min-program-plugin-master/packageH/income/ShareholderReward/Shareholder_reward.wxss create mode 100644 yun-min-program-plugin-master/packageH/income/consumeReward/consumeDetails/consumeDetails.js create mode 100644 yun-min-program-plugin-master/packageH/income/consumeReward/consumeDetails/consumeDetails.json create mode 100644 yun-min-program-plugin-master/packageH/income/consumeReward/consumeDetails/consumeDetails.wxml create mode 100644 yun-min-program-plugin-master/packageH/income/consumeReward/consumeDetails/consumeDetails.wxss create mode 100644 yun-min-program-plugin-master/packageH/income/consumeReward/consumeMessage/consumeMessage.js create mode 100644 yun-min-program-plugin-master/packageH/income/consumeReward/consumeMessage/consumeMessage.json create mode 100644 yun-min-program-plugin-master/packageH/income/consumeReward/consumeMessage/consumeMessage.wxml create mode 100644 yun-min-program-plugin-master/packageH/income/consumeReward/consumeMessage/consumeMessage.wxss create mode 100644 yun-min-program-plugin-master/packageH/income/consumeReward/consumeReward.js create mode 100644 yun-min-program-plugin-master/packageH/income/consumeReward/consumeReward.json create mode 100644 yun-min-program-plugin-master/packageH/income/consumeReward/consumeReward.wxml create mode 100644 yun-min-program-plugin-master/packageH/income/consumeReward/consumeReward.wxss create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverAfterApply/installationSeverAfterApply.js create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverAfterApply/installationSeverAfterApply.json create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverAfterApply/installationSeverAfterApply.wxml create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverAfterApply/installationSeverAfterApply.wxss create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverAftersale/installationSeverAftersale.js create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverAftersale/installationSeverAftersale.json create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverAftersale/installationSeverAftersale.wxml create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverAftersale/installationSeverAftersale.wxss create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverApply/installationSeverApply.js create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverApply/installationSeverApply.json create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverApply/installationSeverApply.wxml create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverApply/installationSeverApply.wxss create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverDetail/installationSeverDetail.js create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverDetail/installationSeverDetail.json create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverDetail/installationSeverDetail.wxml create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverDetail/installationSeverDetail.wxss create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverDividends/installationSeverDividends.js create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverDividends/installationSeverDividends.json create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverDividends/installationSeverDividends.wxml create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverDividends/installationSeverDividends.wxss create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverExtension/installationSeverExtension.js create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverExtension/installationSeverExtension.json create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverExtension/installationSeverExtension.wxml create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverExtension/installationSeverExtension.wxss create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverHome/installationSeverHome.js create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverHome/installationSeverHome.json create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverHome/installationSeverHome.wxml create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverHome/installationSeverHome.wxss create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverMemberHome/installationSeverMemberHome.js create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverMemberHome/installationSeverMemberHome.json create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverMemberHome/installationSeverMemberHome.wxml create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverMemberHome/installationSeverMemberHome.wxss create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverRefund/installationSeverRefund.js create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverRefund/installationSeverRefund.json create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverRefund/installationSeverRefund.wxml create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverRefund/installationSeverRefund.wxss create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverWrite/installationSeverWrite.js create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverWrite/installationSeverWrite.json create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverWrite/installationSeverWrite.wxml create mode 100644 yun-min-program-plugin-master/packageH/installationSever/installationSeverWrite/installationSeverWrite.wxss create mode 100644 yun-min-program-plugin-master/packageH/interests_give/interests_give.js create mode 100644 yun-min-program-plugin-master/packageH/interests_give/interests_give.json create mode 100644 yun-min-program-plugin-master/packageH/interests_give/interests_give.wxml create mode 100644 yun-min-program-plugin-master/packageH/interests_give/interests_give.wxss create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization/liveAuthorization.js create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization/liveAuthorization.json create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization/liveAuthorization.wxml create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization/liveAuthorization.wxss create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_collection/liveAuthorization_collection.js create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_collection/liveAuthorization_collection.json create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_collection/liveAuthorization_collection.wxml create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_collection/liveAuthorization_collection.wxss create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_detail/liveAuthorization_detail.js create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_detail/liveAuthorization_detail.json create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_detail/liveAuthorization_detail.wxml create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_detail/liveAuthorization_detail.wxss create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_extension/liveAuthorization_extension.js create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_extension/liveAuthorization_extension.json create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_extension/liveAuthorization_extension.wxml create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_extension/liveAuthorization_extension.wxss create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_pay/liveAuthorization_pay.js create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_pay/liveAuthorization_pay.json create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_pay/liveAuthorization_pay.wxml create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_pay/liveAuthorization_pay.wxss create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_scanCode/liveAuthorization_scanCode.js create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_scanCode/liveAuthorization_scanCode.json create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_scanCode/liveAuthorization_scanCode.wxml create mode 100644 yun-min-program-plugin-master/packageH/liveAuthorization/liveAuthorization_scanCode/liveAuthorization_scanCode.wxss create mode 100644 yun-min-program-plugin-master/packageH/member/drmIncomeReward/drmIncomeReward.js create mode 100644 yun-min-program-plugin-master/packageH/member/drmIncomeReward/drmIncomeReward.json create mode 100644 yun-min-program-plugin-master/packageH/member/drmIncomeReward/drmIncomeReward.wxml create mode 100644 yun-min-program-plugin-master/packageH/member/drmIncomeReward/drmIncomeReward.wxss create mode 100644 yun-min-program-plugin-master/packageH/member/upgrade_code/group_details/group_details.js create mode 100644 yun-min-program-plugin-master/packageH/member/upgrade_code/group_details/group_details.json create mode 100644 yun-min-program-plugin-master/packageH/member/upgrade_code/group_details/group_details.wxml create mode 100644 yun-min-program-plugin-master/packageH/member/upgrade_code/group_details/group_details.wxss create mode 100644 yun-min-program-plugin-master/packageH/member/upgrade_code/index/index.js create mode 100644 yun-min-program-plugin-master/packageH/member/upgrade_code/index/index.json create mode 100644 yun-min-program-plugin-master/packageH/member/upgrade_code/index/index.wxml create mode 100644 yun-min-program-plugin-master/packageH/member/upgrade_code/index/index.wxss create mode 100644 yun-min-program-plugin-master/packageH/member/upgrade_code/upgrade_result/upgrade_result.js create mode 100644 yun-min-program-plugin-master/packageH/member/upgrade_code/upgrade_result/upgrade_result.json create mode 100644 yun-min-program-plugin-master/packageH/member/upgrade_code/upgrade_result/upgrade_result.wxml create mode 100644 yun-min-program-plugin-master/packageH/member/upgrade_code/upgrade_result/upgrade_result.wxss create mode 100644 yun-min-program-plugin-master/packageH/member/upgrade_code/used_log/used_log.js create mode 100644 yun-min-program-plugin-master/packageH/member/upgrade_code/used_log/used_log.json create mode 100644 yun-min-program-plugin-master/packageH/member/upgrade_code/used_log/used_log.wxml create mode 100644 yun-min-program-plugin-master/packageH/member/upgrade_code/used_log/used_log.wxss create mode 100644 yun-min-program-plugin-master/packageH/mycomponent/storeList/storeList.js create mode 100644 yun-min-program-plugin-master/packageH/mycomponent/storeList/storeList.json create mode 100644 yun-min-program-plugin-master/packageH/mycomponent/storeList/storeList.wxml create mode 100644 yun-min-program-plugin-master/packageH/mycomponent/storeList/storeList.wxss create mode 100644 yun-min-program-plugin-master/packageH/newDraw/components/draw_qrcode/draw_qrcode.js create mode 100644 yun-min-program-plugin-master/packageH/newDraw/components/draw_qrcode/draw_qrcode.json create mode 100644 yun-min-program-plugin-master/packageH/newDraw/components/draw_qrcode/draw_qrcode.wxml create mode 100644 yun-min-program-plugin-master/packageH/newDraw/components/draw_qrcode/draw_qrcode.wxss create mode 100644 yun-min-program-plugin-master/packageH/newDraw/components/yz_addressList/yz_addressList.js create mode 100644 yun-min-program-plugin-master/packageH/newDraw/components/yz_addressList/yz_addressList.json create mode 100644 yun-min-program-plugin-master/packageH/newDraw/components/yz_addressList/yz_addressList.wxml create mode 100644 yun-min-program-plugin-master/packageH/newDraw/components/yz_addressList/yz_addressList.wxss create mode 100644 yun-min-program-plugin-master/packageH/newDraw/components/yz_goodsPopup/yz_goodsPopup.js create mode 100644 yun-min-program-plugin-master/packageH/newDraw/components/yz_goodsPopup/yz_goodsPopup.json create mode 100644 yun-min-program-plugin-master/packageH/newDraw/components/yz_goodsPopup/yz_goodsPopup.wxml create mode 100644 yun-min-program-plugin-master/packageH/newDraw/components/yz_goodsPopup/yz_goodsPopup.wxss create mode 100644 yun-min-program-plugin-master/packageH/newDraw/lotteryComplaint/lotteryComplaint.js create mode 100644 yun-min-program-plugin-master/packageH/newDraw/lotteryComplaint/lotteryComplaint.json create mode 100644 yun-min-program-plugin-master/packageH/newDraw/lotteryComplaint/lotteryComplaint.wxml create mode 100644 yun-min-program-plugin-master/packageH/newDraw/lotteryComplaint/lotteryComplaint.wxss create mode 100644 yun-min-program-plugin-master/packageH/newDraw/luckyDraw/luckyDraw.js create mode 100644 yun-min-program-plugin-master/packageH/newDraw/luckyDraw/luckyDraw.json create mode 100644 yun-min-program-plugin-master/packageH/newDraw/luckyDraw/luckyDraw.wxml create mode 100644 yun-min-program-plugin-master/packageH/newDraw/luckyDraw/luckyDraw.wxss create mode 100644 yun-min-program-plugin-master/packageH/newDraw/mydraw/mydraw.js create mode 100644 yun-min-program-plugin-master/packageH/newDraw/mydraw/mydraw.json create mode 100644 yun-min-program-plugin-master/packageH/newDraw/mydraw/mydraw.wxml create mode 100644 yun-min-program-plugin-master/packageH/newDraw/mydraw/mydraw.wxss create mode 100644 yun-min-program-plugin-master/packageH/newDraw/newDrawIndex/newDrawIndex.js create mode 100644 yun-min-program-plugin-master/packageH/newDraw/newDrawIndex/newDrawIndex.json create mode 100644 yun-min-program-plugin-master/packageH/newDraw/newDrawIndex/newDrawIndex.wxml create mode 100644 yun-min-program-plugin-master/packageH/newDraw/newDrawIndex/newDrawIndex.wxss create mode 100644 yun-min-program-plugin-master/packageH/newDraw/newDrawMyPrize/newDrawMyPrize.js create mode 100644 yun-min-program-plugin-master/packageH/newDraw/newDrawMyPrize/newDrawMyPrize.json create mode 100644 yun-min-program-plugin-master/packageH/newDraw/newDrawMyPrize/newDrawMyPrize.wxml create mode 100644 yun-min-program-plugin-master/packageH/newDraw/newDrawMyPrize/newDrawMyPrize.wxss create mode 100644 yun-min-program-plugin-master/packageH/newDraw/newDrawRecommentReward/newDrawRecommentReward.js create mode 100644 yun-min-program-plugin-master/packageH/newDraw/newDrawRecommentReward/newDrawRecommentReward.json create mode 100644 yun-min-program-plugin-master/packageH/newDraw/newDrawRecommentReward/newDrawRecommentReward.wxml create mode 100644 yun-min-program-plugin-master/packageH/newDraw/newDrawRecommentReward/newDrawRecommentReward.wxss create mode 100644 yun-min-program-plugin-master/packageH/newDraw/payment/payment.js create mode 100644 yun-min-program-plugin-master/packageH/newDraw/payment/payment.json create mode 100644 yun-min-program-plugin-master/packageH/newDraw/payment/payment.wxml create mode 100644 yun-min-program-plugin-master/packageH/newDraw/payment/payment.wxss create mode 100644 yun-min-program-plugin-master/packageH/newDraw/winnersList/winnersList.js create mode 100644 yun-min-program-plugin-master/packageH/newDraw/winnersList/winnersList.json create mode 100644 yun-min-program-plugin-master/packageH/newDraw/winnersList/winnersList.wxml create mode 100644 yun-min-program-plugin-master/packageH/newDraw/winnersList/winnersList.wxss create mode 100644 yun-min-program-plugin-master/packageH/newRetail/components/goodlist/goodlist.js create mode 100644 yun-min-program-plugin-master/packageH/newRetail/components/goodlist/goodlist.json create mode 100644 yun-min-program-plugin-master/packageH/newRetail/components/goodlist/goodlist.wxml create mode 100644 yun-min-program-plugin-master/packageH/newRetail/components/goodlist/goodlist.wxss create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailIndex/newRetailIndex.js create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailIndex/newRetailIndex.json create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailIndex/newRetailIndex.wxml create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailIndex/newRetailIndex.wxss create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailInventory/newRetailInventory.js create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailInventory/newRetailInventory.json create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailInventory/newRetailInventory.wxml create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailInventory/newRetailInventory.wxss create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailRetailLink/newRetailRetailLink.js create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailRetailLink/newRetailRetailLink.json create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailRetailLink/newRetailRetailLink.wxml create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailRetailLink/newRetailRetailLink.wxss create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailSalesExtension/newRetailSalesExtension.js create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailSalesExtension/newRetailSalesExtension.json create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailSalesExtension/newRetailSalesExtension.wxml create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailSalesExtension/newRetailSalesExtension.wxss create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailSalesRecord/newRetailSalesRecord.js create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailSalesRecord/newRetailSalesRecord.json create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailSalesRecord/newRetailSalesRecord.wxml create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailSalesRecord/newRetailSalesRecord.wxss create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailSalesRecordDetail/newRetailSalesRecordDetail.js create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailSalesRecordDetail/newRetailSalesRecordDetail.json create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailSalesRecordDetail/newRetailSalesRecordDetail.wxml create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailSalesRecordDetail/newRetailSalesRecordDetail.wxss create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailSearch/newRetailSearch.js create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailSearch/newRetailSearch.json create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailSearch/newRetailSearch.wxml create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetailSearch/newRetailSearch.wxss create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetail_agencyPackage/newRetail_agencyPackage.js create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetail_agencyPackage/newRetail_agencyPackage.json create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetail_agencyPackage/newRetail_agencyPackage.wxml create mode 100644 yun-min-program-plugin-master/packageH/newRetail/newRetail_agencyPackage/newRetail_agencyPackage.wxss create mode 100644 yun-min-program-plugin-master/packageH/o2o/communityStore/communityStore.js create mode 100644 yun-min-program-plugin-master/packageH/o2o/communityStore/communityStore.json create mode 100644 yun-min-program-plugin-master/packageH/o2o/communityStore/communityStore.wxml create mode 100644 yun-min-program-plugin-master/packageH/o2o/communityStore/communityStore.wxss create mode 100644 yun-min-program-plugin-master/packageH/o2o/communityStoreDetails/communityStoreDetails.js create mode 100644 yun-min-program-plugin-master/packageH/o2o/communityStoreDetails/communityStoreDetails.json create mode 100644 yun-min-program-plugin-master/packageH/o2o/communityStoreDetails/communityStoreDetails.wxml create mode 100644 yun-min-program-plugin-master/packageH/o2o/communityStoreDetails/communityStoreDetails.wxss create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeIncme/storeConsumeIncme.js create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeIncme/storeConsumeIncme.json create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeIncme/storeConsumeIncme.wxml create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeIncme/storeConsumeIncme.wxss create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeIndex/storeConsumeIndex.js create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeIndex/storeConsumeIndex.json create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeIndex/storeConsumeIndex.wxml create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeIndex/storeConsumeIndex.wxss create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeShow/storeConsumeShow.js create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeShow/storeConsumeShow.json create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeShow/storeConsumeShow.wxml create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeShow/storeConsumeShow.wxss create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeStore/storeConsumeStore.js create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeStore/storeConsumeStore.json create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeStore/storeConsumeStore.wxml create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeStore/storeConsumeStore.wxss create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeUse/storeConsumeUse.js create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeUse/storeConsumeUse.json create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeUse/storeConsumeUse.wxml create mode 100644 yun-min-program-plugin-master/packageH/o2o/storeConsumeUse/storeConsumeUse.wxss create mode 100644 yun-min-program-plugin-master/packageH/orderImport/orderImportApply/orderImportApply.js create mode 100644 yun-min-program-plugin-master/packageH/orderImport/orderImportApply/orderImportApply.json create mode 100644 yun-min-program-plugin-master/packageH/orderImport/orderImportApply/orderImportApply.wxml create mode 100644 yun-min-program-plugin-master/packageH/orderImport/orderImportApply/orderImportApply.wxss create mode 100644 yun-min-program-plugin-master/packageH/orderImport/orderImportIndex/orderImportIndex.js create mode 100644 yun-min-program-plugin-master/packageH/orderImport/orderImportIndex/orderImportIndex.json create mode 100644 yun-min-program-plugin-master/packageH/orderImport/orderImportIndex/orderImportIndex.wxml create mode 100644 yun-min-program-plugin-master/packageH/orderImport/orderImportIndex/orderImportIndex.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/BusinessVerification/BusinessVerification.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/BusinessVerification/BusinessVerification.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/BusinessVerification/BusinessVerification.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/BusinessVerification/BusinessVerification.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/CategoryProjectList/CategoryProjectList.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/CategoryProjectList/CategoryProjectList.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/CategoryProjectList/CategoryProjectList.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/CategoryProjectList/CategoryProjectList.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/MoreStores/MoreStores.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/MoreStores/MoreStores.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/MoreStores/MoreStores.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/MoreStores/MoreStores.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/MyProject/MyProject.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/MyProject/MyProject.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/MyProject/MyProject.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/MyProject/MyProject.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/SearchProject/SearchProject.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/SearchProject/SearchProject.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/SearchProject/SearchProject.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/SearchProject/SearchProject.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/StoreVerification/StoreVerification.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/StoreVerification/StoreVerification.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/StoreVerification/StoreVerification.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/StoreVerification/StoreVerification.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/VerificationProjectDetails/VerificationProjectDetails.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/VerificationProjectDetails/VerificationProjectDetails.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/VerificationProjectDetails/VerificationProjectDetails.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/VerificationProjectDetails/VerificationProjectDetails.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/VerificationProjectList/VerificationProjectList.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/VerificationProjectList/VerificationProjectList.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/VerificationProjectList/VerificationProjectList.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/VerificationProjectList/VerificationProjectList.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/WriteOff/WriteOff.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/WriteOff/WriteOff.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/WriteOff/WriteOff.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/WriteOff/WriteOff.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/WriteOffRecord/WriteOffRecord.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/WriteOffRecord/WriteOffRecord.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/WriteOffRecord/WriteOffRecord.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/WriteOffRecord/WriteOffRecord.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/common.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/location/location.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/location/location.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/location/location.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/location/location.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/operationButton/operationButton.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/operationButton/operationButton.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/operationButton/operationButton.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/operationButton/operationButton.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/panel/panel.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/panel/panel.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/panel/panel.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/panel/panel.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/projectItem/projectItem.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/projectItem/projectItem.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/projectItem/projectItem.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/projectItem/projectItem.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/projectLR/projectLR.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/projectLR/projectLR.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/projectLR/projectLR.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/projectLR/projectLR.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/shortcutMenu/shortcutMenu.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/shortcutMenu/shortcutMenu.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/shortcutMenu/shortcutMenu.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/shortcutMenu/shortcutMenu.wxss create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/storeItem/storeItem.js create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/storeItem/storeItem.json create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/storeItem/storeItem.wxml create mode 100644 yun-min-program-plugin-master/packageH/project_verification/components/storeItem/storeItem.wxss create mode 100644 yun-min-program-plugin-master/packageH/recommend_reward/recommend_reward.js create mode 100644 yun-min-program-plugin-master/packageH/recommend_reward/recommend_reward.json create mode 100644 yun-min-program-plugin-master/packageH/recommend_reward/recommend_reward.wxml create mode 100644 yun-min-program-plugin-master/packageH/recommend_reward/recommend_reward.wxss create mode 100644 yun-min-program-plugin-master/packageH/region/my_agency/my_agency.js create mode 100644 yun-min-program-plugin-master/packageH/region/my_agency/my_agency.json create mode 100644 yun-min-program-plugin-master/packageH/region/my_agency/my_agency.wxml create mode 100644 yun-min-program-plugin-master/packageH/region/my_agency/my_agency.wxss create mode 100644 yun-min-program-plugin-master/packageH/region/region_agency/region_agentcy.js create mode 100644 yun-min-program-plugin-master/packageH/region/region_agency/region_agentcy.json create mode 100644 yun-min-program-plugin-master/packageH/region/region_agency/region_agentcy.wxml create mode 100644 yun-min-program-plugin-master/packageH/region/region_agency/region_agentcy.wxss create mode 100644 yun-min-program-plugin-master/packageH/reserveFunds/getlist/getlist.js create mode 100644 yun-min-program-plugin-master/packageH/reserveFunds/getlist/getlist.json create mode 100644 yun-min-program-plugin-master/packageH/reserveFunds/getlist/getlist.wxml create mode 100644 yun-min-program-plugin-master/packageH/reserveFunds/getlist/getlist.wxss create mode 100644 yun-min-program-plugin-master/packageH/reserveFunds/index/index.js create mode 100644 yun-min-program-plugin-master/packageH/reserveFunds/index/index.json create mode 100644 yun-min-program-plugin-master/packageH/reserveFunds/index/index.wxml create mode 100644 yun-min-program-plugin-master/packageH/reserveFunds/index/index.wxss create mode 100644 yun-min-program-plugin-master/packageH/reserveFunds/reserveFundsSuccess/reserveFundsSuccess.js create mode 100644 yun-min-program-plugin-master/packageH/reserveFunds/reserveFundsSuccess/reserveFundsSuccess.json create mode 100644 yun-min-program-plugin-master/packageH/reserveFunds/reserveFundsSuccess/reserveFundsSuccess.wxml create mode 100644 yun-min-program-plugin-master/packageH/reserveFunds/reserveFundsSuccess/reserveFundsSuccess.wxss create mode 100644 yun-min-program-plugin-master/packageH/rightsInterests/rightsInterests.js create mode 100644 yun-min-program-plugin-master/packageH/rightsInterests/rightsInterests.json create mode 100644 yun-min-program-plugin-master/packageH/rightsInterests/rightsInterests.wxml create mode 100644 yun-min-program-plugin-master/packageH/rightsInterests/rightsInterests.wxss create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyBind/schoolCompanyBind.js create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyBind/schoolCompanyBind.json create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyBind/schoolCompanyBind.wxml create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyBind/schoolCompanyBind.wxss create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyDetails/schoolCompanyDetails.js create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyDetails/schoolCompanyDetails.json create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyDetails/schoolCompanyDetails.wxml create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyDetails/schoolCompanyDetails.wxss create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyExtend/schoolCompanyExtend.js create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyExtend/schoolCompanyExtend.json create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyExtend/schoolCompanyExtend.wxml create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyExtend/schoolCompanyExtend.wxss create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyIndex/schoolCompanyIndex.js create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyIndex/schoolCompanyIndex.json create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyIndex/schoolCompanyIndex.wxml create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyIndex/schoolCompanyIndex.wxss create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyNum/schoolCompanyNum.js create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyNum/schoolCompanyNum.json create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyNum/schoolCompanyNum.wxml create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyNum/schoolCompanyNum.wxss create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyReceive/schoolCompanyReceive.js create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyReceive/schoolCompanyReceive.json create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyReceive/schoolCompanyReceive.wxml create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyReceive/schoolCompanyReceive.wxss create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyRecord/schoolCompanyRecord.js create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyRecord/schoolCompanyRecord.json create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyRecord/schoolCompanyRecord.wxml create mode 100644 yun-min-program-plugin-master/packageH/schoolCompany/schoolCompanyRecord/schoolCompanyRecord.wxss create mode 100644 yun-min-program-plugin-master/packageH/shareProfit/shareProfit.js create mode 100644 yun-min-program-plugin-master/packageH/shareProfit/shareProfit.json create mode 100644 yun-min-program-plugin-master/packageH/shareProfit/shareProfit.wxml create mode 100644 yun-min-program-plugin-master/packageH/shareProfit/shareProfit.wxss create mode 100644 yun-min-program-plugin-master/packageH/share_reward/share_reward.js create mode 100644 yun-min-program-plugin-master/packageH/share_reward/share_reward.json create mode 100644 yun-min-program-plugin-master/packageH/share_reward/share_reward.wxml create mode 100644 yun-min-program-plugin-master/packageH/share_reward/share_reward.wxss create mode 100644 yun-min-program-plugin-master/packageH/shopRanking/shopRanking/shopRanking.js create mode 100644 yun-min-program-plugin-master/packageH/shopRanking/shopRanking/shopRanking.json create mode 100644 yun-min-program-plugin-master/packageH/shopRanking/shopRanking/shopRanking.wxml create mode 100644 yun-min-program-plugin-master/packageH/shopRanking/shopRanking/shopRanking.wxss create mode 100644 yun-min-program-plugin-master/packageH/shopRanking/shopRankingList/shopRankingList.js create mode 100644 yun-min-program-plugin-master/packageH/shopRanking/shopRankingList/shopRankingList.json create mode 100644 yun-min-program-plugin-master/packageH/shopRanking/shopRankingList/shopRankingList.wxml create mode 100644 yun-min-program-plugin-master/packageH/shopRanking/shopRankingList/shopRankingList.wxss create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/contractList/contractList.js create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/contractList/contractList.json create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/contractList/contractList.wxml create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/contractList/contractList.wxss create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/identifyResult/identifyResult.js create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/identifyResult/identifyResult.json create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/identifyResult/identifyResult.wxml create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/identifyResult/identifyResult.wxss create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/personBank/personBank.js create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/personBank/personBank.json create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/personBank/personBank.wxml create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/personBank/personBank.wxss create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/signCompany/signCompany.js create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/signCompany/signCompany.json create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/signCompany/signCompany.wxml create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/signCompany/signCompany.wxss create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/signIndex/signIndex.js create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/signIndex/signIndex.json create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/signIndex/signIndex.wxml create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/signIndex/signIndex.wxss create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/signPage.js create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/signPage.json create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/signPage.wxml create mode 100644 yun-min-program-plugin-master/packageH/signIndexPlu/signPage.wxss create mode 100644 yun-min-program-plugin-master/packageH/signPage/addStaff/addStaff.js create mode 100644 yun-min-program-plugin-master/packageH/signPage/addStaff/addStaff.json create mode 100644 yun-min-program-plugin-master/packageH/signPage/addStaff/addStaff.wxml create mode 100644 yun-min-program-plugin-master/packageH/signPage/addStaff/addStaff.wxss create mode 100644 yun-min-program-plugin-master/packageH/signPage/component/sign_button/sign_button.js create mode 100644 yun-min-program-plugin-master/packageH/signPage/component/sign_button/sign_button.json create mode 100644 yun-min-program-plugin-master/packageH/signPage/component/sign_button/sign_button.wxml create mode 100644 yun-min-program-plugin-master/packageH/signPage/component/sign_button/sign_button.wxss create mode 100644 yun-min-program-plugin-master/packageH/signPage/contractBills/contractBills.js create mode 100644 yun-min-program-plugin-master/packageH/signPage/contractBills/contractBills.json create mode 100644 yun-min-program-plugin-master/packageH/signPage/contractBills/contractBills.wxml create mode 100644 yun-min-program-plugin-master/packageH/signPage/contractBills/contractBills.wxss create mode 100644 yun-min-program-plugin-master/packageH/signPage/contractList/contractList.js create mode 100644 yun-min-program-plugin-master/packageH/signPage/contractList/contractList.json create mode 100644 yun-min-program-plugin-master/packageH/signPage/contractList/contractList.wxml create mode 100644 yun-min-program-plugin-master/packageH/signPage/contractList/contractList.wxss create mode 100644 yun-min-program-plugin-master/packageH/signPage/identifyResult/identifyResult.js create mode 100644 yun-min-program-plugin-master/packageH/signPage/identifyResult/identifyResult.json create mode 100644 yun-min-program-plugin-master/packageH/signPage/identifyResult/identifyResult.wxml create mode 100644 yun-min-program-plugin-master/packageH/signPage/identifyResult/identifyResult.wxss create mode 100644 yun-min-program-plugin-master/packageH/signPage/personBank/personBank.js create mode 100644 yun-min-program-plugin-master/packageH/signPage/personBank/personBank.json create mode 100644 yun-min-program-plugin-master/packageH/signPage/personBank/personBank.wxml create mode 100644 yun-min-program-plugin-master/packageH/signPage/personBank/personBank.wxss create mode 100644 yun-min-program-plugin-master/packageH/signPage/signCompany/signCompany.js create mode 100644 yun-min-program-plugin-master/packageH/signPage/signCompany/signCompany.json create mode 100644 yun-min-program-plugin-master/packageH/signPage/signCompany/signCompany.wxml create mode 100644 yun-min-program-plugin-master/packageH/signPage/signCompany/signCompany.wxss create mode 100644 yun-min-program-plugin-master/packageH/signPage/signIndex/signIndex.js create mode 100644 yun-min-program-plugin-master/packageH/signPage/signIndex/signIndex.json create mode 100644 yun-min-program-plugin-master/packageH/signPage/signIndex/signIndex.wxml create mode 100644 yun-min-program-plugin-master/packageH/signPage/signIndex/signIndex.wxss create mode 100644 yun-min-program-plugin-master/packageH/signPage/signPage.js create mode 100644 yun-min-program-plugin-master/packageH/signPage/signPage.json create mode 100644 yun-min-program-plugin-master/packageH/signPage/signPage.wxml create mode 100644 yun-min-program-plugin-master/packageH/signPage/signPage.wxss create mode 100644 yun-min-program-plugin-master/packageH/signPage/staffManagement/staffManagement.js create mode 100644 yun-min-program-plugin-master/packageH/signPage/staffManagement/staffManagement.json create mode 100644 yun-min-program-plugin-master/packageH/signPage/staffManagement/staffManagement.wxml create mode 100644 yun-min-program-plugin-master/packageH/signPage/staffManagement/staffManagement.wxss create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicEspNumber/starMusicEspNumber.js create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicEspNumber/starMusicEspNumber.json create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicEspNumber/starMusicEspNumber.wxml create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicEspNumber/starMusicEspNumber.wxss create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicGroupDetails/starMusicGroupDetails.js create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicGroupDetails/starMusicGroupDetails.json create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicGroupDetails/starMusicGroupDetails.wxml create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicGroupDetails/starMusicGroupDetails.wxss create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicIndex/starMusicIndex.js create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicIndex/starMusicIndex.json create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicIndex/starMusicIndex.wxml create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicIndex/starMusicIndex.wxss create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicListGroup/starMusicListGroup.js create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicListGroup/starMusicListGroup.json create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicListGroup/starMusicListGroup.wxml create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicListGroup/starMusicListGroup.wxss create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicMy/starMusicMy.js create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicMy/starMusicMy.json create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicMy/starMusicMy.wxml create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicMy/starMusicMy.wxss create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicOpenGroup/starMusicOpenGroup.js create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicOpenGroup/starMusicOpenGroup.json create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicOpenGroup/starMusicOpenGroup.wxml create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicOpenGroup/starMusicOpenGroup.wxss create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicPersonalGroup/starMusicPersonalGroup.js create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicPersonalGroup/starMusicPersonalGroup.json create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicPersonalGroup/starMusicPersonalGroup.wxml create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicPersonalGroup/starMusicPersonalGroup.wxss create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicRewardsRecord/starMusicRewardsRecord.js create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicRewardsRecord/starMusicRewardsRecord.json create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicRewardsRecord/starMusicRewardsRecord.wxml create mode 100644 yun-min-program-plugin-master/packageH/starMusic/starMusicRewardsRecord/starMusicRewardsRecord.wxss create mode 100644 yun-min-program-plugin-master/packageH/stock/_module_components/goods_item/goods_item.js create mode 100644 yun-min-program-plugin-master/packageH/stock/_module_components/goods_item/goods_item.json create mode 100644 yun-min-program-plugin-master/packageH/stock/_module_components/goods_item/goods_item.wxml create mode 100644 yun-min-program-plugin-master/packageH/stock/_module_components/goods_item/goods_item.wxss create mode 100644 yun-min-program-plugin-master/packageH/stock/_module_components/header/header.js create mode 100644 yun-min-program-plugin-master/packageH/stock/_module_components/header/header.json create mode 100644 yun-min-program-plugin-master/packageH/stock/_module_components/header/header.wxml create mode 100644 yun-min-program-plugin-master/packageH/stock/_module_components/header/header.wxss create mode 100644 yun-min-program-plugin-master/packageH/stock/_module_components/income_list/income_list.js create mode 100644 yun-min-program-plugin-master/packageH/stock/_module_components/income_list/income_list.json create mode 100644 yun-min-program-plugin-master/packageH/stock/_module_components/income_list/income_list.wxml create mode 100644 yun-min-program-plugin-master/packageH/stock/_module_components/income_list/income_list.wxss create mode 100644 yun-min-program-plugin-master/packageH/stock/_module_components/order_item/order_item.js create mode 100644 yun-min-program-plugin-master/packageH/stock/_module_components/order_item/order_item.json create mode 100644 yun-min-program-plugin-master/packageH/stock/_module_components/order_item/order_item.wxml create mode 100644 yun-min-program-plugin-master/packageH/stock/_module_components/order_item/order_item.wxss create mode 100644 yun-min-program-plugin-master/packageH/stock/agencyDividend/agencyDividend.js create mode 100644 yun-min-program-plugin-master/packageH/stock/agencyDividend/agencyDividend.json create mode 100644 yun-min-program-plugin-master/packageH/stock/agencyDividend/agencyDividend.wxml create mode 100644 yun-min-program-plugin-master/packageH/stock/agencyDividend/agencyDividend.wxss create mode 100644 yun-min-program-plugin-master/packageH/stock/details/details.js create mode 100644 yun-min-program-plugin-master/packageH/stock/details/details.json create mode 100644 yun-min-program-plugin-master/packageH/stock/details/details.wxml create mode 100644 yun-min-program-plugin-master/packageH/stock/details/details.wxss create mode 100644 yun-min-program-plugin-master/packageH/stock/guide/guide.js create mode 100644 yun-min-program-plugin-master/packageH/stock/guide/guide.json create mode 100644 yun-min-program-plugin-master/packageH/stock/guide/guide.wxml create mode 100644 yun-min-program-plugin-master/packageH/stock/guide/guide.wxss create mode 100644 yun-min-program-plugin-master/packageH/stock/index/index.js create mode 100644 yun-min-program-plugin-master/packageH/stock/index/index.json create mode 100644 yun-min-program-plugin-master/packageH/stock/index/index.wxml create mode 100644 yun-min-program-plugin-master/packageH/stock/index/index.wxss create mode 100644 yun-min-program-plugin-master/packageH/stock/my/my.js create mode 100644 yun-min-program-plugin-master/packageH/stock/my/my.json create mode 100644 yun-min-program-plugin-master/packageH/stock/my/my.wxml create mode 100644 yun-min-program-plugin-master/packageH/stock/my/my.wxss create mode 100644 yun-min-program-plugin-master/packageH/stock/promotion_center/promotion_center.js create mode 100644 yun-min-program-plugin-master/packageH/stock/promotion_center/promotion_center.json create mode 100644 yun-min-program-plugin-master/packageH/stock/promotion_center/promotion_center.wxml create mode 100644 yun-min-program-plugin-master/packageH/stock/promotion_center/promotion_center.wxss create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/components/order_info/order_info.js create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/components/order_info/order_info.json create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/components/order_info/order_info.wxml create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/components/order_info/order_info.wxss create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/superiorPaymentDetails/superiorPaymentDetails.js create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/superiorPaymentDetails/superiorPaymentDetails.json create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/superiorPaymentDetails/superiorPaymentDetails.wxml create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/superiorPaymentDetails/superiorPaymentDetails.wxss create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/superiorPaymentExtension/superiorPaymentExtension.js create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/superiorPaymentExtension/superiorPaymentExtension.json create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/superiorPaymentExtension/superiorPaymentExtension.wxml create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/superiorPaymentExtension/superiorPaymentExtension.wxss create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/superiorPaymentIndex/superiorPaymentIndex.js create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/superiorPaymentIndex/superiorPaymentIndex.json create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/superiorPaymentIndex/superiorPaymentIndex.wxml create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/superiorPaymentIndex/superiorPaymentIndex.wxss create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/superiorPaymentPay/superiorPaymentPay.js create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/superiorPaymentPay/superiorPaymentPay.json create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/superiorPaymentPay/superiorPaymentPay.wxml create mode 100644 yun-min-program-plugin-master/packageH/superior_payment/superiorPaymentPay/superiorPaymentPay.wxss create mode 100644 yun-min-program-plugin-master/packageH/toker/memberTokerCard/memberTokerCard.js create mode 100644 yun-min-program-plugin-master/packageH/toker/memberTokerCard/memberTokerCard.json create mode 100644 yun-min-program-plugin-master/packageH/toker/memberTokerCard/memberTokerCard.wxml create mode 100644 yun-min-program-plugin-master/packageH/toker/memberTokerCard/memberTokerCard.wxss create mode 100644 yun-min-program-plugin-master/packageH/toker/tokerCode/tokerCode.js create mode 100644 yun-min-program-plugin-master/packageH/toker/tokerCode/tokerCode.json create mode 100644 yun-min-program-plugin-master/packageH/toker/tokerCode/tokerCode.wxml create mode 100644 yun-min-program-plugin-master/packageH/toker/tokerCode/tokerCode.wxss create mode 100644 yun-min-program-plugin-master/packageH/toker/tokerIndex/tokerIndex.js create mode 100644 yun-min-program-plugin-master/packageH/toker/tokerIndex/tokerIndex.json create mode 100644 yun-min-program-plugin-master/packageH/toker/tokerIndex/tokerIndex.wxml create mode 100644 yun-min-program-plugin-master/packageH/toker/tokerIndex/tokerIndex.wxss create mode 100644 yun-min-program-plugin-master/packageH/toker/tokerMerchant/tokerMerchant.js create mode 100644 yun-min-program-plugin-master/packageH/toker/tokerMerchant/tokerMerchant.json create mode 100644 yun-min-program-plugin-master/packageH/toker/tokerMerchant/tokerMerchant.wxml create mode 100644 yun-min-program-plugin-master/packageH/toker/tokerMerchant/tokerMerchant.wxss create mode 100644 yun-min-program-plugin-master/packageH/toker/tokerSetMeal/tokerSetMeal.js create mode 100644 yun-min-program-plugin-master/packageH/toker/tokerSetMeal/tokerSetMeal.json create mode 100644 yun-min-program-plugin-master/packageH/toker/tokerSetMeal/tokerSetMeal.wxml create mode 100644 yun-min-program-plugin-master/packageH/toker/tokerSetMeal/tokerSetMeal.wxss create mode 100644 yun-min-program-plugin-master/packageH/turmaroundTime/timeMonthYear/monthYear.js create mode 100644 yun-min-program-plugin-master/packageH/turmaroundTime/timeMonthYear/monthYear.json create mode 100644 yun-min-program-plugin-master/packageH/turmaroundTime/timeMonthYear/monthYear.wxml create mode 100644 yun-min-program-plugin-master/packageH/turmaroundTime/timeMonthYear/monthYear.wxss create mode 100644 yun-min-program-plugin-master/packageH/turmaroundTime/turmaroundIndex/turmaroundIndex.js create mode 100644 yun-min-program-plugin-master/packageH/turmaroundTime/turmaroundIndex/turmaroundIndex.json create mode 100644 yun-min-program-plugin-master/packageH/turmaroundTime/turmaroundIndex/turmaroundIndex.wxml create mode 100644 yun-min-program-plugin-master/packageH/turmaroundTime/turmaroundIndex/turmaroundIndex.wxss create mode 100644 yun-min-program-plugin-master/packageH/turmaroundTime/turmaroundMy/turmaroundMy.js create mode 100644 yun-min-program-plugin-master/packageH/turmaroundTime/turmaroundMy/turmaroundMy.json create mode 100644 yun-min-program-plugin-master/packageH/turmaroundTime/turmaroundMy/turmaroundMy.wxml create mode 100644 yun-min-program-plugin-master/packageH/turmaroundTime/turmaroundMy/turmaroundMy.wxss create mode 100644 yun-min-program-plugin-master/packageI/AdBright/AdBrightIndex/AdBrightIndex.js create mode 100644 yun-min-program-plugin-master/packageI/AdBright/AdBrightIndex/AdBrightIndex.json create mode 100644 yun-min-program-plugin-master/packageI/AdBright/AdBrightIndex/AdBrightIndex.wxml create mode 100644 yun-min-program-plugin-master/packageI/AdBright/AdBrightIndex/AdBrightIndex.wxss create mode 100644 yun-min-program-plugin-master/packageI/AdBright/AdBrightPage/AdBrightPage.js create mode 100644 yun-min-program-plugin-master/packageI/AdBright/AdBrightPage/AdBrightPage.json create mode 100644 yun-min-program-plugin-master/packageI/AdBright/AdBrightPage/AdBrightPage.wxml create mode 100644 yun-min-program-plugin-master/packageI/AdBright/AdBrightPage/AdBrightPage.wxss create mode 100644 yun-min-program-plugin-master/packageI/AdBright/adBrightPoint/adBrightPoint.js create mode 100644 yun-min-program-plugin-master/packageI/AdBright/adBrightPoint/adBrightPoint.json create mode 100644 yun-min-program-plugin-master/packageI/AdBright/adBrightPoint/adBrightPoint.wxml create mode 100644 yun-min-program-plugin-master/packageI/AdBright/adBrightPoint/adBrightPoint.wxss create mode 100644 yun-min-program-plugin-master/packageI/AdBright/adService.js create mode 100644 yun-min-program-plugin-master/packageI/allowanceIndex/allowanceAchievement/allowanceAchievement.js create mode 100644 yun-min-program-plugin-master/packageI/allowanceIndex/allowanceAchievement/allowanceAchievement.json create mode 100644 yun-min-program-plugin-master/packageI/allowanceIndex/allowanceAchievement/allowanceAchievement.wxml create mode 100644 yun-min-program-plugin-master/packageI/allowanceIndex/allowanceAchievement/allowanceAchievement.wxss create mode 100644 yun-min-program-plugin-master/packageI/allowanceIndex/allowanceIndex/allowanceIndex.js create mode 100644 yun-min-program-plugin-master/packageI/allowanceIndex/allowanceIndex/allowanceIndex.json create mode 100644 yun-min-program-plugin-master/packageI/allowanceIndex/allowanceIndex/allowanceIndex.wxml create mode 100644 yun-min-program-plugin-master/packageI/allowanceIndex/allowanceIndex/allowanceIndex.wxss create mode 100644 yun-min-program-plugin-master/packageI/allowanceIndex/allowanceReward/allowanceReward.js create mode 100644 yun-min-program-plugin-master/packageI/allowanceIndex/allowanceReward/allowanceReward.json create mode 100644 yun-min-program-plugin-master/packageI/allowanceIndex/allowanceReward/allowanceReward.wxml create mode 100644 yun-min-program-plugin-master/packageI/allowanceIndex/allowanceReward/allowanceReward.wxss create mode 100644 yun-min-program-plugin-master/packageI/allowanceIndex/allowanceTeam/allowanceTeam.js create mode 100644 yun-min-program-plugin-master/packageI/allowanceIndex/allowanceTeam/allowanceTeam.json create mode 100644 yun-min-program-plugin-master/packageI/allowanceIndex/allowanceTeam/allowanceTeam.wxml create mode 100644 yun-min-program-plugin-master/packageI/allowanceIndex/allowanceTeam/allowanceTeam.wxss create mode 100644 yun-min-program-plugin-master/packageI/brand_resources/brandResourcesIndex/brandResourcesIndex.js create mode 100644 yun-min-program-plugin-master/packageI/brand_resources/brandResourcesIndex/brandResourcesIndex.json create mode 100644 yun-min-program-plugin-master/packageI/brand_resources/brandResourcesIndex/brandResourcesIndex.wxml create mode 100644 yun-min-program-plugin-master/packageI/brand_resources/brandResourcesIndex/brandResourcesIndex.wxss create mode 100644 yun-min-program-plugin-master/packageI/brand_resources/brandResourcesIndex/tab-sticky/tab-sticky.js create mode 100644 yun-min-program-plugin-master/packageI/brand_resources/brandResourcesIndex/tab-sticky/tab-sticky.json create mode 100644 yun-min-program-plugin-master/packageI/brand_resources/brandResourcesIndex/tab-sticky/tab-sticky.wxml create mode 100644 yun-min-program-plugin-master/packageI/brand_resources/brandResourcesIndex/tab-sticky/tab-sticky.wxss create mode 100644 yun-min-program-plugin-master/packageI/brand_resources/cardVoucherInfo/cardVoucherInfo.js create mode 100644 yun-min-program-plugin-master/packageI/brand_resources/cardVoucherInfo/cardVoucherInfo.json create mode 100644 yun-min-program-plugin-master/packageI/brand_resources/cardVoucherInfo/cardVoucherInfo.wxml create mode 100644 yun-min-program-plugin-master/packageI/brand_resources/cardVoucherInfo/cardVoucherInfo.wxss create mode 100644 yun-min-program-plugin-master/packageI/commissionExtraIndex/commissionExtraIndex.js create mode 100644 yun-min-program-plugin-master/packageI/commissionExtraIndex/commissionExtraIndex.json create mode 100644 yun-min-program-plugin-master/packageI/commissionExtraIndex/commissionExtraIndex.wxml create mode 100644 yun-min-program-plugin-master/packageI/commissionExtraIndex/commissionExtraIndex.wxss create mode 100644 yun-min-program-plugin-master/packageI/components/adbright-ad/adbright-ad.js create mode 100644 yun-min-program-plugin-master/packageI/components/adbright-ad/adbright-ad.json create mode 100644 yun-min-program-plugin-master/packageI/components/adbright-ad/adbright-ad.wxml create mode 100644 yun-min-program-plugin-master/packageI/components/adbright-ad/adbright-ad.wxss create mode 100644 yun-min-program-plugin-master/packageI/components/orderList/orderList.js create mode 100644 yun-min-program-plugin-master/packageI/components/orderList/orderList.json create mode 100644 yun-min-program-plugin-master/packageI/components/orderList/orderList.wxml create mode 100644 yun-min-program-plugin-master/packageI/components/orderList/orderList.wxss create mode 100644 yun-min-program-plugin-master/packageI/components/signature/signature.js create mode 100644 yun-min-program-plugin-master/packageI/components/signature/signature.json create mode 100644 yun-min-program-plugin-master/packageI/components/signature/signature.wxml create mode 100644 yun-min-program-plugin-master/packageI/components/signature/signature.wxss create mode 100644 yun-min-program-plugin-master/packageI/components/weixin-ad/weixin-ad.js create mode 100644 yun-min-program-plugin-master/packageI/components/weixin-ad/weixin-ad.json create mode 100644 yun-min-program-plugin-master/packageI/components/weixin-ad/weixin-ad.wxml create mode 100644 yun-min-program-plugin-master/packageI/components/weixin-ad/weixin-ad.wxss create mode 100644 yun-min-program-plugin-master/packageI/components/yz_addressList/yz_addressList.js create mode 100644 yun-min-program-plugin-master/packageI/components/yz_addressList/yz_addressList.json create mode 100644 yun-min-program-plugin-master/packageI/components/yz_addressList/yz_addressList.wxml create mode 100644 yun-min-program-plugin-master/packageI/components/yz_addressList/yz_addressList.wxss create mode 100644 yun-min-program-plugin-master/packageI/components/yz_goodsPopup/yz_goodsPopup.js create mode 100644 yun-min-program-plugin-master/packageI/components/yz_goodsPopup/yz_goodsPopup.json create mode 100644 yun-min-program-plugin-master/packageI/components/yz_goodsPopup/yz_goodsPopup.wxml create mode 100644 yun-min-program-plugin-master/packageI/components/yz_goodsPopup/yz_goodsPopup.wxss create mode 100644 yun-min-program-plugin-master/packageI/components/yz_specs/yz_specs.js create mode 100644 yun-min-program-plugin-master/packageI/components/yz_specs/yz_specs.json create mode 100644 yun-min-program-plugin-master/packageI/components/yz_specs/yz_specs.wxml create mode 100644 yun-min-program-plugin-master/packageI/components/yz_specs/yz_specs.wxss create mode 100644 yun-min-program-plugin-master/packageI/components/yz_wap/yz_wapmap.js create mode 100644 yun-min-program-plugin-master/packageI/components/yz_wap/yz_wapmap.json create mode 100644 yun-min-program-plugin-master/packageI/components/yz_wap/yz_wapmap.wxml create mode 100644 yun-min-program-plugin-master/packageI/components/yz_wap/yz_wapmap.wxss create mode 100644 yun-min-program-plugin-master/packageI/cps/cpsExtension.js create mode 100644 yun-min-program-plugin-master/packageI/cps/cpsExtension.json create mode 100644 yun-min-program-plugin-master/packageI/cps/cpsExtension.wxml create mode 100644 yun-min-program-plugin-master/packageI/cps/cpsExtension.wxss create mode 100644 yun-min-program-plugin-master/packageI/dealer_task_reward/dealerTaskRewardIndex/dealerTaskRewardIndex.js create mode 100644 yun-min-program-plugin-master/packageI/dealer_task_reward/dealerTaskRewardIndex/dealerTaskRewardIndex.json create mode 100644 yun-min-program-plugin-master/packageI/dealer_task_reward/dealerTaskRewardIndex/dealerTaskRewardIndex.wxml create mode 100644 yun-min-program-plugin-master/packageI/dealer_task_reward/dealerTaskRewardIndex/dealerTaskRewardIndex.wxss create mode 100644 yun-min-program-plugin-master/packageI/dealer_task_reward/dealerTaskRewardRecord/dealerTaskRewardRecord.js create mode 100644 yun-min-program-plugin-master/packageI/dealer_task_reward/dealerTaskRewardRecord/dealerTaskRewardRecord.json create mode 100644 yun-min-program-plugin-master/packageI/dealer_task_reward/dealerTaskRewardRecord/dealerTaskRewardRecord.wxml create mode 100644 yun-min-program-plugin-master/packageI/dealer_task_reward/dealerTaskRewardRecord/dealerTaskRewardRecord.wxss create mode 100644 yun-min-program-plugin-master/packageI/diyRormProve/diyRormProveDetail/diyRormProveDetail.js create mode 100644 yun-min-program-plugin-master/packageI/diyRormProve/diyRormProveDetail/diyRormProveDetail.json create mode 100644 yun-min-program-plugin-master/packageI/diyRormProve/diyRormProveDetail/diyRormProveDetail.wxml create mode 100644 yun-min-program-plugin-master/packageI/diyRormProve/diyRormProveDetail/diyRormProveDetail.wxss create mode 100644 yun-min-program-plugin-master/packageI/diyRormProve/diyRormProveIndex/diyRormProveIndex.js create mode 100644 yun-min-program-plugin-master/packageI/diyRormProve/diyRormProveIndex/diyRormProveIndex.json create mode 100644 yun-min-program-plugin-master/packageI/diyRormProve/diyRormProveIndex/diyRormProveIndex.wxml create mode 100644 yun-min-program-plugin-master/packageI/diyRormProve/diyRormProveIndex/diyRormProveIndex.wxss create mode 100644 yun-min-program-plugin-master/packageI/diyRormProve/diyRormProveLog/diyRormProveLog.js create mode 100644 yun-min-program-plugin-master/packageI/diyRormProve/diyRormProveLog/diyRormProveLog.json create mode 100644 yun-min-program-plugin-master/packageI/diyRormProve/diyRormProveLog/diyRormProveLog.wxml create mode 100644 yun-min-program-plugin-master/packageI/diyRormProve/diyRormProveLog/diyRormProveLog.wxss create mode 100644 yun-min-program-plugin-master/packageI/diyRormProve/diyRormProveSubmit/diyRormProveSubmit.js create mode 100644 yun-min-program-plugin-master/packageI/diyRormProve/diyRormProveSubmit/diyRormProveSubmit.json create mode 100644 yun-min-program-plugin-master/packageI/diyRormProve/diyRormProveSubmit/diyRormProveSubmit.wxml create mode 100644 yun-min-program-plugin-master/packageI/diyRormProve/diyRormProveSubmit/diyRormProveSubmit.wxss create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectDetails/donationProjectDetails.js create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectDetails/donationProjectDetails.json create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectDetails/donationProjectDetails.wxml create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectDetails/donationProjectDetails.wxss create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectIndex/donationProjectIndex.js create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectIndex/donationProjectIndex.json create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectIndex/donationProjectIndex.wxml create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectIndex/donationProjectIndex.wxss create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectInfo/donationProjectInfo.js create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectInfo/donationProjectInfo.json create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectInfo/donationProjectInfo.wxml create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectInfo/donationProjectInfo.wxss create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectList/donationProjectList.js create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectList/donationProjectList.json create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectList/donationProjectList.wxml create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectList/donationProjectList.wxss create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectPicture/donationProjectPicture.js create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectPicture/donationProjectPicture.json create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectPicture/donationProjectPicture.wxml create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectPicture/donationProjectPicture.wxss create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectSearch/donationProjectSearch.js create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectSearch/donationProjectSearch.json create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectSearch/donationProjectSearch.wxml create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectSearch/donationProjectSearch.wxss create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectVideo/donationProjectVideo.js create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectVideo/donationProjectVideo.json create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectVideo/donationProjectVideo.wxml create mode 100644 yun-min-program-plugin-master/packageI/donation_project/donationProjectVideo/donationProjectVideo.wxss create mode 100644 yun-min-program-plugin-master/packageI/gratitude_reward/gratitudeRewardIndex/gratitudeRewardIndex.js create mode 100644 yun-min-program-plugin-master/packageI/gratitude_reward/gratitudeRewardIndex/gratitudeRewardIndex.json create mode 100644 yun-min-program-plugin-master/packageI/gratitude_reward/gratitudeRewardIndex/gratitudeRewardIndex.wxml create mode 100644 yun-min-program-plugin-master/packageI/gratitude_reward/gratitudeRewardIndex/gratitudeRewardIndex.wxss create mode 100644 yun-min-program-plugin-master/packageI/groupWork/components/homeListItem/homeListItem.js create mode 100644 yun-min-program-plugin-master/packageI/groupWork/components/homeListItem/homeListItem.json create mode 100644 yun-min-program-plugin-master/packageI/groupWork/components/homeListItem/homeListItem.wxml create mode 100644 yun-min-program-plugin-master/packageI/groupWork/components/homeListItem/homeListItem.wxss create mode 100644 yun-min-program-plugin-master/packageI/groupWork/components/my-group-cell/my-group-cell.js create mode 100644 yun-min-program-plugin-master/packageI/groupWork/components/my-group-cell/my-group-cell.json create mode 100644 yun-min-program-plugin-master/packageI/groupWork/components/my-group-cell/my-group-cell.wxml create mode 100644 yun-min-program-plugin-master/packageI/groupWork/components/my-group-cell/my-group-cell.wxss create mode 100644 yun-min-program-plugin-master/packageI/groupWork/components/yz_specsV2/yz_specs.js create mode 100644 yun-min-program-plugin-master/packageI/groupWork/components/yz_specsV2/yz_specs.json create mode 100644 yun-min-program-plugin-master/packageI/groupWork/components/yz_specsV2/yz_specs.wxml create mode 100644 yun-min-program-plugin-master/packageI/groupWork/components/yz_specsV2/yz_specs.wxss create mode 100644 yun-min-program-plugin-master/packageI/groupWork/groupWorkDetail/groupWorkDetail.js create mode 100644 yun-min-program-plugin-master/packageI/groupWork/groupWorkDetail/groupWorkDetail.json create mode 100644 yun-min-program-plugin-master/packageI/groupWork/groupWorkDetail/groupWorkDetail.wxml create mode 100644 yun-min-program-plugin-master/packageI/groupWork/groupWorkDetail/groupWorkDetail.wxss create mode 100644 yun-min-program-plugin-master/packageI/groupWork/groupWorkIndex/groupWorkIndex.js create mode 100644 yun-min-program-plugin-master/packageI/groupWork/groupWorkIndex/groupWorkIndex.json create mode 100644 yun-min-program-plugin-master/packageI/groupWork/groupWorkIndex/groupWorkIndex.wxml create mode 100644 yun-min-program-plugin-master/packageI/groupWork/groupWorkIndex/groupWorkIndex.wxss create mode 100644 yun-min-program-plugin-master/packageI/groupWork/groupWorkMy/groupWorkMy.js create mode 100644 yun-min-program-plugin-master/packageI/groupWork/groupWorkMy/groupWorkMy.json create mode 100644 yun-min-program-plugin-master/packageI/groupWork/groupWorkMy/groupWorkMy.wxml create mode 100644 yun-min-program-plugin-master/packageI/groupWork/groupWorkMy/groupWorkMy.wxss create mode 100644 yun-min-program-plugin-master/packageI/handwrittenEsign/handwrittenEsignIndex/handwrittenEsignIndex.js create mode 100644 yun-min-program-plugin-master/packageI/handwrittenEsign/handwrittenEsignIndex/handwrittenEsignIndex.json create mode 100644 yun-min-program-plugin-master/packageI/handwrittenEsign/handwrittenEsignIndex/handwrittenEsignIndex.wxml create mode 100644 yun-min-program-plugin-master/packageI/handwrittenEsign/handwrittenEsignIndex/handwrittenEsignIndex.wxss create mode 100644 yun-min-program-plugin-master/packageI/handwrittenEsign/handwrittenEsignLog/handwrittenEsignLog.js create mode 100644 yun-min-program-plugin-master/packageI/handwrittenEsign/handwrittenEsignLog/handwrittenEsignLog.json create mode 100644 yun-min-program-plugin-master/packageI/handwrittenEsign/handwrittenEsignLog/handwrittenEsignLog.wxml create mode 100644 yun-min-program-plugin-master/packageI/handwrittenEsign/handwrittenEsignLog/handwrittenEsignLog.wxss create mode 100644 yun-min-program-plugin-master/packageI/independenceBalance/independenceBalance.js create mode 100644 yun-min-program-plugin-master/packageI/independenceBalance/independenceBalance.json create mode 100644 yun-min-program-plugin-master/packageI/independenceBalance/independenceBalance.wxml create mode 100644 yun-min-program-plugin-master/packageI/independenceBalance/independenceBalance.wxss create mode 100644 yun-min-program-plugin-master/packageI/independenceBalance/mycomponent/order_pay/pay_order.js create mode 100644 yun-min-program-plugin-master/packageI/independenceBalance/mycomponent/order_pay/pay_order.json create mode 100644 yun-min-program-plugin-master/packageI/independenceBalance/mycomponent/order_pay/pay_order.wxml create mode 100644 yun-min-program-plugin-master/packageI/independenceBalance/mycomponent/order_pay/pay_order.wxss create mode 100644 yun-min-program-plugin-master/packageI/independenceBalance/storeBalance/balance_recharge.js create mode 100644 yun-min-program-plugin-master/packageI/independenceBalance/storeBalance/balance_recharge.json create mode 100644 yun-min-program-plugin-master/packageI/independenceBalance/storeBalance/balance_recharge.wxml create mode 100644 yun-min-program-plugin-master/packageI/independenceBalance/storeBalance/balance_recharge.wxss create mode 100644 yun-min-program-plugin-master/packageI/independenceBalance/storeBalanceDetail/storeBalanceDetail.js create mode 100644 yun-min-program-plugin-master/packageI/independenceBalance/storeBalanceDetail/storeBalanceDetail.json create mode 100644 yun-min-program-plugin-master/packageI/independenceBalance/storeBalanceDetail/storeBalanceDetail.wxml create mode 100644 yun-min-program-plugin-master/packageI/independenceBalance/storeBalanceDetail/storeBalanceDetail.wxss create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/cell-item/cell-item.js create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/cell-item/cell-item.json create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/cell-item/cell-item.wxml create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/cell-item/cell-item.wxss create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/childInvoiceBearer/childInvoiceBearer.js create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/childInvoiceBearer/childInvoiceBearer.json create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/childInvoiceBearer/childInvoiceBearer.wxml create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/childInvoiceBearer/childInvoiceBearer.wxss create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/childInvoiced/childInvoiced.js create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/childInvoiced/childInvoiced.json create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/childInvoiced/childInvoiced.wxml create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/childInvoiced/childInvoiced.wxss create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/childOrderList/childOrderList.js create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/childOrderList/childOrderList.json create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/childOrderList/childOrderList.wxml create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/childOrderList/childOrderList.wxss create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/invoice-pop/invoice-pop.js create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/invoice-pop/invoice-pop.json create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/invoice-pop/invoice-pop.wxml create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/invoice-pop/invoice-pop.wxss create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/progress-step/progress-step.js create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/progress-step/progress-step.json create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/progress-step/progress-step.wxml create mode 100644 yun-min-program-plugin-master/packageI/invoice/components/progress-step/progress-step.wxss create mode 100644 yun-min-program-plugin-master/packageI/invoice/invoice-details/invoice-details.js create mode 100644 yun-min-program-plugin-master/packageI/invoice/invoice-details/invoice-details.json create mode 100644 yun-min-program-plugin-master/packageI/invoice/invoice-details/invoice-details.wxml create mode 100644 yun-min-program-plugin-master/packageI/invoice/invoice-details/invoice-details.wxss create mode 100644 yun-min-program-plugin-master/packageI/invoice/invoiceCenter/invoiceCenter.js create mode 100644 yun-min-program-plugin-master/packageI/invoice/invoiceCenter/invoiceCenter.json create mode 100644 yun-min-program-plugin-master/packageI/invoice/invoiceCenter/invoiceCenter.wxml create mode 100644 yun-min-program-plugin-master/packageI/invoice/invoiceCenter/invoiceCenter.wxss create mode 100644 yun-min-program-plugin-master/packageI/invoice/invoiceOperation/invoiceOperation.js create mode 100644 yun-min-program-plugin-master/packageI/invoice/invoiceOperation/invoiceOperation.json create mode 100644 yun-min-program-plugin-master/packageI/invoice/invoiceOperation/invoiceOperation.wxml create mode 100644 yun-min-program-plugin-master/packageI/invoice/invoiceOperation/invoiceOperation.wxss create mode 100644 yun-min-program-plugin-master/packageI/member_cancel/member_cancel.js create mode 100644 yun-min-program-plugin-master/packageI/member_cancel/member_cancel.json create mode 100644 yun-min-program-plugin-master/packageI/member_cancel/member_cancel.wxml create mode 100644 yun-min-program-plugin-master/packageI/member_cancel/member_cancel.wxss create mode 100644 yun-min-program-plugin-master/packageI/newGroup/contribution/contribution.js create mode 100644 yun-min-program-plugin-master/packageI/newGroup/contribution/contribution.json create mode 100644 yun-min-program-plugin-master/packageI/newGroup/contribution/contribution.wxml create mode 100644 yun-min-program-plugin-master/packageI/newGroup/contribution/contribution.wxss create mode 100644 yun-min-program-plugin-master/packageI/newGroup/contributionDetail/contributionDetail.js create mode 100644 yun-min-program-plugin-master/packageI/newGroup/contributionDetail/contributionDetail.json create mode 100644 yun-min-program-plugin-master/packageI/newGroup/contributionDetail/contributionDetail.wxml create mode 100644 yun-min-program-plugin-master/packageI/newGroup/contributionDetail/contributionDetail.wxss create mode 100644 yun-min-program-plugin-master/packageI/newGroup/groupContributionDetailslog/groupContributionDetailslog.js create mode 100644 yun-min-program-plugin-master/packageI/newGroup/groupContributionDetailslog/groupContributionDetailslog.json create mode 100644 yun-min-program-plugin-master/packageI/newGroup/groupContributionDetailslog/groupContributionDetailslog.wxml create mode 100644 yun-min-program-plugin-master/packageI/newGroup/groupContributionDetailslog/groupContributionDetailslog.wxss create mode 100644 yun-min-program-plugin-master/packageI/newGroup/groupcblog/groupcblog.js create mode 100644 yun-min-program-plugin-master/packageI/newGroup/groupcblog/groupcblog.json create mode 100644 yun-min-program-plugin-master/packageI/newGroup/groupcblog/groupcblog.wxml create mode 100644 yun-min-program-plugin-master/packageI/newGroup/groupcblog/groupcblog.wxss create mode 100644 yun-min-program-plugin-master/packageI/newGroup/pastLog/pastLog.js create mode 100644 yun-min-program-plugin-master/packageI/newGroup/pastLog/pastLog.json create mode 100644 yun-min-program-plugin-master/packageI/newGroup/pastLog/pastLog.wxml create mode 100644 yun-min-program-plugin-master/packageI/newGroup/pastLog/pastLog.wxss create mode 100644 yun-min-program-plugin-master/packageI/newGroup/redeem/redeem.js create mode 100644 yun-min-program-plugin-master/packageI/newGroup/redeem/redeem.json create mode 100644 yun-min-program-plugin-master/packageI/newGroup/redeem/redeem.wxml create mode 100644 yun-min-program-plugin-master/packageI/newGroup/redeem/redeem.wxss create mode 100644 yun-min-program-plugin-master/packageI/newGroup/redeemLog/redeemLog.js create mode 100644 yun-min-program-plugin-master/packageI/newGroup/redeemLog/redeemLog.json create mode 100644 yun-min-program-plugin-master/packageI/newGroup/redeemLog/redeemLog.wxml create mode 100644 yun-min-program-plugin-master/packageI/newGroup/redeemLog/redeemLog.wxss create mode 100644 yun-min-program-plugin-master/packageI/newGroup/zhpFinance/zhpFinance.js create mode 100644 yun-min-program-plugin-master/packageI/newGroup/zhpFinance/zhpFinance.json create mode 100644 yun-min-program-plugin-master/packageI/newGroup/zhpFinance/zhpFinance.wxml create mode 100644 yun-min-program-plugin-master/packageI/newGroup/zhpFinance/zhpFinance.wxss create mode 100644 yun-min-program-plugin-master/packageI/newGroup/zhpgroupDetail/zhpgroupDetail.js create mode 100644 yun-min-program-plugin-master/packageI/newGroup/zhpgroupDetail/zhpgroupDetail.json create mode 100644 yun-min-program-plugin-master/packageI/newGroup/zhpgroupDetail/zhpgroupDetail.wxml create mode 100644 yun-min-program-plugin-master/packageI/newGroup/zhpgroupDetail/zhpgroupDetail.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/adArticleItem/adArticleItem.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/adArticleItem/adArticleItem.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/adArticleItem/adArticleItem.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/adArticleItem/adArticleItem.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/adLiveRecord/adLiveRecord.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/adLiveRecord/adLiveRecord.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/adLiveRecord/adLiveRecord.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/adLiveRecord/adLiveRecord.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/attentionRewaed/attentionRewaed.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/attentionRewaed/attentionRewaed.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/attentionRewaed/attentionRewaed.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/attentionRewaed/attentionRewaed.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/audioPlay/audioPlay.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/audioPlay/audioPlay.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/audioPlay/audioPlay.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/audioPlay/audioPlay.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/comment/comment.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/comment/comment.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/comment/comment.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/comment/comment.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/contentStatisticsBar/contentStatisticsBar.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/contentStatisticsBar/contentStatisticsBar.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/contentStatisticsBar/contentStatisticsBar.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/contentStatisticsBar/contentStatisticsBar.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/fansList/fansItem.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/fansList/fansItem.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/fansList/fansItem.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/fansList/fansItem.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/fansList/fansList.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/fansList/fansList.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/fansList/fansList.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/fansList/fansList.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/livestreaming/livestreaming.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/livestreaming/livestreaming.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/livestreaming/livestreaming.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/livestreaming/livestreaming.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/myReleaseItem/myReleaseItem.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/myReleaseItem/myReleaseItem.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/myReleaseItem/myReleaseItem.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/myReleaseItem/myReleaseItem.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/rewardPopup/rewardPopup.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/rewardPopup/rewardPopup.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/rewardPopup/rewardPopup.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/rewardPopup/rewardPopup.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/shortcutMenu/shortcutMenu.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/shortcutMenu/shortcutMenu.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/shortcutMenu/shortcutMenu.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/shortcutMenu/shortcutMenu.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/titleBox/titleBox.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/titleBox/titleBox.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/titleBox/titleBox.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/components/titleBox/titleBox.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaAdDetails/newMediaAdDetails.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaAdDetails/newMediaAdDetails.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaAdDetails/newMediaAdDetails.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaAdDetails/newMediaAdDetails.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaAdVideo/newMediaAdVideo.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaAdVideo/newMediaAdVideo.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaAdVideo/newMediaAdVideo.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaAdVideo/newMediaAdVideo.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaExchange/newMediaExchange.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaExchange/newMediaExchange.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaExchange/newMediaExchange.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaExchange/newMediaExchange.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaFans/newMediaFans.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaFans/newMediaFans.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaFans/newMediaFans.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaFans/newMediaFans.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaGuide/newMediaGuide.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaGuide/newMediaGuide.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaGuide/newMediaGuide.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaGuide/newMediaGuide.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaMy/newMediaMy.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaMy/newMediaMy.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaMy/newMediaMy.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaMy/newMediaMy.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaPoints/newMediaPoints.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaPoints/newMediaPoints.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaPoints/newMediaPoints.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaPoints/newMediaPoints.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaPublish/newMediaPublish.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaPublish/newMediaPublish.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaPublish/newMediaPublish.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaPublish/newMediaPublish.wxss create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaRechange/newMediaRechange.js create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaRechange/newMediaRechange.json create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaRechange/newMediaRechange.wxml create mode 100644 yun-min-program-plugin-master/packageI/newMedia/newMediaRechange/newMediaRechange.wxss create mode 100644 yun-min-program-plugin-master/packageI/newRetailInventoryDetails/newRetailInventoryDetails.js create mode 100644 yun-min-program-plugin-master/packageI/newRetailInventoryDetails/newRetailInventoryDetails.json create mode 100644 yun-min-program-plugin-master/packageI/newRetailInventoryDetails/newRetailInventoryDetails.wxml create mode 100644 yun-min-program-plugin-master/packageI/newRetailInventoryDetails/newRetailInventoryDetails.wxss create mode 100644 yun-min-program-plugin-master/packageI/newRetailInventoryDetails/newRetailSalesExtension/newRetailSalesExtension.js create mode 100644 yun-min-program-plugin-master/packageI/newRetailInventoryDetails/newRetailSalesExtension/newRetailSalesExtension.json create mode 100644 yun-min-program-plugin-master/packageI/newRetailInventoryDetails/newRetailSalesExtension/newRetailSalesExtension.wxml create mode 100644 yun-min-program-plugin-master/packageI/newRetailInventoryDetails/newRetailSalesExtension/newRetailSalesExtension.wxss create mode 100644 yun-min-program-plugin-master/packageI/offline_investment/offlineInvestmentExtension/offlineInvestmentExtension.js create mode 100644 yun-min-program-plugin-master/packageI/offline_investment/offlineInvestmentExtension/offlineInvestmentExtension.json create mode 100644 yun-min-program-plugin-master/packageI/offline_investment/offlineInvestmentExtension/offlineInvestmentExtension.wxml create mode 100644 yun-min-program-plugin-master/packageI/offline_investment/offlineInvestmentExtension/offlineInvestmentExtension.wxss create mode 100644 yun-min-program-plugin-master/packageI/offline_investment/offlineInvestmentIndex/offlineInvestmentIndex.js create mode 100644 yun-min-program-plugin-master/packageI/offline_investment/offlineInvestmentIndex/offlineInvestmentIndex.json create mode 100644 yun-min-program-plugin-master/packageI/offline_investment/offlineInvestmentIndex/offlineInvestmentIndex.wxml create mode 100644 yun-min-program-plugin-master/packageI/offline_investment/offlineInvestmentIndex/offlineInvestmentIndex.wxss create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/components/car-number-input/car-number-input.js create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/components/car-number-input/car-number-input.json create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/components/car-number-input/car-number-input.wxml create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/components/car-number-input/car-number-input.wxss create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/components/car-number-keyboard/car-number-keyboard.js create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/components/car-number-keyboard/car-number-keyboard.json create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/components/car-number-keyboard/car-number-keyboard.wxml create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/components/car-number-keyboard/car-number-keyboard.wxss create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/components/coupon/coupon.js create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/components/coupon/coupon.json create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/components/coupon/coupon.wxml create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/components/coupon/coupon.wxss create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/exchangeCarCoupon/exchangeCarCoupon.js create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/exchangeCarCoupon/exchangeCarCoupon.json create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/exchangeCarCoupon/exchangeCarCoupon.wxml create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/exchangeCarCoupon/exchangeCarCoupon.wxss create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/index/index.js create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/index/index.json create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/index/index.wxml create mode 100644 yun-min-program-plugin-master/packageI/parkCouponFree/index/index.wxss create mode 100644 yun-min-program-plugin-master/packageI/pay_back/pay_back.js create mode 100644 yun-min-program-plugin-master/packageI/pay_back/pay_back.json create mode 100644 yun-min-program-plugin-master/packageI/pay_back/pay_back.wxml create mode 100644 yun-min-program-plugin-master/packageI/pay_back/pay_back.wxss create mode 100644 yun-min-program-plugin-master/packageI/personRed/personListDetail/personListDetail.js create mode 100644 yun-min-program-plugin-master/packageI/personRed/personListDetail/personListDetail.json create mode 100644 yun-min-program-plugin-master/packageI/personRed/personListDetail/personListDetail.wxml create mode 100644 yun-min-program-plugin-master/packageI/personRed/personListDetail/personListDetail.wxss create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRed/personRed.js create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRed/personRed.json create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRed/personRed.wxml create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRed/personRed.wxss create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRedIssue/personRedIssue.js create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRedIssue/personRedIssue.json create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRedIssue/personRedIssue.wxml create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRedIssue/personRedIssue.wxss create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRedList/personRedList.js create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRedList/personRedList.json create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRedList/personRedList.wxml create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRedList/personRedList.wxss create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRedPay/personRedPay.js create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRedPay/personRedPay.json create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRedPay/personRedPay.wxml create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRedPay/personRedPay.wxss create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRedRecord/personRedRecord.js create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRedRecord/personRedRecord.json create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRedRecord/personRedRecord.wxml create mode 100644 yun-min-program-plugin-master/packageI/personRed/personRedRecord/personRedRecord.wxss create mode 100644 yun-min-program-plugin-master/packageI/prizePool/prizePool.js create mode 100644 yun-min-program-plugin-master/packageI/prizePool/prizePool.json create mode 100644 yun-min-program-plugin-master/packageI/prizePool/prizePool.wxml create mode 100644 yun-min-program-plugin-master/packageI/prizePool/prizePool.wxss create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/components/expenditureList/expenditureList.js create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/components/expenditureList/expenditureList.json create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/components/expenditureList/expenditureList.wxml create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/components/expenditureList/expenditureList.wxss create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/components/orderList/orderList.js create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/components/orderList/orderList.json create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/components/orderList/orderList.wxml create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/components/orderList/orderList.wxss create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/components/personnelList/personnelList.js create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/components/personnelList/personnelList.json create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/components/personnelList/personnelList.wxml create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/components/personnelList/personnelList.wxss create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/donations/donations.js create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/donations/donations.json create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/donations/donations.wxml create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/donations/donations.wxss create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/publicWelfare/publicWelfare.js create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/publicWelfare/publicWelfare.json create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/publicWelfare/publicWelfare.wxml create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/publicWelfare/publicWelfare.wxss create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/record/record.js create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/record/record.json create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/record/record.wxml create mode 100644 yun-min-program-plugin-master/packageI/public_welfare_fund/record/record.wxss create mode 100644 yun-min-program-plugin-master/packageI/searchPage/searchPage.js create mode 100644 yun-min-program-plugin-master/packageI/searchPage/searchPage.json create mode 100644 yun-min-program-plugin-master/packageI/searchPage/searchPage.wxml create mode 100644 yun-min-program-plugin-master/packageI/searchPage/searchPage.wxss create mode 100644 yun-min-program-plugin-master/packageI/seePoint/seePoint.js create mode 100644 yun-min-program-plugin-master/packageI/seePoint/seePoint.json create mode 100644 yun-min-program-plugin-master/packageI/seePoint/seePoint.wxml create mode 100644 yun-min-program-plugin-master/packageI/seePoint/seePoint.wxss create mode 100644 yun-min-program-plugin-master/packageI/supplierDist/components/Entrance/Entrance.js create mode 100644 yun-min-program-plugin-master/packageI/supplierDist/components/Entrance/Entrance.json create mode 100644 yun-min-program-plugin-master/packageI/supplierDist/components/Entrance/Entrance.wxml create mode 100644 yun-min-program-plugin-master/packageI/supplierDist/components/Entrance/Entrance.wxss create mode 100644 yun-min-program-plugin-master/packageI/supplierDist/components/list/list.js create mode 100644 yun-min-program-plugin-master/packageI/supplierDist/components/list/list.json create mode 100644 yun-min-program-plugin-master/packageI/supplierDist/components/list/list.wxml create mode 100644 yun-min-program-plugin-master/packageI/supplierDist/components/list/list.wxss create mode 100644 yun-min-program-plugin-master/packageI/supplierDist/distributionEntrance/distributionEntrance.js create mode 100644 yun-min-program-plugin-master/packageI/supplierDist/distributionEntrance/distributionEntrance.json create mode 100644 yun-min-program-plugin-master/packageI/supplierDist/distributionEntrance/distributionEntrance.wxml create mode 100644 yun-min-program-plugin-master/packageI/supplierDist/distributionEntrance/distributionEntrance.wxss create mode 100644 yun-min-program-plugin-master/packageI/supplierDist/supplierDriver/supplierDriver.js create mode 100644 yun-min-program-plugin-master/packageI/supplierDist/supplierDriver/supplierDriver.json create mode 100644 yun-min-program-plugin-master/packageI/supplierDist/supplierDriver/supplierDriver.wxml create mode 100644 yun-min-program-plugin-master/packageI/supplierDist/supplierDriver/supplierDriver.wxss create mode 100644 yun-min-program-plugin-master/packageI/tagCloud/components/foot.js create mode 100644 yun-min-program-plugin-master/packageI/tagCloud/components/foot.json create mode 100644 yun-min-program-plugin-master/packageI/tagCloud/components/foot.wxml create mode 100644 yun-min-program-plugin-master/packageI/tagCloud/components/foot.wxss create mode 100644 yun-min-program-plugin-master/packageI/tagCloud/index/index.js create mode 100644 yun-min-program-plugin-master/packageI/tagCloud/index/index.json create mode 100644 yun-min-program-plugin-master/packageI/tagCloud/index/index.wxml create mode 100644 yun-min-program-plugin-master/packageI/tagCloud/index/index.wxss create mode 100644 yun-min-program-plugin-master/packageI/tagCloud/search/index.js create mode 100644 yun-min-program-plugin-master/packageI/tagCloud/search/index.json create mode 100644 yun-min-program-plugin-master/packageI/tagCloud/search/index.wxml create mode 100644 yun-min-program-plugin-master/packageI/tagCloud/search/index.wxss create mode 100644 yun-min-program-plugin-master/packageI/teamOddDividend/teamOddDividend.js create mode 100644 yun-min-program-plugin-master/packageI/teamOddDividend/teamOddDividend.json create mode 100644 yun-min-program-plugin-master/packageI/teamOddDividend/teamOddDividend.wxml create mode 100644 yun-min-program-plugin-master/packageI/teamOddDividend/teamOddDividend.wxss create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmBuyGift/warehouseFarmBuyGift.js create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmBuyGift/warehouseFarmBuyGift.json create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmBuyGift/warehouseFarmBuyGift.wxml create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmBuyGift/warehouseFarmBuyGift.wxss create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmCreate/warehouseFarmCreate.js create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmCreate/warehouseFarmCreate.json create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmCreate/warehouseFarmCreate.wxml create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmCreate/warehouseFarmCreate.wxss create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmExtract/warehouseFarmExtract.js create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmExtract/warehouseFarmExtract.json create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmExtract/warehouseFarmExtract.wxml create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmExtract/warehouseFarmExtract.wxss create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmGift/warehouseFarmGift.js create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmGift/warehouseFarmGift.json create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmGift/warehouseFarmGift.wxml create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmGift/warehouseFarmGift.wxss create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmGiftDetail/warehouseFarmGiftDetail.js create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmGiftDetail/warehouseFarmGiftDetail.json create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmGiftDetail/warehouseFarmGiftDetail.wxml create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmGiftDetail/warehouseFarmGiftDetail.wxss create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmGiftLog/warehouseFarmGiftLog.js create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmGiftLog/warehouseFarmGiftLog.json create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmGiftLog/warehouseFarmGiftLog.wxml create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmGiftLog/warehouseFarmGiftLog.wxss create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmGood/warehouseFarmGood.js create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmGood/warehouseFarmGood.json create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmGood/warehouseFarmGood.wxml create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmGood/warehouseFarmGood.wxss create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmIndex/warehouseFarmIndex.js create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmIndex/warehouseFarmIndex.json create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmIndex/warehouseFarmIndex.wxml create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmIndex/warehouseFarmIndex.wxss create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmInventory/warehouseFarmInventory.js create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmInventory/warehouseFarmInventory.json create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmInventory/warehouseFarmInventory.wxml create mode 100644 yun-min-program-plugin-master/packageI/warehouseFarm/warehouseFarmInventory/warehouseFarmInventory.wxss create mode 100644 yun-min-program-plugin-master/packageI/web-view/h5View.js create mode 100644 yun-min-program-plugin-master/packageI/web-view/h5View.json create mode 100644 yun-min-program-plugin-master/packageI/web-view/h5View.wxml create mode 100644 yun-min-program-plugin-master/packageI/web-view/h5View.wxss create mode 100644 yun-min-program-plugin-master/packageI/ys_crmBind/crmBind.js create mode 100644 yun-min-program-plugin-master/packageI/ys_crmBind/crmBind.json create mode 100644 yun-min-program-plugin-master/packageI/ys_crmBind/crmBind.wxml create mode 100644 yun-min-program-plugin-master/packageI/ys_crmBind/crmBind.wxss create mode 100644 yun-min-program-plugin-master/pages/buy/cart_v2/cart_v2.json create mode 100644 yun-min-program-plugin-master/pages/index/index.js create mode 100644 yun-min-program-plugin-master/pages/index/index.json create mode 100644 yun-min-program-plugin-master/pages/index/index.wxml create mode 100644 yun-min-program-plugin-master/pages/index/index.wxss create mode 100644 yun-min-program-plugin-master/pages/login/login.js create mode 100644 yun-min-program-plugin-master/pages/login/login.json create mode 100644 yun-min-program-plugin-master/pages/login/login.wxml create mode 100644 yun-min-program-plugin-master/pages/login/login.wxss create mode 100644 yun-min-program-plugin-master/pages/logs/logs.js create mode 100644 yun-min-program-plugin-master/pages/logs/logs.json create mode 100644 yun-min-program-plugin-master/pages/logs/logs.wxml create mode 100644 yun-min-program-plugin-master/pages/logs/logs.wxss create mode 100644 yun-min-program-plugin-master/poster/poster.js create mode 100644 yun-min-program-plugin-master/poster/poster.wxml create mode 100644 yun-min-program-plugin-master/poster/poster.wxss create mode 100644 yun-min-program-plugin-master/project.config.json create mode 100644 yun-min-program-plugin-master/sitemap.json create mode 100644 yun-min-program-plugin-master/utils/CryptoJS.js create mode 100644 yun-min-program-plugin-master/utils/DPagination.js create mode 100644 yun-min-program-plugin-master/utils/city.js create mode 100644 yun-min-program-plugin-master/utils/dateBe.js create mode 100644 yun-min-program-plugin-master/utils/dateTimePicker.js create mode 100644 yun-min-program-plugin-master/utils/dateutils.js create mode 100644 yun-min-program-plugin-master/utils/filters.wxs create mode 100644 yun-min-program-plugin-master/utils/language.js create mode 100644 yun-min-program-plugin-master/utils/polyvlive.js create mode 100644 yun-min-program-plugin-master/utils/timeTranslate.wxs create mode 100644 yun-min-program-plugin-master/utils/util.js create mode 100644 yun-min-program-plugin-master/utils/watch.js create mode 100644 yun-min-program-plugin-master/utils/weapp.qrcode.esm.js create mode 100644 yun-min-program-plugin-master/weui.wxss create mode 100644 yun-min-program-plugin-master/wxParse/html2json.js create mode 100644 yun-min-program-plugin-master/wxParse/htmlparser.js create mode 100644 yun-min-program-plugin-master/wxParse/showdown.js create mode 100644 yun-min-program-plugin-master/wxParse/wxDiscode.js create mode 100644 yun-min-program-plugin-master/wxParse/wxParse.js create mode 100644 yun-min-program-plugin-master/wxParse/wxParse.wxml create mode 100644 yun-min-program-plugin-master/wxParse/wxParse.wxss diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..10b731c --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..3f5c741 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/yuminfang.iml b/.idea/yuminfang.iml new file mode 100644 index 0000000..0c8867d --- /dev/null +++ b/.idea/yuminfang.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/project.config.json b/project.config.json new file mode 100644 index 0000000..cdb5527 --- /dev/null +++ b/project.config.json @@ -0,0 +1,29 @@ +{ + "appid": "wxefd143097cc65a68", + "compileType": "miniprogram", + "libVersion": "3.0.1", + "packOptions": { + "ignore": [], + "include": [] + }, + "setting": { + "coverView": true, + "es6": true, + "postcss": true, + "minified": true, + "enhance": true, + "showShadowRootInWxmlPanel": true, + "packNpmRelationList": [], + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + }, + "condition": false + }, + "condition": {}, + "editorSetting": { + "tabIndent": "insertSpaces", + "tabSize": 2 + } +} \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json new file mode 100644 index 0000000..17691ae --- /dev/null +++ b/project.private.config.json @@ -0,0 +1,7 @@ +{ + "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", + "projectname": "we_saas", + "setting": { + "compileHotReLoad": true + } +} \ No newline at end of file diff --git a/yun-min-program-plugin-master/.eslintignore b/yun-min-program-plugin-master/.eslintignore new file mode 100644 index 0000000..c2cc4f2 --- /dev/null +++ b/yun-min-program-plugin-master/.eslintignore @@ -0,0 +1,15 @@ +/.idea/ +/.idea +.idea +/.vscode/ +/.vscode +.vscode +npm-debug.log +wx-canvas/echarts.js +dist +ec-canvas +utils +wxParse +poster +mymap +/packageD/tim-wx-sdk/ \ No newline at end of file diff --git a/yun-min-program-plugin-master/.eslintrc.js b/yun-min-program-plugin-master/.eslintrc.js new file mode 100644 index 0000000..e552a16 --- /dev/null +++ b/yun-min-program-plugin-master/.eslintrc.js @@ -0,0 +1,55 @@ +module.exports = { + env: { + browser: true, + es6: true, + node: true, + es2021: true, + }, + extends: ["eslint:recommended"], + parserOptions: { + ecmaVersion: 12, + sourceType: "module", + }, + rules: { + indent: ["error", 2], + "comma-dangle": "off", + "function-paren-newline": "off", + "global-require": "off", + "import/no-dynamic-require": "off", + "no-inner-declarations": "off", + // New rules + "class-methods-use-this": "off", + "import/extensions": "off", + "import/prefer-default-export": "off", + // render不规范 + "react/display-name": "off", + "react/prop-types": "off", + "require-atomic-updates": "off", + // 数组统一空格 [1, 2, 3, ...] + "array-bracket-spacing": 2, + // prettier 中默认函数名不加空格,类似 function add() {},而eslint中默认为function add () {} + "space-before-function-paren": 0, + //禁止在使用new构造一个实例后不赋值 + "no-new": 0, + "no-unused-vars": [ + 2, + { + // 允许声明未使用变量 + vars: "all", + // 参数不检查 + args: "none", + }, + ], + // 语句强制分号结尾 + semi: [2, "always"], + //空行最多不能超过10行 + "no-multiple-empty-lines": [0, { max: 10 }], + "no-useless-escape": 0, //正则中多余的斜杠 + "no-prototype-builtins": 0, + "no-sparse-arrays": 0, + //关闭禁止混用tab和空格 + // "no-mixed-spaces-and-tabs": [0], + // "no-self-assign": 0, // 自我分配 + "no-undef": 0, //不能有未定义的变量 + } +}; diff --git a/yun-min-program-plugin-master/.gitignore b/yun-min-program-plugin-master/.gitignore new file mode 100644 index 0000000..ed1c575 --- /dev/null +++ b/yun-min-program-plugin-master/.gitignore @@ -0,0 +1,15 @@ +/.idea/ +/.idea +.idea +/.vscode/ +/.vscode +.vscode +npm-debug.log +package-lock.json +eslintReport.html +stylelintReport.html +node_modules/ +npm-debug.log +eslintReport.html +stylelintReport.txt +project.private.config.json \ No newline at end of file diff --git a/yun-min-program-plugin-master/.stylelintrc.js b/yun-min-program-plugin-master/.stylelintrc.js new file mode 100644 index 0000000..eee6f3d --- /dev/null +++ b/yun-min-program-plugin-master/.stylelintrc.js @@ -0,0 +1,24 @@ +module.exports = { + processors: [], + plugins: [], + extends: "stylelint-config-standard", + rules: { + indentation: 2, + "block-no-empty": true, + "font-family-no-missing-generic-family-keyword": null, + "no-empty-source": null, + "function-calc-no-invalid": null, + "no-descending-specificity": null, + "no-duplicate-selectors": null, + "declaration-block-single-line-max-declarations": null, + "declaration-block-no-shorthand-property-overrides": null, + "selector-type-no-unknown": [ + true, + { + ignoreTypes: ["page", "view", "text", "icon", "wxParse-s","/van-.+/","swiper","radio","scroll-view","checkbox","live-player","tabs"], + }, + ], + "unit-no-unknown": [true, { ignoreUnits: ["rpx"] }], + }, + ignoreFiles: ["dist/**.wxss","dist/**/**.wxss","weui.wxss", "**/iconfont.wxss", "wxParse/*.wxss","*.json","utils/*.wxss","ec-canvas/*.wxss","poster/*.wxss"], +}; diff --git a/yun-min-program-plugin-master/README.md b/yun-min-program-plugin-master/README.md new file mode 100644 index 0000000..3c2646f --- /dev/null +++ b/yun-min-program-plugin-master/README.md @@ -0,0 +1,70 @@ + + "pages/index/index", + + "pages/search/search", + + "pages/detail/detail", + + "pages/category/category", + + "pages/commission/commission", + + "pages/commission/distribution_commission_state/distribution_commission_state", + + "pages/commission/customer/customer", + + "pages/commission/order_commission/order_commission", + + "pages/commission/detail_commission/detail_commission", + + "pages/commission/team/team", + "pages/commission/balance/balance", + "pages/commission/balanceDetail/balanceDetail", + + "pages/buy/cart/cart", + + "pages/buy/myOrder/myOrder", + + "pages/buy/goodsList/goodsList", + + "pages/buy/addressSelect/addressSelect", + + "pages/buy/orderPay/orderPay", + + "pages/buy/success/success", + + "pages/member/index/index", + + "pages/member/myOrder/myOrder", + + "pages/member/userSet/userSet", + + "pages/member/userSetData/userSetData", + + "pages/member/addressList/addressList", + + "pages/member/addressAdd/addressAdd", + + "pages/member/collection/collection", + + "pages/member/footprint/footprint", + + "pages/member/allReturn/allReturn", + + "pages/member/balance/balance", + + "pages/member/balanceLog/balanceLog", + + "pages/member/balanceDetail/balanceDetail", + + "pages/member/coupon/coupon", + "pages/supplier/apply/apply", + "pages/supplier/center/center", + "pages/supplier/withdrawLog/withdrawLog", + "pages/channel/apply/apply", + + "pages/template/tableCell/tableCell", + "pages/template/imageBe/imageBe", + "pages/template/radioLw/radioLw", + + "pages/logs/logs" diff --git a/yun-min-program-plugin-master/app.js b/yun-min-program-plugin-master/app.js new file mode 100644 index 0000000..f64921c --- /dev/null +++ b/yun-min-program-plugin-master/app.js @@ -0,0 +1,1792 @@ +import newhost from "/host.js"; +import locales from "/utils/language.js"; +var QQMapWX = require('/mymap/qqmap-wx-jssdk.min.js'); +var qqmapsdk; +var yzFirstlogin = 1; +var yzValidate_page = 1; +let livePlayer = null; +try { + livePlayer = requirePlugin("live-player-plugin"); +} catch (error) { + +} + +var loginTap = false; +// var loginTap = false; +App({ + data: { + // wx_token: '' + host: newhost.host, + uniacid: newhost.uniacid, + basic_info: {}, + validate_page: {}, + front_accept_message_id: "wx446c12387876992d", //后屏幕小程序appdid + front_mini_programs_id: "wxf90477356b51ec91", + accept_message_id: "wxa0ecf1f5513abab3", //前屏幕小程序appdid + mini_programs_id: "wxf90477356b51ec91", + clearlogin: null, + + login_type: 1, //1无请求,2正在请求 状态锁 + login_fun_list: [] // 需要登录后再请求的接口队列 + }, + onLaunch(options) { + let that = this; + wx.getSystemInfo({ + success: (res) => { + this.globalData.statusBarHeight = res.statusBarHeight; + this.globalData.navBarHeight = 44 + res.statusBarHeight; + }, + }); + this._getLanguage(locales); + + //删除首次模板信息 + try { + // 每次关闭要清除存储 + wx.removeStorageSync("tempIndex"); + wx.removeStorageSync("iPhoneBottom"); + wx.removeStorageSync("deliverId"); + } catch (e) { + // Do something when catch error + } + + //记录首次进入小程序页面 + try { + if (options.query) { + console.log(options, 'options1'); + this.seyzredirect(options.path, options.query); + // 抽取成seyzredirect方法 + // let query = options.query; + // //参数多时通过&拼接url的参数 + // var urlWithArgs = options.path + "?"; + // for (var key in query) { + // var value = query[key]; + // urlWithArgs += key + "=" + value + "&"; + // } + // urlWithArgs = urlWithArgs.substring(0, urlWithArgs.length - 1); + // wx.setStorageSync("yz_redirect", `${urlWithArgs}`); + if (options.query.store_alone_id) { + // 如果有store_alone_id,进入门店独立模块 + this.globalData.STORE_ID = options.query.store_alone_id; + this.globalData.store_alone_temp = 1; + } + if (options.query.dyID) { + //deliverId 获取链接上的参数,自提点id + this.setDeliver(options); + } + } else { + // wx.setStorageSync("yz_redirect", options.path); + this.seyzredirect(options.path); + } + + } catch (e) { + console.log(e); + } + //隐藏底部菜单栏 + // wx.hideTabBar({}) + + // try { + // wx.removeStorageSync('withdraw_status') + // } catch (e) { + // // Do something when catch error + // } + if (options.query.mid) { + this._setMid(options.query.mid); + } + if (options.query && options.query.scene) { + let scene = decodeURIComponent(options.query.scene); + if (scene) { + let info_arr = []; + info_arr = scene.split(','); + for (let i = 0; i < info_arr.length; i++) { + let chil_arr = []; + chil_arr = info_arr[i].split('='); + if (chil_arr[0] == 'mid') { + this._setMid(chil_arr[1]); + } + } + } + } + this.gotochecklogin(options); + this.getSystemInfo(); + try { + //获取青蛙相关信息 + wxfaceapp.checkWxFacePayOsInfo({ + success(res) { + console.log("1111111::::::", res.screenInfo); + if (res.screenInfo == "back-screen") { + wxfaceapp.onRemoteMessage(function (resdata) { + if (resdata.content) { + let content = JSON.parse(resdata.content); + if (content.redirectType) { + if (content.redirectType == "succeededPayment") { + wx.redirectTo({ + url: "/packageC/frogpro/succeededPayment/succeededPayment?money=" + content.money, + }); + } else if (content.redirectType == "login") { + wx.redirectTo({ + url: "/packageC/frogpro/backScreenlogin/backScreenlogin", + }); + } else if (content.redirectType == "lose") { + wx.redirectTo({ + url: "/packageC/frogpro/lose/lose?money=" + content.money, + }); + } else if (content.redirectType == "waitingPayment") { + wx.redirectTo({ + url: "/packageC/frogpro/waitingPayment/waitingPayment?money=" + content.money, + }); + } + } + } + }); + that.startLogin(); + } + }, + fail(res) {}, + }); + } catch (e) { + //TODO handle the exception + } + console.log(this.globalData.STORE_ID, 'STORE_ID=============>>>>>>>>>>'); + this.overShare(); + + wx.setInnerAudioOption({ + obeyMuteSwitch: false, + // 解决小程序createInnerAudioContext()音频播放iOS端真机调试没有声音问题 + success: function (res) { + console.log("开启静音模式下播放音乐的功能"); + }, + + fail: function (err) { + console.log("静音设置失败"); + }, + }); + + }, + /** + * url 请求地址 + * data 请求的参数 + * success 成功的回调 + * fail 失败的回调 + * complete 结束的回调函数(调用成功、失败都会执行) + */ + _getNetWork: function (_ObjData) { + return this._Request(_ObjData, 'GET'); + }, + /** + * url 请求地址 + * success 成功的回调 + * fail 失败的回调 + * complete 结束的回调函数(调用成功、失败都会执行) + */ + _postNetWork: function (_ObjData) { + return this._Request(_ObjData, 'POST'); + }, + + _Request(obj, method) { + return new Promise((resolve, reject) => { + obj.resolve = resolve; + obj.reject = reject; + obj.method = method; + //1就发起第一次请求,2加入队列数组 + if (this.data.login_type == 1) { + this.toRequestNetWork(obj); + } else { + this.data.login_fun_list.push(obj); + } + }); + }, + + toRequestNetWork(_ObjData) { + var url = _ObjData.url; + var resolve = _ObjData.resolve; + var reject = _ObjData.reject; + var method = _ObjData.method; + var data = _ObjData.data || {}; + let params = _ObjData.data; + var success = _ObjData.success; + var fail = _ObjData.fail; + var complete = _ObjData.complete; + var validateBol = _ObjData.validateBol == 2 ? false : true; + // 加载遮罩 + var showToastIn = true; + if (typeof _ObjData.showToastIn == "boolean") { + showToastIn = _ObjData.showToastIn; + } + + var that = this; + if (showToastIn) { + wx.showNavigationBarLoading(); + } + + let _session = ""; + let _wx_token = ""; + try { + let value = wx.getStorageSync("session"); + if (value) { + _session = value; + } + } catch (e) { + console.log(e); + } + try { + let value = wx.getStorageSync("wx_token"); + if (value) { + _wx_token = value; + } + } catch (e) { + console.log(e); + } + + if (yzFirstlogin === 0 && yzValidate_page === 1) { + if(data.not_validate_page == '0' && data){ + //想接口不返回validate_page的参数 + }else{ + url += "&validate_page=1"; + } + } + + if ((yzFirstlogin === 1 && url.indexOf("member.login.index") < 0 && url.indexOf("member.member.wxJsSdkConfig") < 0) || url.indexOf("finance.income-page.index") >= 0) { + url += "&basic_info=1&validate_page=1"; + } + + if (method === 'GET' && params) { + let paramsArray = []; + Object.keys(params).forEach(key => + paramsArray.push(key + "=" + params[key]) + ); + url += "&" + paramsArray.join("&"); + } + + url += "&app_type=wechat"; + url += "&3rd_session=" + _session; + + if (this.globalData.store_alone_temp == 1) { + // 开启门店独立模块 + url += "&store_id=" + this.globalData.STORE_ID; + } + console.log(method, "请求中Url:", url); + + let headers = { + "Content-Type": "application/json", + Accept: "application/json", + Cookie: "PHPSESSID=" + _wx_token, + }; + + if (this.globalData.new_page_comeIn != 2) { + let pages = getCurrentPages(); + let view = pages[pages.length - 1]; + // 浏览足迹 new_page_comeIn == 2为页面第一个请求接口 + headers['local-url'] = view.route; + this.globalData.new_page_comeIn = 2; + } + + url += "&mini_version=v1.1.136"; + this.data.login_type = 2; + wx.request({ + url: url, + method: method, + data: data, + header: headers, + timeout: 10000, + success: (res) => { + if (res.data.basic_info) { + yzFirstlogin = 0; + that.data.basic_info = res.data.basic_info; + that.initLanguage(that.data.basic_info.lang); + try { + wx.setStorageSync("yz_basic_info", res.data.basic_info); + + // 判断门店独立模块是否开启 + let basic_info = res.data.basic_info; + if (basic_info.plugin_setting && basic_info.plugin_setting.store_alone_temp && basic_info.plugin_setting.store_alone_temp.enable == 1) { + this.globalData.store_alone_temp = 1; + let pages = getCurrentPages(), + view = pages[pages.length - 1]; //获取当前页面的对象 + if (!this.globalData.STORE_ID && view.route !== 'packageG/independent_store/index/index') { + this.isHasStoreId(); + return false; + } + } + + this.globalData.cart_num = res.data.basic_info.globalParameter ? res.data.basic_info.globalParameter.cart_num : ''; + if (res.data.basic_info.home && res.data.basic_info.home.mailInfo && res.data.basic_info.home.mailInfo) { + // 积分名称 + wx.setStorageSync('integral', res.data.basic_info.home.mailInfo.credit1 || '积分'); + } + } catch (e) { + console.log("yz_basic_info存储出错", e); + } + try { + if (res.data.basic_info.home.plugin.new_member_prize && res.data.basic_info.home.plugin.new_member_prize.prize && res.data.basic_info.home.plugin.new_member_prize.prize.length != 0) { + console.log("storage_newAward存储===="); + wx.setStorageSync("storage_newAward", res.data.basic_info.home.plugin.new_member_prize); + } + } catch (e) { + console.log("storage_newAward存储出错", e); + } + } + + if (validateBol && res.data.validate_page) { + that.getInvite(res.data.validate_page); + } + + if (res.data.result == 0 && res.data.msg === "请登录") { + that.login_state(_ObjData, "get"); + return; + } + if (res.data.result == 2) { + wx.removeStorage({ + key: "session", + success: function (res) { + console.log(res.data); + }, + }); + wx.removeStorage({ + key: "openid", + success: function (res) { + console.log(res.data); + }, + }); + wx.removeStorage({ + key: "wx_token", + success: function (res) { + console.log(res.data); + }, + }); + wx.removeStorage({ + key: "userInfo", + success: function (res) { + that._getNetWork(_ObjData); + }, + }); + } else { + // wx.hideToast() + wx.hideNavigationBarLoading(); + success && success(res); + resolve(res); + this.data.login_type = 1; + if (this.data.login_fun_list.length > 0) { + let obj = this.data.login_fun_list.shift(); + this.toRequestNetWork(obj); + // console.log(obj,"-------------------------------------------------success") + } + } + }, + fail: (res) => { + this.data.login_type = 1; + if (fail && typeof fail === "function") { + fail(res); + } + reject(res); + wx.showToast({ + title: "数据获取失败!", + icon: "loading", + duration: 2000, + mask: true, + }); + console.log("数据获取失败:", url, res); + }, + complete: (res) => { + if (complete && typeof complete === "function") { + complete(res); + } + }, + }); + }, + /*青蛙pro信息*/ + requestFrogproServerData(url, method, data) { + return new Promise(function (resolve, reject) { + wx.request({ + url: url, + data: data, + header: { + "Content-Type": "application/json", + Accept: "application/json", + }, + method: method, + success: function (res) { + resolve(res); + }, + fail: function (res) { + reject(res); + }, + }); + }); + }, + // 青蛙小程序登录 + startLogin: function () { + let that = this; + that.data.clearlogin = setInterval(function () { + wx.login({ + success: function (_json) { + if (_json.code) { + // 请求登录接口 + that + .requestFrogproServerData(that.getFrogproNetAddresss("member.login.index"), "get", { + code: _json.code, + ver: "2", + // info: _info + }) + .then(function (res) { + var _data = res.data; + if (_data.result == 1) { + // 存储key + if (_data.data.user_info) { + wx.setStorageSync("nickname", _data.data.user_info.nickname); + } + if (_data.msg.session) { + wx.setStorageSync("session", _data.session); + } + if (_data.msg.wx_token) { + wx.setStorageSync("wx_token", _data.wx_token); + } + if (_data.data.store) { + wx.setStorageSync("storeMessage", _data.data.store); + } + let Json = { + wx_token: _data.msg.wx_token, + session: _data.msg.session, + store_id: _data.data.store.store_id, + dispatch_type_id: 2, + goods_id: _data.data.store.goods_id, + host: that.data.host, + uniacid: that.data.uniacid, + }; + wxfaceapp.postMsg({ + targetAppid: that.data.accept_message_id, + content: JSON.stringify(Json), + success(res) {}, + fail(res) {}, + }); + } else { + console.log("错误信息:::" + res.errMsg); + } + // 异步请求到的数据data + }) + .catch(function (res) { + console.log("错误信息:::" + res.errMsg); + }); + } else { + console.log("错误信息:::" + res.errMsg); + } + }, + fail: function (res) { + console.log("登录失败,请求被拒绝!获取用户登录态失败!" + res); + }, + }); + }, 600000); + }, + getFrogproNetAddresss: function (action) { + let wx_token = this.getWxToken(); + var url = this.data.host + "/addons/yun_shop/api.php?i=" + this.data.uniacid + "&session_id=" + wx_token + "&type=12&route=" + action; + return url; + }, + /*青蛙pro信息*/ + //获取设备信息 + getSystemInfo() { + try { + const res = wx.getSystemInfoSync(); + let model = res.model; + if (/iPhone X/i.test(model) || /iPhone 11/i.test(model) || /iPhone 12/i.test(model) || /iPhone 13/i.test(model)) { + try { + wx.setStorageSync("iPhoneBottom", model); + } catch (e) { + console.log(e); + } + } + } catch (e) { + // Do something when catch error + } + }, + onShow(options) { + // 页面出现在前台时执行 + // this.getInvite(); + yzFirstlogin = 1; + yzValidate_page = 1; + this.data.login_type = 1; + this._getTemplate(); + if(options.query && options.query.custom_params) { + this._setMid(JSON.parse(decodeURIComponent(options.query.custom_params)).mid); + } + const sceneList = [1007, 1008, 1014, 1044, 1045, 1046, 1047, 1048, 1049, 1073, 1154, 1155] + // 分享卡片入口场景才调用getShareParams接口获取以下参数 + console.log(options,'onShow') + if (livePlayer && sceneList.indexOf(options.scene) > -1) { + livePlayer + .getShareParams() + .then((res) => { + console.log('get room id', res.room_id) // 房间号 + // console.log('get openid', res.openid) // 用户openid + // console.log('get share openid', res.share_openid) // 分享者openid,分享卡片进入场景才有 + console.log("get custom params", res.custom_params); // 开发者在跳转进入直播间页面时,页面路径上携带的自定义参数,这里传回给开发者 + this._setMid(res.custom_params.mid); + }) + .catch((err) => { + console.log("get share params", err); + }); + } + if(options.referrerInfo && options.referrerInfo.extraData) { + this.globalData.integralOtherMiniData = options.referrerInfo.extraData || {}; + } + if (options.query.store_alone_id) { + // 如果有store_alone_id,进入门店独立模块 + this.globalData.STORE_ID = options.query.store_alone_id; + this.globalData.store_alone_temp = 1; + } + }, + onHide() { + // 会员的弹窗广告 + wx.removeStorageSync("firstAdvertisement"); + // 首页的弹窗广告 + wx.removeStorageSync("fullAdvertisement"); + wx.removeStorageSync("popAdvertisement"); + //装修的弹窗广告 + wx.removeStorageSync("page_idFull_screens"); + wx.removeStorageSync("page_idAdvertisings"); + // 关闭时删除Storage的地址 + wx.removeStorageSync("address-point"); + + // 新装修数据 + wx.removeStorageSync("home_onUnload"); + wx.removeStorageSync("new_decorate"); + }, + seyzredirect(path, options) { + // 设置当前链接 登录后返回 + console.log(path, options, 'options2'); + var pages = getCurrentPages(); //获取加载的页面 + var currentPage = pages[pages.length - 1]; //获取当前页面的对象 + // 优先级 options > currentPage.options 当只有path参数传入即不用options + let optionsData = options ? options : (path ? '' : currentPage.options); + let routeData = path ? path : currentPage.route; + let notLogin = ['pages/login/login', 'packageA/member/editmobile/editmobile']; + if (notLogin.indexOf(routeData) > -1) { + return; + } + if (optionsData) { + //参数多时通过&拼接url的参数 + var urlWithArgs = routeData + "?"; + for (var key in optionsData) { + var value = optionsData[key]; + urlWithArgs += key + "=" + value + "&"; + } + urlWithArgs = urlWithArgs.substring(0, urlWithArgs.length - 1); + wx.setStorageSync("yz_redirect", `${urlWithArgs}`); + } else { + wx.setStorageSync("yz_redirect", routeData); + } + + // console.log(optionsData,routeData, 'options3') + }, + getyzredirect() { + let yzredirect = ""; + try { + let value = wx.getStorageSync("yz_redirect"); + if (value) { + yzredirect = value; + } + } catch (e) { + console.log(e); + } + return yzredirect; + }, + globalData: { + host: newhost.host, + uniacid: newhost.uniacid, + new_page_comeIn: 0, + statusBarHeight: 0, + screenHeight: 0, + define_order_pay: 1, // '确认付款' => 1,这种方法定义常量不用每个js都注入 + define_order_receiv: 5, // '确认收货' => 5,这种方法定义常量不用每个js都注入 + define_order_check: 8, // '查看物流' => 8,这种方法定义常量不用每个js都注入 + define_order_cancle: 9, // '取消订单' => 9,这种方法定义常量不用每个js都注入 + define_order_comment: 10, // '评价' => 10,这种方法定义常量不用每个js都注入 + define_order_recomment: 11, // '追加评价' => 10,这种方法定义常量不用每个js都注入 + define_order_delete: 12, // '删除订单' => 10,这种方法定义常量不用每个js都注入 + define_order_refund: 13, // '退款' => 10,这种方法定义常量不用每个js都注入 + define_order_used: 14, // '确认使用' => 10,这种方法定义常量不用每个js都注入 + // uid: 0,// 推广人id + mid: 0, + userInfo: null, + globaSession: null, + // 自定义跳转方式选择值,用于区别调用跳转方法 + tabBar: { + index: "-1", + category: "-1", + extension: "-1", + cart: "-1", + memindex: "-1", + }, + // 腾讯地图key值 + qqmapkey: "", + // 腾讯地图校验码 + qqmapsig: "", + pathData: "", + cart_num: 0, //购物车数量 + isLocationIng: false, + + // 门店独立模块 + store_alone_temp: 0, + STORE_ID: 0, + integralOtherMiniData: {} + }, + _getLanguage(data) { + wx.setStorageSync("langIndex", data); + }, + _getTemplate() { + // 获取动态腾讯地图key + let urlStr = this.getNetAddresss("plugin.min-app.Frontend.Controllers.page.index"); + urlStr = urlStr + "&scope=pass"; + return new Promise((resolve, reject) => { + wx.request({ + url: urlStr, + method: "GET", + header: { + "Content-Type": "application/json", + Accept: "application/json", + }, + success: (resdata) => { + let res = resdata.data; + if (res.result === 1) { + + this.globalData.qqmapkey = res.data.qq_map_web_key; + this.globalData.qqmapsig = res.data.qq_map_web_sign; + try { + // 平台协议 + wx.setStorageSync("new_agreement", { + agreement_name: res.data.agreement_name, + new_agreement: res.data.new_agreement + }); + } catch (error) { + console.log(error); + } + resolve(); + } else { + this.globalData.qqmapkey = "KUBBZ-IXPCO-3ZNWD-SHC4H-O4TZH-ZSBQR"; + this.globalData.qqmapsig = "l3Fyt4WylOFiPzbBSIkjWJ1aDU6NNa4"; + resolve(); + } + }, + fail: (res) => { + this.globalData.qqmapkey = "KUBBZ-IXPCO-3ZNWD-SHC4H-O4TZH-ZSBQR"; + this.globalData.qqmapsig = "l3Fyt4WylOFiPzbBSIkjWJ1aDU6NNa4"; + resolve(); + } + }); + }); + }, + + _setMid: function (mid) { + this.globalData.mid = mid; + wx.setStorage({ + key: "mid", + data: mid, + }); + }, + _setshopid: function (shop_id) { + this.globalData.shop_id = shop_id; + wx.setStorage({ + key: "shop_id", + data: shop_id, + }); + }, + _setvid: function (vid) { + this.globalData.vid = vid; + }, + _setcircleInvitationId(circle_invitation_id) { + console.log("设置了circle_invitation_id"); + this.globalData.circle_invitation_id = circle_invitation_id; + }, + _setroomid: function (roomid) { + this.globalData.roomid = roomid; + }, + + isHasStoreId() { + let urlStr = this.getNetAddresss("plugin.store-alone-temp.frontend.home.history-store"); + this._getNetWork({ + url: urlStr, + success: (resdata) => { + let res = resdata.data; + if (res.result == 1) { + this.globalData.STORE_ID = res.data.store_id || 0; + if (!this.globalData.STORE_ID) { + // 没有门店id就跳转提示页 + wx.reLaunch({ + url: '/packageG/independent_store/access_tip/access_tip', + }); + } else { + // 有就跳首页 + wx.reLaunch({ + url: '/packageG/independent_store/index/index?store_id=' + this.globalData.STORE_ID, + }); + } + } else { + wx.showToast({ + title: res.msg, + icon: "none", + duration: 1500, + success: (res) => { + setTimeout(() => { + wx.reLaunch({ + url: '/packageG/independent_store/access_tip/access_tip', + }); + }, 1200); + } + }); + } + } + }); + }, + + getWxToken: function () { + var value = wx.getStorageSync("wx_token"); + if (value) { + console.log("同步token", value); + return value; + } else { + console.log("获取token失败"); + } + }, + + getNetAddresss: function (action) { + // let wx_token = this.getWxToken(); + this.getExtJson(); + var url = this.data.host + "/addons/yun_shop/api.php?i=" + this.data.uniacid + "&type=2&route=" + action; + // var url = 'https://dev2.yunzmall.com/addons/yun_shop/api.php?i=9&session_id=' + wx_token + '&type=2&route=' + + // action //wx446c12387876992d + //芸众商家 + // var url = 'https://dev3.yunzmall.com/addons/yun_shop/api.php?i=15&session_id=' + wx_token + '&type=2&route=' + + // action //wxbe88683bd339aaf5 + // 芸众名片 + // var url = 'https://dev4.yunzmall.com/addons/yun_shop/api.php?i=9&session_id=' + wx_token + '&type=2&route=' + 'wxa0ecf1f5513abab3' + // action //wxa0ecf1f5513abab3 + // 芸众书吧 + // var url = 'https://www.yunzmall.com/addons/yun_shop/api.php?i=10&session_id=' + wx_token + '&type=2&route=' + + // action//wx31002d5db09a6719 + // 芸信测试 + // var url = 'https://www.yunzmall.com/addons/yun_shop/api.php?i=11&session_id=' + wx_token + '&type=2&route=' + + // action//wx629d4a5e3efc0797 + // var url = 'https://dev8.yunzmall.com/addons/yun_shop/api.php?i=1&session_id=' + wx_token + '&type=2&route=' + + // action //wx75882827b9912694 + // var url = 'https://dev15.yunzmall.com/addons/yun_shop/api.php?i=25&session_id=' + wx_token + '&type=2&route=' + + // action //wxda9836770ac00ef7 + // 芸众测试三 + // var url = 'https://release.yunzmall.com/yun_shop/api.php?i=1&session_id=' + wx_token + '&type=2&route=' + + // action //wx6870b3fe2e0aea53 + if (this.globalData.mid) { + url += "&mid=" + this.globalData.mid; + } + if (this.globalData.vid) { + url += "&vid=" + this.globalData.vid; + } + if (this.globalData.circle_invitation_id) { + console.log("地址带上circle_invitation_id"); + url += "&circle_invitation_id=" + this.globalData.circle_invitation_id; + } + if (this.globalData.roomid) { + url += "&room_id=" + this.globalData.roomid; + } + if (this.globalData.shop_id) { + url += "&shop_id=" + this.globalData.shop_id; + } + url += "&ingress=weChatApplet"; + + if (url.indexOf("member.login.index") > -1) { + // 解决登录授权后没有新人奖(basic_info ) + yzFirstlogin = 1; + } + // url += "&mid=399" + console.log("APP____URL:::", url); + return url; + }, + // 时间戳差值 + getTimeDifference(Timestamp) { + var now = Date.parse(new Date()); + // console.log("Timestamp", Timestamp); + let time = Timestamp < 1000000000000 ? Timestamp * 1000 : Timestamp; + // console.log(time - now); + if (time - now > 0) { + return time - now; + } else if (time - now <= 0) { + return 0; + } + }, + + // 返回评价数组 + getEvaluate: function (num) { + return { + num: num, + list: [1, 1, 1, 1, 1, 0, 0, 0, 0, 0].slice(5 - num, 10 - num), + }; + }, + // 判断是否是空 + _isTextEmpty: function (str) { + if (str == null || str == "" || str == undefined) { + return true; + } else { + return false; + } + }, + // 判断ios还是android + isIosOrAndroid: function () { + let u = navigator.userAgent; + let isAndroid = u.indexOf("Android") > -1 || u.indexOf("Adr") > -1; // android终端 + let isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); // ios终端 + let isStr = ""; + if (isAndroid) { + isStr = "android"; + } + if (isiOS) { + isStr = "ios"; + } + return isStr; + }, + // 判断参数传递是否为空 + setMailLanguage: function (defaultStr, languageStr) { + let language = this._isTextEmpty(languageStr) ? defaultStr : languageStr; + return language; + }, + // 是否手机 + _isMoblie: function (value) { + // return !/^1(3|5|7|8|9)[0-9]{9}$/.test(value) + return isNaN(Number(value)); + }, + // 判断URL链接中是否有mid如果有 + _isMid: function (url, val) { + if (url.indexOf("mid=") >= 0) { + return this.changeUrlArg(url, "mid", val); + } else { + let burl = this.delQueStr(url, "mid"); + return this.changeUrlArg(burl, "mid", val); + } + }, + changeUrlArg: function (url, arg, val) { + var pattern = arg + "=([^&]*)"; + var replaceText = arg + "=" + val; + return url.match(pattern) ? url.replace(eval("/(" + arg + "=)([^&]*)/gi"), replaceText) : url.match("[?]") ? url + "&" + replaceText : url + "?" + replaceText; + }, + // 删除参数值 + delQueStr: function (url, ref) { + var str = ""; + if (url.indexOf("#") != -1) { + str = url.substr(url.indexOf("#") + 1); + } else { + return url; + } + var arr = ""; + var returnurl = ""; + if (str.indexOf("&") != -1) { + arr = str.split("&"); + for (let i = 0; i < arr.length; i++) { + if (arr[i].split("=")[0] != ref) { + returnurl = returnurl + arr[i].split("=")[0] + "=" + arr[i].split("=")[1] + "&"; + } + } + return url.substr(0, url.indexOf("?")) + "?#" + returnurl.substr(0, returnurl.length - 1); + } else { + arr = str.split("="); + if (arr[0] == ref) return url.substr(0, url.indexOf("?")); + else return url; + } + }, + getExtJson: function () { + console.log("================enter extJson==============="); + var that = this; + var extConfig = wx.getExtConfigSync ? wx.getExtConfigSync() : {}; + console.log("********extConfig*********", extConfig); + if (extConfig.host) { + console.log("================extJson exists==============="); + that.data.host = extConfig.host; + that.data.uniacid = extConfig.uniacid; + } else { + console.log("================extJson not exists==============="); + wx.getExtConfigSync({ + success: function (res) { + console.log("================extJson11===============", res.extConfig); + that.data.host = res.extConfig.host; + that.data.uniacid = res.extConfig.uniacid; + }, + fail: function (res) { + console.log("================error.extJson11===============", res); + }, + }); + } + }, + //是否开启邀请页面 + getInvite(data) { + // let that = this; + // let urlStr = that.getNetAddresss("member.member.isValidatePage"); + // that._getNetWork({ + // url: urlStr, + // data: {}, + // success: function(resdata) { + // var res = resdata.data; + // if (res.result == 1) { + // let data = res.data; + if (data.is_invite === 1 || data.invite_mobile === 1 || (data.real_name_auth_is_open === 1 && data.is_auth === 1)) { + yzValidate_page = 0; + } + + if (data.real_name_auth_is_open === 1) { + // 判断实名插件是否开启 + if (data.is_auth !== 1 && data.real_name_auth_scene && data.real_name_auth_scene.length > 0) { + // 是否已经实名过 + this.bind_real_name(data.real_name_auth_scene); + return; + } + } + + // console.log(data.is_bind_mobile); + if (data.is_bind_mobile !== 0) { + this.bindMobile(data.is_bind_mobile, this.globalData.pathData); + } else { + if (data.is_login === 1) { + // 登录 + if (data.is_invite !== 1) { + // 是否填写过邀请人 + if (data.invite_page === 1) { + //是否开启邀请页面 + wx.redirectTo({ + url: "/packageC/member/visit/Inviter/Inviter", + }); + } + } else { + if (typeof data.invite_mobile != "undefined" && data.invite_mobile !== 1 && data.invite_page === 1) { + wx.redirectTo({ + url: "/packageC/member/visit/Inviter/Inviter", + }); + } + } + } + } + // } + // }, + // fail: function(res) { + // console.log(res); + // } + // }); + }, + //查看用户是否需要绑定手机号 + bindMobile(e, setpathData) { + var pages = getCurrentPages(); //获取加载的页面 + var currentPage = pages[pages.length - 1]; //获取当前页面的对象 + let routeData = currentPage.route; + if (e == 1) { + //跳转绑定手机页面 + wx.reLaunch({ + url: "/packageA/member/editmobile/editmobile?fromApp=1", + }); + } else if (e == 2) { + if (routeData == "packageG/member_v2/member_v2") { + wx.reLaunch({ + url: "/packageA/member/editmobile/editmobile?fromApp=2", + }); + } + } else if (e == 3) { + if (routeData.indexOf("detail_v2/detail_v2") > 0) { + wx.reLaunch({ + url: "/packageA/member/editmobile/editmobile?fromApp=1", + }); + } + } else if (e == 4) { + if (routeData == "packageG/pages/member/extension/extension") { + wx.reLaunch({ + url: "/packageA/member/editmobile/editmobile?fromApp=4", + }); + } + } + }, + + bind_real_name(scene) { + // 全局1 提现申请2 发布短视频3 发布微贴4 推广中心5 + var pages = getCurrentPages(); //获取加载的页面 + var currentPage = pages[pages.length - 1]; //获取当前页面的对象 + let routeData = currentPage.route; + if (routeData !== 'packageH/signPage/personBank/personBank') { + wx.setStorageSync("real_name_redirect", routeData); + } + if (scene.indexOf('1') > -1 && routeData !== 'packageH/signPage/personBank/personBank') { + wx.reLaunch({ + url: "/packageH/signPage/personBank/personBank?from=bindRealName", + }); + return; + } + if (scene.indexOf('5') > -1) { + // 推广中心 + if (routeData == "packageG/pages/member/extension/extension") { + wx.reLaunch({ + url: "/packageH/signPage/personBank/personBank?from=bindRealName", + }); + } + } + if (scene.indexOf('2') > -1) { + // 提现申请 + if (routeData == "packageA/member/withdrawal/withdrawal") { + wx.reLaunch({ + url: "/packageH/signPage/personBank/personBank?from=bindRealName", + }); + } + } + if (scene.indexOf('3') > -1) { + // 发布短视频 + if (routeData == "packageC/video_goods/videoAgreement/videoAgreement" || routeData == "packageC/video_goods/releaseVideo/releaseVideo") { + wx.reLaunch({ + url: "/packageH/signPage/personBank/personBank?from=bindRealName", + }); + } + } + if (scene.indexOf('4') > -1) { + // 发布微贴 + if (routeData == "packageC/micro_communities/microRelease/microRelease") { + wx.reLaunch({ + url: "/packageH/signPage/personBank/personBank?from=bindRealName", + }); + } + } + + }, + requestServerData(url, method, data) { + if (url.indexOf('member.login.index') > -1) { + console.log('登录接口'); + } + return new Promise(function (resolve, reject) { + wx.request({ + url: url, + data: data, + header: { + "Content-Type": "application/json", + Accept: "application/json", + }, + method: method, + success: function (res) { + resolve(res); + }, + fail: function (res) { + reject(res); + }, + }); + }); + }, + login_state(ObjData, requestType) { + //调试用 + // this.seyzredirect(); + // wx.redirectTo({ + // url: "/pages/login/login", + // }); + // return; + + //接口返回0,并且未登录的情况处理x + var that = this; + wx.login({ + success: (_json) => { + wx.showLoading({ + title: "自动登录中....", + }); + if (_json.code) { + // 请求登录接口查看是否有登陆过 + that + .requestServerData(that.getNetAddresss("member.login.index"), "get", { + code: _json.code, + ver: "2", + }) + .then((res) => { + wx.hideLoading(); + var _data = res.data; + that.data.login_type = 1; + if (_data.result == 1) { + if (_data.data.session) { + wx.setStorageSync("session", _data.data.session); + } + if (_data.data.user_info) { + wx.setStorageSync("nickname", _data.data.user_info.nickname); + } + wx.setStorage({ + key: "openid", + data: _data.data.openid, + }); + if (_data.data.wx_token) { + wx.setStorageSync("wx_token", _data.data.wx_token); + } + wx.setStorage({ + key: "yz_uid", + data: _data.data.uid, + }); + wx.removeStorageSync("new_decorate"); //登录之后清除首页缓存数据重新请求 + console.log("登录后", ObjData); + if (ObjData.method == 'POST') { + that._postNetWork(ObjData); + } else { + that._getNetWork(ObjData); + } + } else { + that.seyzredirect(); + wx.showModal({ + title: "提示", + content: _data.data, + success(res) { + console.log(res); + }, + }); + wx.redirectTo({ + url: "/pages/login/login", + }); + } + // 异步请求到的数据data + }) + .catch(function (res) { + console.log(res); + wx.hideLoading({ + success: (res) => {}, + }); + console.log("第三方登录失败session、wx_token获取失败" + res.errMsg); + }); + } else { + that.seyzredirect(); + wx.redirectTo({ + url: "/pages/login/login", + }); + } + }, + fail: function (res) { + wx.hideLoading({ + success: (res) => {}, + }); + wx.showToast({ + title: "小程序需要登录,请点击右下方前往小程序体验", + icon: "none", + duration: 1500, + }); + console.log("登录失败,请求被拒绝!获取用户登录态失败!" + res); + }, + }); + }, + //初始化语言设置 + initLanguage(data) { + // let urlStr = this.getNetAddresss("setting.get-lang-setting"); + // this._getNetWork({ + // url: urlStr, + // data: {}, + // success: function(resdata) { + // var res = resdata.data; + // if (res.result == 1) { + // let data = res.data; + try { + wx.setStorageSync("mailLanguage", JSON.stringify(data)); + } catch (e) { + console.log(e); + } + this._getLanguage(data && data.plugin_language ? data.plugin_language : locales); + // } + // }, + // fail: function(res) { + // console.log(res); + // } + // }); + }, + gotochecklogin(options) { + let that = this; + // let loginFlag = wx.getStorageSync('wx_token'); + // if (loginFlag) { + that.getfirstData(options); + // } else { + // 无skey,作为首次登录 + // that.gotoLogin(options); + // } + }, + getfirstData(options) { + this.globalData.pathData = options.path; + // this.getInvite(); + // this.initLanguage(); + }, + + // 登录 -- 没用到 + // setLoginState: function (cb) { + // var that = this; + // var _session; + // var _wx_token; + // console.log("登录中..."); + // wx.login({ + // success: function (_json) { + // console.log("login登录成功,获取用户info"); + // wx.getSetting({ + // success(res) { + // if (res.authSetting["scope.userInfo"]) { + // // 已经授权,可以直接调用 getUserInfo 获取头像昵称 + // wx.getUserInfo({ + // success: function (_info) { + // console.log("code:", _json.code); + // console.log("info:", _info); + // if (_json.code) { + // // 请求登录接口 + // that + // .requestServerData(that.getNetAddresss("member.login.index"), "get", { + // code: _json.code, + // info: _info, + // ver: "2", + // }) + // .then(function (res) { + // var _data = res.data; + // console.log("登录接口", res); + // if (_data.result == 1) { + // // 存储key + // try { + // wx.setStorageSync("session", _data.msg.session); + // } catch (e) { + // console.log(e); + // } + // // wx.setStorage({ + // // key: 'session', + // // data: _data.msg.session + // // }) + // wx.setStorage({ + // key: "openid", + // data: _data.data.openid, + // }); + // + // // wx.setStorage({ + // // key: 'wx_token', + // // data: _data.msg.wx_token + // // }) + // try { + // wx.setStorageSync("wx_token", _data.msg.wx_token); + // } catch (e) { + // console.log(e); + // } + // wx.setStorage({ + // key: "userInfo", + // data: _info, + // }); + // wx.setStorage({ + // key: "yz_uid", + // data: _data.msg.uid, + // }); + // console.log("____uid", _data.msg.uid); + // _session = _data.msg.session; + // _wx_token = _data.msg.wx_token; + // // 设置全局变量session; + // console.log("key 存储成功,登录验证成功,请求数据中2"); + // typeof cb == "function" && cb(_session, _wx_token); + // } else { + // console.log(_data.msg); + // wx.showModal({ + // title: "提示", + // content: _data.msg, + // success(res) {}, + // }); + // console.log("第三方登录数据错误" + res.errMsg); + // } + // // 异步请求到的数据data + // }) + // .catch(function (res) { + // console.log("第三方登录失败session、wx_token获取失败" + res.errMsg); + // }); + // } else { + // console.log("获取用户登录态失败!" + res.errMsg); + // } + // }, + // fail: function (res) { + // console.log("请求被拒绝!获取用户登录态失败!获取用户info失败!" + res); + // }, + // }); + // } else { + // wx.redirectTo({ + // url: "/pages/login/login", + // }); + // } + // }, + // }); + // }, + // fail: function (res) { + // console.log("登录失败,请求被拒绝!获取用户登录态失败!" + res); + // }, + // }); + // }, + // 检测登录 -- 没用到 + // getLoginState: function (cb) { + // var that = this; + // var _session; + // var _wx_token; + // wx.checkSession({ + // success: function () { + // console.log("登录状态未过期"); + // // 读取缓存session——key + // wx.getStorage({ + // key: "session", + // success: function (res) { + // console.log("读取缓存session——key存在", res.data); + // _session = res.data; + // wx.getStorage({ + // key: "wx_token", + // success: function (res) { + // console.log("读取缓存wx_token——key存在", res.data); + // _wx_token = res.data; + // // that.wx_token = _wx_token + // console.log("登录验证成功,请求数据中1"); + // typeof cb == "function" && cb(_session, _wx_token); + // }, + // fail: function (res) { + // console.log("缓存wx_token——!!!!不存在", res); + // that.setLoginState(cb); + // }, + // }); + // }, + // fail: function (res) { + // console.log("缓存session——!!!!不存在", res); + // that.setLoginState(cb); + // }, + // }); + // }, + // fail: function (res) { + // // 登录态过期 + // console.log("登录态过期", res); + // that.setLoginState(cb); + // }, + // }); + // }, + + // gotoLogin(options) { + // // 没有用到 + // //接口返回0,并且未登录的情况处理 + // var that = this; + // wx.login({ + // success: function (_json) { + // wx.getSetting({ + // success(res) { + // if (res.authSetting["scope.userInfo"]) { + // // 已经授权,可以直接调用 getUserInfo 获取头像昵称 + // wx.getUserInfo({ + // success: function (_info) { + // if (_json.code) { + // // 请求登录接口 + // that + // .requestServerData(that.getNetAddresss("member.login.index"), "get", { + // code: _json.code, + // info: _info, + // ver: "2", + // }) + // .then(function (res) { + // var _data = res.data; + // if (_data.result == 1) { + // // 存储key + // try { + // wx.setStorageSync("session", _data.msg.session); + // } catch (e) { + // console.log(e); + // } + // // wx.setStorage({ + // // key: 'session', + // // data: _data.msg.session + // // }) + // wx.setStorage({ + // key: "openid", + // data: _data.data.openid, + // }); + // try { + // wx.setStorageSync("wx_token", _data.msg.wx_token); + // } catch (e) { + // console.log(e); + // } + // // wx.setStorage({ + // // key: 'wx_token', + // // data: _data.msg.wx_token + // // }) + // wx.setStorage({ + // key: "userInfo", + // data: _info, + // }); + // wx.setStorage({ + // key: "yz_uid", + // data: _data.msg.uid, + // }); + // that.getfirstData(options); + // } else { + // wx.showModal({ + // title: "提示", + // content: _data.msg, + // success(res) {}, + // }); + // } + // // 异步请求到的数据data + // }) + // .catch(function (res) { + // console.log("第三方登录失败session、wx_token获取失败" + res.errMsg); + // }); + // } else { + // console.log("获取用户登录态失败!" + res.errMsg); + // } + // }, + // fail: function (res) { + // console.log("请求被拒绝!获取用户登录态失败!获取用户info失败!" + res); + // }, + // }); + // } else { + // wx.redirectTo({ + // url: "/pages/login/login", + // }); + // } + // }, + // }); + // }, + // fail: function (res) { + // console.log("登录失败,请求被拒绝!获取用户登录态失败!" + res); + // }, + // }); + // }, + + // 腾讯转百度(小程序用这个) + qqMapTransBMap(lng, lat) { + if (lng == null || lng == '' || lat == null || lat == '') { + return { + lng: Number(lng), + lat: Number(lat) + }; + } + + var x_pi = (Math.PI * 3000.0) / 180.0; + var x = parseFloat(lng); + var y = parseFloat(lat); + var z = Math.sqrt(x * x + y * y) + 0.00002 * Math.sin(y * x_pi); + var theta = Math.atan2(y, x) + 0.000003 * Math.cos(x * x_pi); + let lng_out = z * Math.cos(theta) + 0.0065; + let lat_out = z * Math.sin(theta) + 0.006; + return { + lng: Number(lng_out), + lat: Number(lat_out) + }; + }, + + // 百度转腾讯(小程序用这个) + BMapTransqqMap(lng, lat) { + if (lng == null || lng == '' || lat == null || lat == '') { + return { + lng: Number(lng), + lat: Number(lat) + }; + } + + var x_pi = (Math.PI * 3000.0) / 180.0; + var x = parseFloat(lng) - 0.0065; + var y = parseFloat(lat) - 0.006; + var z = Math.sqrt(x * x + y * y) - 0.00002 * Math.sin(y * x_pi); + var theta = Math.atan2(y, x) - 0.000003 * Math.cos(x * x_pi); + let lng_out = z * Math.cos(theta); + let lat_out = z * Math.sin(theta); + + return { + lng: Number(lng_out), + lat: Number(lat_out) + }; + }, + tips(msg, icon = "none", time = 2500) { + wx.showToast({ + title: msg, + icon, + duration: time, + }); + return false; + }, + confirm(content, callBack, showCancel = true, confirmText, cancelTextL) { + // content 弹窗内容,callBack 确认回调,showCancel = true 是否显示取消,confirmText 确认文字,cancelTextL 取消文字 + return new Promise((resolve, reject) => { + wx.showModal({ + title: '提示', + content: content, + showCancel: showCancel, + confirmText: confirmText || '确认', + cancelTextL: cancelTextL || '取消', + success(res) { + if (res.confirm) { + resolve(true); + if (callBack) callBack(true); + } else if (res.cancel) { + resolve(false); + if (callBack) callBack(false); + } + }, + fail: () => { + reject(false); + } + }); + }); + }, + setDeliver(_options) { + let deliverIDStorage = wx.getStorageSync('deliverId') || null; //获取当前会话是否存储了自提点id + if (_options.query.dyID && !deliverIDStorage) { + + //添加判断sessionStorage是否已存在的目的是防止在其他页面刷新,关联的自提点又变成了链接上的,导致之前手动切换的失效 + let list = ['packageG/index/index', "packageG/newDiy/newDiy"]; + let list_2 = ["packageG/pages/category_v2/category_v2", "packageB/member/category/search_v2/search_v2"]; + if (list_2.indexOf(_options.path) > -1) { + return false; + } else if (list.indexOf(_options.path) > -1) { + wx.setStorageSync("deliverId", _options.query.dyID); + return false; + } + let urlStr = this.getNetAddresss("plugin.package-deliver.frontend.decorate-deliver.getNowPackageDeliver"); + urlStr = urlStr + "&deliver_id=" + _options.query.dyID; + this._getNetWork({ + url: urlStr, + success: (resdata) => { + let res = resdata.data; + if (res.result == 1) { + wx.setStorageSync("deliverId", res.data.id); + } + } + }); + } + + }, + shareTimeLine(view) { + let hasDiyShare = null; + let shareObject = {}; + let info_config = {}; //获取当前页面的对象 + let value = wx.getStorageSync("yz_uid"); + let mid = null; + if (value && value != '') { + mid = value; + } + if (view.onShareTimeline) { + //是否在页面定义配置了onShareTimeline方法; + hasDiyShare = view.onShareTimeline(); + } + if (!hasDiyShare) { + // 有onShareTimeline 但没有没有配置 带上mid + shareObject.query = `?mid=${mid}`; + return shareObject; + } else { + // 有onShareTimeline 有配置 检查是否有带上mid + let oldShareFun = view.onShareTimeline; //暂存重写前的分享方法 + view.onShareTimeline = function (e) { + info_config = oldShareFun(); + if (info_config.query) { + if (info_config.query.indexOf('mid') > -1) { + shareObject.query = `${info_config.query}&mid=${mid}`; + } + if (info_config.title) { + shareObject.title = info_config.title; + } + return shareObject; + } + }; + } + }, + //设置全局分享 + overShare: function () { + let that = this; + // 调用隐藏路由回调 + wx.onAppRoute(function (res) { + //获取加载的页面 + let pages = getCurrentPages(), + view = pages[pages.length - 1], + info_config = {}, //获取当前页面的对象 + hasDiyShare = null; + // console.log("view.onShareAppMessage=============",view) + // 浏览足迹 页面切换时更新new_page_comeIn + that.globalData.new_page_comeIn = 1; + if (view) { + try { + // 分享朋友圈传参全局判断 + that.shareTimeLine(view); + if (view.onShareAppMessage) { + //是否在页面定义配置了onShareAppMessage方法; + hasDiyShare = view.onShareAppMessage(); + } + if (that.globalData.store_alone_temp == 1 && that.globalData.STORE_ID) { + that.storeAloneShare(view, info_config); + } else { + let shareObject = {}; + let value = wx.getStorageSync("yz_uid"); + let mid = null; + if (value && value != '') { + mid = value; + } + if (hasDiyShare) { + let oldShareFun = view.onShareAppMessage; //暂存重写前的分享方法 + view.onShareAppMessage = function (e) { + info_config = oldShareFun(); + if (e && e.from == "button") { + return oldShareFun(e); + } + //重写分享配置 + // 判断有没有自定义分享path和定义options + if (info_config.path) { + //当前页面有配置path + if (info_config.path.indexOf('mid') > -1) { + shareObject.path = info_config.path; + } else if (mid) { + //在当前页有设置其他分享参数但是没有mid + if (info_config.path.indexOf('?') > -1) { + shareObject.path = `${info_config.path}&mid=${mid}`; + } else { + shareObject.path = `${info_config.path}?mid=${mid}`; + } + } + } else if (mid) { + //没有配置,默认带上mid + shareObject.path = `/${view.route}?mid=${mid}`; + } + // 供应商自提点分享传参 ====== start ========== + let deliverIDStorage = wx.getStorageSync('deliverId') || null; //获取当前会话是否存储了自提点id + if (deliverIDStorage) { + shareObject.path = `${shareObject.path}&dyID=${deliverIDStorage}`; + } + // 供应商自提点分享传参 ====== end ========== + + if (info_config.title) shareObject.title = info_config.title; //设置分享标题 + if (info_config.imageUrl) shareObject.imageUrl = info_config.imageUrl; //设置分享图片 + console.log("重写分享配置", shareObject); + return shareObject; + }; + } else { + // 有onShareAppMessage 但没有没有配置 + shareObject.path = `/${view.route}?mid=${mid}`; + // console.log(shareObject) + return shareObject; + } + + } + // else if (!info_config) { + // //判断页面是否有自定义分享,为空则没配置(感觉不严谨) + // view.onShareAppMessage = function () { + // //重写分享配置 + // let value = wx.getStorageSync("yz_uid"); + // let mid = ""; + // if (value) { + // mid = value; + // } + // return { + // path: `/${view.route}?mid=` + mid, + // }; + // }; + // } + } catch (error) { + console.log("app.js报错:error:::页面" + view.route + "获取onShareAppMessage报错=============", error); + } + } + }); + }, + // 门店独立模块分享 + storeAloneShare(view, info_config) { + let value = wx.getStorageSync("yz_uid"); + let mid = ""; + if (value) { + mid = value; + } + if (!info_config) { + view.onShareAppMessage = function () { + return { + path: `/${view.route}?mid=${mid}&store_alone_id=${this.globalData.STORE_ID}`, + }; + }; + } else { + if (info_config.path) { + // 判断有没有自定义分享path和定义options + if (info_config.path.indexOf('?') > -1) { + return { + path: `/${view.route}&store_alone_id=${this.globalData.STORE_ID}`, + }; + } else { + return { + path: `/${view.route}?store_alone_id=${this.globalData.STORE_ID}`, + }; + } + } else { + return { + path: `/${view.route}?mid=${mid}&store_alone_id=${this.globalData.STORE_ID}`, + }; + } + } + }, + getReverseGeocoder(lat, lng) { + let that = this; + return new Promise(function (resolve, reject) { + if (that.globalData.location && that.globalData.location.latitude == lat && that.globalData.location.longitude == lng) { + console.log("当前定位位置未发生改变,取globalData里值 》》》》》》》》》》》", that.globalData.location); + resolve(that.globalData.geocoder); + return; + } + if (!that.globalData.qqmapkey) { + reject("没有that.globalData.qqmapkey::::", that.globalData.qqmapkey); + return; + } + qqmapsdk = new QQMapWX({ + key: that.globalData.qqmapkey + }); + qqmapsdk.reverseGeocoder({ + //位置坐标,默认获取当前位置,非必须参数 + location: { + latitude: lat, + longitude: lng + }, + sig: that.globalData.qqmapsig, + success: function (res) { //成功后的回调 + let mapdata = res.result; + that.globalData.location = { + latitude: lat, + longitude: lng + }; + that.globalData.geocoder = mapdata; + console.log("当前定位位置发生改变!!!!!!!重新reverseGeocoder()", that.globalData.location); + resolve(mapdata); + }, + fail: function (error) { + wx.showToast({ + duration: 3000, + title: error.message, + icon: 'none' + }); + reject("app.getReverseGeocoder()报错error::::", error); + }, + complete: function (res) { + + } + }); + }); + }, + getGeocoder(address) { + let that = this; + // 需要调用次数 没有特殊要求还是不用 + return new Promise(function (resolve, reject) { + if (!that.globalData.qqmapkey) { + reject("没有that.globalData.qqmapkey::::", that.globalData.qqmapkey); + return; + } + qqmapsdk = new QQMapWX({ + key: that.globalData.qqmapkey + }); + qqmapsdk.geocoder({ + //位置坐标,默认获取当前位置,非必须参数 + address: address, //地址参数,例:固定地址 + sig: that.globalData.qqmapsig, + success: function (res) { //成功后的回调 + let mapdata = res.result; + let point = { + lat: mapdata.location.lat, + lng: mapdata.location.lng + }; + resolve(point); + }, + fail: function (error) { + wx.showToast({ + duration: 3000, + title: error.message, + icon: 'none' + }); + reject("app.getGeocoder()报错error::::", error); + }, + complete: function (res) { + + } + }); + }); + }, + resetBasicInfo() { + //重置yzFirstlogin,使下一次接口重新传参basic_info,获取basic_info数据 + yzFirstlogin = 1; + }, + adConfig: { // 广告配置 + app_id: newhost.adBrightid||'', // 营销云平台应用ID + domain: newhost.adBrightDomain||'', // 广告服务域名(同步骤2) + test_id: '', // 广告位测试ID + h5_path: '/packageI/web-view/h5View' // H5预览页面 + } +}); \ No newline at end of file diff --git a/yun-min-program-plugin-master/app.json b/yun-min-program-plugin-master/app.json new file mode 100644 index 0000000..3e86e5b --- /dev/null +++ b/yun-min-program-plugin-master/app.json @@ -0,0 +1,1014 @@ +{ + "pages": [ + "pages/index/index", + "pages/login/login", + "pages/logs/logs" + ], + "window": { + "backgroundTextStyle": "dark", + "backgroundColor": "#f8f8f8", + "navigationBarTitleText": "", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "black" + }, + "usingComponents": { + "shopfoot": "./mycomponent/foot/foot", + "yz-image": "./mycomponent/yz-image/yz-image" + }, + "subpackages": [{ + "root": "packageA", + "pages": [ + "detail_v2/detail_v2", + "member/orderdetail/orderdetail", + "member/CourseManage/CourseManage", + "member/course/CourseIndex/CourseIndex", + "member/course/CourseSearch/CourseSearch", + "member/course/CourseDetail/CourseDetail", + "member/course/CourseReward/CourseReward", + "member/course/CourseMy/CourseMy", + "member/course/CourseHistory/CourseHistory", + "member/course/CourseMemberUpdate/CourseMemberUpdate", + "member/course/VoiceList/VoiceList", + "member/course/VoiceDetail/VoiceDetail", + "member/conferenceList/conferenceList", + "member/rechargeCode/rechargeCode", + "member/rankingIndex/rankingIndex", + "member/supplier/supplier", + "member/supplier/CommodityEditor/CommodityEditor", + "member/supplier/SupplierShop/SupplierShop", + "member/notice/notice", + "member/article/articleContent/articleContent", + "member/article/noticeByCategory/noticeByCategory", + "member/article/noticeReport/noticeReport", + "member/article/ArticleList/ArticleList", + "member/supplier/CommodityRelease/CommodityRelease", + "member/supplier/CommodityManagement/CommodityManagement", + "member/myOrder_v2/myOrder_v2", + "member/supplier/SupInfoManage/SupInfoManage", + "member/balance/supplier_withdrawals/supplier_withdrawals", + "member/SupplierCenter/SupplierCenter", + "member/extension/distributionOrder/distributionOrder", + "member/extension/present/present", + "member/extension/notPresent/notPresent", + "member/extension/alreadySettled/alreadySettled", + "member/extension/unsettled/unsettled", + "member/extension/commission/commission", + "member/extension/CustomQueue/CustomQueue", + "member/distribution/distribution", + "member/ClockPunchRecord/ClockPunchRecord", + "member/ClockPunchRule/ClockPunchRule", + "member/ClockPunch/ClockPunch", + "member/extension/Performance/Performance", + "member/income_details_info/income_details_info", + "member/presentationDetails/presentationDetails", + "member/presentationRecord/presentationRecord", + "member/presentationRecord_v2/presentationRecord_v2", + "member/extension/incomedetails/incomedetails", + "member/extension/earningList/earningList", + "member/extension/myEarnings/myEarnings", + "member/withdrawal/withdrawal", + "member/withdrawEditmobile/withdrawEditmobile", + "member/extension/MyIncome/MyIncome", + "member/info/info", + "member/editmobile/editmobile", + "member/memberBank/memberBank", + "member/set_balance_password/set_balance_password", + "member/balance_password/balance_password", + "member/info_costom/info_costom", + "member/coupon_v2/coupon_v2", + "member/coupon_v2_detail/coupon_v2_detail", + "member/sign/sign", + "member/signrules/signrules", + "member/signrecord/signrecord", + "member/storeApply/storeApply", + "member/extension/ExtensionApply/ExtensionApply", + "member/extension/ExtensionGoods/ExtensionGoods", + "member/balance/balance/balance", + "member/balance/detailed/detailed", + "member/balance/details/details", + "member/balance/balance_recharge/balance_recharge", + "member/balance/balance_transfer/balance_transfer", + "member/balance/balance_withdrawals/balance_withdrawals", + "member/order/logistics/logistics", + "member/order/orderCash/orderCash", + "member/order/TransferAccount/TransferAccount", + "member/DistributionOrders/DistributionOrders", + "hotel/HotelGoodsOrder/HotelGoodsOrder", + "hotel/HotelManage/HotelManage", + "others/materialCenter/materialCenter", + "others/materialSearch/materialSearch", + "member/presentationRecordSuppier/presentationRecordSuppier", + "others/HJinfo/bankCardInformation/bankCardInformation", + "others/HJinfo/bankcardin/bankcardin", + "others/order_ruturn_info/order_ruturn_info", + "member/balance/transformLoveV/transformLoveV", + "member/supplier/SupplierInfo/SupplierInfo", + "mycomponent/group_buy/group_buy", + "member/pick_up_card_order/pick_up_card_order", + "member/order/scancodeAccount/scancodeAccount", + "member/order/cpsOrder/cpsOrder", + "member/order/cpsCoupon/cpsCoupon", + "others/GoodsComment/GoodsComment", + "member/order/orderLogisticsDetails/orderLogisticsDetails", + "member/supplier/SupplierIndex/SupplierIndex", + "member/supplier/SupplierSearch/SupplierSearch" + ] + }, + { + "root": "packageB", + "pages": [ + "member/comment/comment", + "member/OrderRecord/OrderRecord", + "member/OrderReturnSure/OrderReturnSure", + "member/OrderReturnCheck/OrderReturnCheck", + "member/OrderReturn/OrderReturn", + "member/ranking/rankingListSecond/rankingListSecond", + "member/ranking/rankingListFirst/rankingListFirst", + "member/MemberGradeList/MemberGradeList", + "member/RightGood/RightGood", + "member/goods/GoodsBrand/GoodsBrand", + "member/address/myinfo/myinfo", + "member/integral_transfer/integral_transfer", + "member/integral/integral", + "member/IntegralActivity/IntegralActivity", + "member/IntegralPresent/IntegralPresent", + "member/IntegralRecord/IntegralRecord", + "member/IntegralGetRecord/IntegralGetRecord", + "member/IntegralGeneralization/IntegralGeneralization", + "member/integrallist/integrallist", + "member/helpcenter/helpcenter", + "member/CardIndex/CardIndex", + "conference/MeetingIndex/MeetingIndex", + "conference/MeetingIndexDetail/MeetingIndexDetail", + "conference/MeetingExtendList/MeetingExtendList", + "conference/activity/activity", + "conference/myActivityInfo/myActivityInfo", + "member/love/Love_index/Love_index", + "member/love/LoveRecharge/LoveRecharge", + "member/love/love_trading/love_trading", + "member/love/love_transfer/love_transfer", + "member/love/love_record/love_record", + "member/love/love_explain/love_explain", + "member/love/love_list/love_list", + "member/love/loveWithdrawals/loveWithdrawals", + "member/love/love_activation/love_activation", + "member/love/lovePeriod/lovePeriod", + "member/love/lovePerformance/lovePerformance", + "member/overseas_index/overseas_index", + "member/overseas_transfer/overseas_transfer", + "member/overseas_balance_withdrawals/overseas_balance_withdrawals", + "member/overseas_list/overseas_list", + "member/overseas_record/overseas_record", + "member/FrozenCoin/FrozenCoin", + "member/RechargeCoin/RechargeCoin", + "member/PutForwardCoin/PutForwardCoin", + "member/Integral_love/Integral_love", + "member/Integral_love_detail/Integral_love_detail", + "member/Integral_love_transfer/Integral_love_transfer", + "member/Integral_love_cash/Integral_love_cash", + "member/Integral_change/Integral_change", + "member/creditInfo/creditInfo", + "member/income/regionalAgencyCenter/regionalAgencyCenter", + "member/income/applyRegionalAgency/applyRegionalAgency", + "member/income/full_return_center/full_return_center", + "member/income/full_return_list_info/full_return_list_info", + "member/income/fixedReward/fixedReward", + "member/income/level_return/level_return", + "member/enterprise/enterprise_index/enterprise_index", + "member/enterprise/enterprose_center_apply/enterprose_center_apply", + "member/enterprise/enterprise_center_supplier/enterprise_center_supplier", + "member/enterprise/enterprise_supplier_info/enterprise_supplier_info", + "member/enterprise/enterprise_store/enterprise_store", + "member/enterprise/profit/profit", + "member/enterprise/mryt/mryt", + "member/enterprise/TeamDataCount/TeamDataCount", + "member/enterprise/AwardRecord/AwardRecord", + "member/enterprise/AwardDetail/AwardDetail", + "member/enterprise/sale_commission/sale_commission", + "member/enterprise/point_activity_award_center/point_activity_award_center", + "member/enterprise/RewardQueue/RewardQueue", + "member/enterprise/reward_detail/reward_detail", + "member/enterprise/RewardProcess/RewardProcess", + "member/enterprise/enterprise_apply/enterprise_apply", + "member/income/shareholder_dividend/shareholder_dividend", + "member/income/single_return_center/single_return_center", + "member/income/single_return_list_info/single_return_list_info", + "member/chain_shop/ChainShopIndex/ChainShopIndex", + "member/chain_shop/ChainShopInfo/ChainShopInfo", + "member/income/teamAgentCenter/teamAgentCenter", + "member/income/teamCode/teamCode", + "member/income/codeHistory/codeHistory", + "member/income/TeamClient/TeamClient", + "member/income/teamPerformance/teamPerformance", + "member/income/FranchiserRed/FranchiserRed", + "member/income/RedReward/RedReward", + "member/income/teamlevel_return_center/teamlevel_return_center", + "member/income/courseIncome/courseIncome", + "member/income/income/income", + "member/enterprise/ExtensionPage/ExtensionPage", + "member/enterprise/QueueRecord/QueueRecord", + "member/enterprise/RecordOfAwards/RecordOfAwards", + "member/enterprise/PartnershipTeam/PartnershipTeam", + "member/enterprise/ManagementRecord/ManagementRecord", + "member/enterprise/TaskList/TaskList", + "member/enterprise/consumerReturnPoint/consumerReturnPoint", + "member/category/catelist/catelist", + "member/category/brand_v2/brand_v2", + "member/category/brandgoods/brandgoods", + "member/category/search_v2/search_v2", + "member/business_card/BusinessCard/BusinessCard", + "member/business_card/CardCenter/CardCenter", + "member/business_card/Card_Action/Card_Action", + "member/business_card/CardCollect/CardCollect", + "member/business_card/CardRanking/CardRanking", + "member/business_card/CardFootprint/CardFootprint", + "member/business_card/EditCard/EditCard", + "member/business_card/CardGoods/CardGoods", + "member/business_card/CardCode/CardCode", + "member/business_card/CardVisit/CardVisit", + "member/commodity_coupon/commodity_coupon/commodity_coupon", + "member/commodity_coupon/commodityCoupon_edit/commodityCoupon_edit", + "member/commodity_coupon/CommodityCouponGive/CommodityCouponGive", + "member/group/GroupDetail/GroupDetail", + "member/group/GroupList/GroupList", + "member/group/MyGroups/MyGroups", + "member/distribution_queue/DistributionIndex/DistributionIndex", + "member/distribution_queue/DistributionSearch/DistributionSearch", + "member/distribution_queue/DistributionStatistics/DistributionStatistics", + "member/distribution_queue/DistributionActivityDetail/DistributionActivityDetail", + "member/distribution_queue/DistributionCommissionDetail/DistributionCommissionDetail", + "member/distribution_queue/DistributionParticipant/DistributionParticipant", + "member/Integral_invest/Integral_invest", + "member/handWithdraw/handWithdraw", + "member/addressManage/addressManage", + "member/addressAdd/addressAdd", + "member/group_buy/group_buy_list/group_buy_list", + "member/group_buy/my_group_buy/my_group_buy", + "member/group_buy/group_buy_detail/group_buy_detail", + "member/income/new_team_bonus/new_team_bonus", + "member/couponLog/couponLog", + "member/love/love_gift_bag/love_gift_bag", + "conference/conferenceSign/conferenceSign", + "member/love/loveCycleReceive/loveCycleReceive", + "member/love/loveCashbackRecord/loveCashbackRecord", + "member/integralDetail/integralDetail", + "member/love/donate/DonateIndex", + "member/love/love_gift_queue/love_gift_queue", + "member/love/LoveSpeedLease/LoveSpeedLease" + ] + }, + { + "root": "packageC", + "pages": [ + "o2o/qrCode/qrCode", + "cashier/cashier_stat/cashier_stat", + "cashier/cashier_qr/cashier_qr", + "cashier/cashier/cashier", + "cashier/cashierIncome/cashierIncome", + "o2o/storeManage/storeManage", + "o2o/card/CardChooseMembership/CardChooseMembership", + "o2o/card/CardOpenMembership/CardOpenMembership", + "o2o/card/new_card/new_card", + "o2o/StoreSearch/StoreSearch", + "o2o/store_coupon/store_coupon", + "o2o/store_add_goods/store_add_goods", + "o2o/o2oStore/o2oStore", + "cashier/cashier_pay/cashier_pay", + "o2o/o2oCategory/o2oCategory", + "o2o/o2oSearch/o2oSearch", + "o2o/o2oCity/o2oCity", + "o2o/o2oLocation_loc/o2oLocation_loc", + "o2o/o2oHome/o2oHome", + "o2o/o2oLocation/o2oLocation", + "o2o/HomeSeller/HomeSeller", + "o2o/GoodsClassify/GoodsClassify", + "o2o/AddClassify/AddClassify", + "o2o/FirstEdit/FirstEdit", + "microshop/microShop_home/microShop_home", + "microshop/micro_shop_share_category/micro_shop_share_category", + "microshop/micro_shop_share_carelist/micro_shop_share_carelist", + "microshop/microShop_ShopKeeperCenter/microShop_ShopKeeperCenter", + "microshop/microShop_baseinfo/microShop_baseinfo", + "microshop/manage_shop/manage_shop", + "microshop/micro_shop_add_category/micro_shop_add_category", + "microshop/catelist1/catelist1", + "microshop/microShop_apply/microShop_apply", + "microshop/microShop_apply_reg_info/microShop_apply_reg_info", + "microshop/microShop_shareList/microShop_shareList", + "microshop/shareDetail/shareDetail", + "microshop/micro_shop_share_home/micro_shop_share_home", + "member/searchAll/searchAll", + "member/visit/Inviter/Inviter", + "member/visit/InputVisit/InputVisit", + "hotel/HotelIndex/HotelIndex", + "hotel/HotelHome/HotelHome", + "hotel/HotelChooseRoom/HotelChooseRoom", + "hotel/HotelSearch/HotelSearch", + "hotel/hotelCoupon/hotelCoupon", + "orders/Lottery/Lottery", + "orders/LotteryRecord/LotteryRecord", + "video_goods/addVideoGood/addVideoGood", + "video_goods/releaseVideo/releaseVideo", + "video_goods/VideoList/VideoList", + "video_goods/videoAgreement/videoAgreement", + "video_goods/VideoDetail/VideoDetail", + "video_goods/VideoReward/VideoReward", + "entry_orders/coupon_exchange/coupon_exchange", + "entry_orders/entry_volume/entry_volume", + "entry_orders/my_volume/my_volume", + "entry_orders/wholesale_volume/wholesale_volume", + "entry_orders/coupon_exrecord/coupon_exrecord", + "entry_orders/money_detail/money_detail", + "entry_orders/home/home", + "entry_orders/volume_detail/volume_detail", + "micro_communities/microIndex/microIndex", + "micro_communities/microClassification/microClassification", + "micro_communities/microSearchIndex/microSearchIndex", + "micro_communities/microhomepage/microhomepage", + "micro_communities/microCommentDetails/microCommentDetails", + "micro_communities/microRelease/microRelease", + "micro_communities/microEdit/microEdit", + "micro_communities/microAttention/microAttention", + "micro_communities/microFanlist/microFanlist", + "CouponExchange/index", + "diyform/diyform", + "voice_shop/my_voices/my_voices", + "selfCarry/selfCarryApply/selfCarryApply", + "selfCarry/selfCarry_info/selfCarry_info", + "selfCarry/selfCarry_reward/selfCarry_reward", + "redPacket/daily_red/daily_red", + "redPacket/get_red_record/get_red_record", + "redPacket/red_amount/red_amount", + "redPacket/redRank/redRank", + "video_goods/myVideo/myVideo", + "couponList/couponList", + "couponcode/couponcode", + "frogpro/backScreenlogin/backScreenlogin", + "frogpro/storeManagement/storeManagement", + "frogpro/cashier_desk/cashier_desk", + "frogpro/waitingPayment/waitingPayment", + "frogpro/succeededPayment/succeededPayment", + "frogpro/lose/lose", + "frogpro_front/frontScreenlogin/frontScreenlogin", + "video_goods/videoAnswer/videoAnswer", + "o2o/o2oGroupActivitylist/o2oGroupActivitylist", + "o2o/openGroupList/openGroupList", + "o2o/openGroupDetail/openGroupDetail", + "o2o/groupDataStatistics/groupDataStatistics", + "Myshaky/activityHome/activityHome", + "Myshaky/enroll/enroll", + "Myshaky/enrollEnter/enrollEnter", + "Myshaky/lecturerDetail/lecturerDetail", + "Myshaky/Myindex/Myindex", + "Myshaky/Mylove/Mylove", + "Myshaky/Myshaky/Myshaky", + "Myshaky/Registration/Registration", + "Myshaky/RegistrationDetail/RegistrationDetail", + "Myshaky/searchResult/searchResult", + "Myshaky/sort/sort", + "mycomponent/o2ogroup_qrcode/o2ogroup_qrcode", + "o2o/createGroup/createGroup", + "o2o/o2oGrouplist/o2oGrouplist", + "o2o/o2oSearchMultiple/o2oSearchMultiple", + "redPacket/daily_red_home/daily_red_home", + "Myshaky/sign_in/sign_in", + "selfCarry/selectSelfPickupPoint/selectSelfPickupPoint", + "selfCarry/component/selfPickupPointChild/selfPickupPointChild" + ] + }, + { + "root": "packageD", + "pages": [ + "coupon/coupon_store", + "member/addressAdd_v2/addressAdd_v2", + "member/addressEdit/addressEdit", + "member/myRelationship/myRelationship", + "member/myRelationship/amount/amount", + "member/myRelationship/detail/detail", + "member/myEvaluation/myEvaluation", + "member/CommentDetails/CommentDetails", + "member/addevaluate/addevaluate", + "member/evaluate/evaluate", + "member/myOrder/Aftersaleslist/Aftersaleslist", + "member/myOrder/invoice/invoice", + "member/myOrder/truckList/truckList", + "member/myOrder/evaluate/evaluate", + "member/myOrder/order_record/order_record", + "member/myOrder/orderVerification/orderVerification", + "member/myOrder/express/express", + "member/myOrder/Aftersales/Aftersales", + "member/myOrder/refund/refund", + "member/myOrder/DeliveryEvaluate/DeliveryEvaluate", + "member/addressList/addressList", + "member/collection/collection", + "member/footprint/footprint", + "buy/myOrder_v2/myOrder_v2", + "buy/orderPay/orderPay", + "buy/payanother/payanother", + "buy/payanotherDetail/payanotherDetail", + "buy/success/success", + "coupon_share/coupon_share", + "getCoupon/getCoupon", + "livePlayer/livePlayer", + "playBack/playBack", + "auction/auctioneer-manage/auctioneer/auctioneer", + "auction/auctioneer-manage/auction_agreement/auction_agreement", + "auction/auctioneer-manage/good_manage/good_manage", + "auction/auctioneer-manage/my_money/my_money", + "auction/auctioneer-manage/password_change/password_change", + "auction/auctioneer-manage/set_password/set_password", + "auction/auctioneer-manage/shop_share/shop_share", + "auction/auctioneer-manage/auction_collect/auction_collect", + "auction/auction/auction_good/auction_good", + "auction/auction/auction_index/auction_index", + "auction/auction/auction_more/auction_more", + "auction/auction/auction_record/auction_record", + "auction/auction/auction_search/auction_search", + "auction/auction/auction_vip/auction_vip", + "auction/auction-apply/auction-apply/auction-apply", + "auction/auction-mine/auction_collect/auction_collect", + "auction/auction-mine/auction_deposit/auction_deposit", + "auction/auction-mine/my_auction/my_auction", + "auction/auction-mine/my_index/my_index", + "auction/auction-mine/auction_integral_love/auction_integral_love", + "auction/auction-mine/auctionIntegralCash/auctionIntegralCash", + "auction/auction-mine/auction_goods_order/auction_goods_order", + "auction/auction-mine/auction_recharge/auction_recharge", + "auction/auctioneer-publish/publish_first/publish_first", + "auction/auctioneer-publish/publish_second/publish_second", + "auction/auctioneer-shop/auctioneer_shop/auctioneer_shop", + "auction/auctioneer-shop/auctioneer_shop_search/auctioneer_shop_search", + "directSeeding/anchorApply/anchorApply", + "directSeeding/livePage/livePage", + "directSeeding/liveList/liveList", + "directSeeding/foreshow/foreshow", + "directSeeding/anchorDetail/anchorDetail", + "directSeeding/liveDividend/liveDividend", + "directSeeding/liveReport/liveReport", + "directSeeding/helperLiveList/helperLiveList", + "directSeeding/helperLiveRoom/helperLiveRoom", + "directSeeding/liveClassification/liveClassification", + "warranty/warrantyind/warrantyind", + "warranty/warrantyAdd/warrantyAdd", + "warranty/Add_Balance_manage/Add_Balance_manage", + "warranty/Edit_Balance_manage/Edit_Balance_manage", + "warranty/policyPay/policyPay", + "article/articleList/articleList", + "article/PayarticleList/PayarticleList", + "preferential_volume/preferential_volume", + "o2o/recommendlist/recommendlist", + "o2o/recommendind/recommendind", + "o2o/recommendtext/recommendtext", + "ActivityDetail/ActivityDetail", + "teamSales/salesManagement/salesManagement", + "MyFriendApply/myfriends", + "quickPay/member_add_bank_second/member_add_bank_second", + "quickPay/member_add_bank_first/member_add_bank_first", + "quickPay/quick_index/quick_index", + "quickPay/member_choose_bank/member_choose_bank", + "quickPay/member_bind_bank/member_bind_bank", + "quickPay/bind_bank/bind_bank", + "quickPay/add_bank_first/add_bank_first", + "quickPay/add_bank_second/add_bank_second", + "quickPay/choose_bank/choose_bank", + "businessActivity/businessActivity", + "easyRefuel/easyRefuel", + "dividends/dividends", + "member/myMarket/myMarket", + "directSeeding/liveFanList/liveFanList", + "member/myOrder/negotiationRecord/negotiationRecord", + "quickPay/member_remove_bank/member_remove_bank" + ] + }, + { + "root": "packageE", + "pages": [ + "team_sell/teamSell/teamSell", + "team_sell/predictIncome/predictIncome", + "team_sell/teamActive/teamActive", + "team_sell/activeRecord/activeRecord", + "team_sell/teamLimit/teamLimit", + "team_sell/getCouponCentre/getCouponCentre", + "team_sell/getCouponShare/getCouponShare", + "team_sell/getCouponLis/getCouponLis", + "Rankings/Rankings", + "memberLevelNav/levelNav", + "healthy/healthyIndex/healthyIndex", + "healthy/healthyEv/healthyEv", + "healthy/healthyPaper/healthyPaper", + "healthy/healthyResult/healthyResult", + "healthy/healthyRecord/healthyRecord", + "healthy/healthyDetails/healthyDetails", + "energy/powerCabin/powerCabin", + "energy/powerCheck/powerCheck", + "energy/powerResult/powerResult", + "energy/powerStore/powerStore", + "energy/powerSell/powerSell", + "energy/powerMember/powerMember", + "energy/powerEquipment/powerEquipment", + "energy/powerDetail/powerDetail", + "energy/bindEquipment/bindEquipment", + "energy/userCard/userCard", + "energy/powerNotes/powerNotes", + "energy/powerAddMeb/powerAddMeb", + "energy/cardDetail/cardDetail", + "energy/familyMember/familyMember", + "energy/AddfamilyMember/AddfamilyMember", + "energy/cancellation/cancellation", + "energy/powerCancellation/powerCancellation", + "groupCode/groupCode", + "groupCode/groupCodeCreate/groupCodeCreate", + "groupCode/groupCodeEdit/groupCodeEdit", + "groupCode/groupCodeRanking/groupCodeRanking", + "groupCode/groupCodeRecord/groupCodeRecord", + "groupCode/groupCodeShow/groupCodeShow", + "groupCode/groupCodeData/groupCodeData", + "groupCode/groupCodeLabel/groupCodeLabel", + "groupCode/groupCodeSearch/groupCodeSearch", + "groupCode/groupCodeGoodsList/groupCodeGoodsList", + "extension/dealer_award/peerAward/peerAward", + "extension/dealer_award/peerAwardes_withdraw/peerAwardes_withdraw", + "questionnaire/surveyResult/surveyResult", + "questionnaire/questionnaireIndex/questionnaireIndex", + "questionnaire/questions/questions", + "questionnaire/history/history", + "questionnaire/history_details/history_details", + "questionnaire/questionsSearch/questionsSearch", + "loveRanking/loveRanking", + "TeamPerformanceAward/TeamPerformanceAward", + "stationNotice/stationNotice", + "stationNotice/stationNoticeExtract/stationNoticeExtract", + "stationNotice/stationNoticeExamine/stationNoticeExamine", + "stationNotice/stationNoticeLogistics/stationNoticeLogistics", + "stationNotice/stationNoticeAnchor/stationNoticeAnchor", + "stationNotice/stationNoticeCustomer/stationNoticeCustomer", + "stationNotice/stationNoticeProperty/stationNoticeProperty", + "stationNotice/stationNoticeOrder/stationNoticeOrder", + "stationNotice/stationNoticeActivity/stationNoticeActivity", + "stationNotice/stationNoticeActivityDetail/stationNoticeActivityDetail", + "stationNotice/stationNoticeSetting/stationNoticeSetting", + "grab_group/grab_group_home/grab_group_home", + "grab_group/grab_group_my/grab_group_my", + "grab_group/grab_group_my_record/grab_group_my_record", + "grab_group/grab_group_reward/grab_group_reward", + "grab_group/grab_group_detail/grab_group_detail", + "appointment/manager/add_technician", + "appointment/manager/stores_technician/stores_technician", + "appointment/technician/work_day/TechnicianWork/TechnicianWork", + "appointment/technician/work_day/TechnicianTime/TechnicianTime", + "appointment/technician/appointment_project/appointment_project", + "appointment/client/appointment/appointment", + "appointment/client/evaluate/evaluate", + "appointment/client/make_appointment/make_appointment", + "appointment/client/project/project", + "appointment/client/verification/verification", + "appointment/appointment_index", + "appointment/mine/mine", + "appointment/hot_technician/hot_technician", + "appointment/showAppointment/showAppointment", + "appointment/ProjectList/ProjectList", + "appointment/search/search", + "appointment/technician_details/technician_details", + "appointment/ProjectDetails/ProjectDetails", + "wechat_card/index", + "ConsumePacket/index/index", + "ConsumePacket/ConsumePacketSuccess/ConsumePacketSuccess", + "TeamDistribution/TeamDistribution", + "regionalAwards/regionalAwards", + "regionalAwards/regionalAwardsRecord/regionalAwardsRecord", + "others/cloudwarehouse/cloud_index/cloud_index", + "others/cloudwarehouse/pickUpArea/pickUpArea", + "others/cloudwarehouse/pickUp/pickUp", + "others/cloudwarehouse/cloudOrder/cloudOrder", + "others/cloudwarehouse/cloudOrderList/cloudOrderList", + "others/cloudwarehouse/cloudOrderDetail/cloudOrderDetail", + "others/cloudwarehouse/cloudRecord/cloudRecord", + "others/cloudwarehouse/cloudRelease/cloudRelease", + "others/cloudwarehouse/cloudReleaseLog/cloudReleaseLog", + "findpwd/findpwd", + "community_solitaire/community_solitaire", + "others/skin/skin", + "others/skin_result/skin_result", + "others/log/log", + "others/rank/rank", + "others/fixedPrice/fixedPrice", + "others/share/share", + "others/all_result/all_result", + "pickUpCard/pickUpCardIndex/pickUpCardIndex", + "pickUpCard/pickUpCardReimburse/pickUpCardReimburse", + "managementIndex/managementIndex", + "managementIndex/proclamation/proclamation", + "managementIndex/managementLis/managementLis", + "multiplePackages/multiplePackages", + "others/application_market/application_market", + "others/application_market/binding_site/binding_site", + "others/application_market/change_site/change_site", + "others/referral_officer/referral_officer", + "others/referral_officerDetail/referral_officerDetail", + "newteamAgentCenter/newteamAgentCenter", + "newteamCode/newteamCode", + "newTeamClient/newTeamClient", + "newFranchiserRed/newFranchiserRed", + "newteamPerformance/newteamPerformance", + "newcodeHistory/newcodeHistory", + "newRedReward/newRedReward", + "superior/superior", + "pickUpCard/pickUpCardMy/pickUpCardMy", + "pickUpCard/pickUpCardMyDet/pickUpCardMyDet", + "community_buying/edit_info/edit_info", + "community_buying/index/index", + "community_buying/group_buying/group_buying", + "community_buying/buying_details/buying_details", + "community_buying/buying_data/buying_data", + "community_buying/buying_personal/buying_personal", + "community_buying/business_info/business_info", + "community_buying/buying_order/buying_order", + "commodityDividends/commodityDividends", + "others/case_library/case_library", + "others/case_library/home/caseLibraryHome", + "others/case_library/category/caseLibraryCategory", + "others/case_library/label/caseLibraryLabel", + "others/case_library/subject_list/caseLibrarySubjectList", + "others/case_library/subject_detail/caseLibrarySubjectDetail", + "others/case_library/case_detail/caseLibraryDetail", + "others/case_library/label/caseLibraryMypublish", + "others/case_library/new_mobile/caseLibraryNewMobile", + "others/case_library/new_mobile/caseLibraryAreaMobile", + "others/case_library/ranking_mobile/caseLibraryRankingMobile", + "video_question/video_question", + "video_question/answer/answer", + "video_question/apply/apply", + "video_question/watch/watch", + "ranking_2/index/index", + "ranking_2/reward_log/reward_log", + "ranking_2/my_reward/my_reward", + "video_question/videoRecord/videoRecord", + "video_question/videoRecordList/videoRecordList", + "orderullPackage/orderullPackage" + ] + }, + { + "root": "packageF", + "pages": [ + "pages/index/index", + "cart_share/cart_share", + "others/historyGroup/historyGroup", + "storeManagement/storeManagementIndex/storeManagementIndex", + "storeManagement/storeGoodsManagement/storeGoodsManagement", + "storeManagement/releaseStoreGoods/releaseStoreGoods", + "storeManagement/storeGoodsCatgory/storeGoodsCatgory", + "storeManagement/editGoodsCatgory/editGoodsCatgory", + "storeManagement/memberManagement/memberManagement", + "storeManagement/storeMemberInfo/storeMemberInfo", + "storeManagement/storeIntegralList/storeIntegralList", + "storeManagement/storeBalanceList/storeBalanceList", + "storeManagement/storeCouponList/storeCouponList", + "storeManagement/financeManagement/financeManagement", + "storeManagement/withdrawalList/withdrawalList", + "storeManagement/withdrawalDetail/withdrawalDetail", + "wxFriendExtend/workWxFriendExtend/workWxFriendExtend", + "wxFriendExtend/friendRanking/friendRanking", + "wxFriendExtend/invitationRecord/invitationRecord", + "wxFriendExtend/friendRewardRecord/friendRewardRecord", + "packageGoodse/packageGoods", + "sharedPartner/sharedPartner", + "timeAppointment/timeAppointment_index/timeAppointment_index", + "timeAppointment/timeAppointment_search/timeAppointment_search", + "timeAppointment/timeAppointmentMy/timeAppointmentMy", + "timeAppointment/timeAppointmentMylist/timeAppointmentMylist", + "timeAppointment/AppointmentUserDe/AppointmentUserDe", + "bonusPoolsIndex/bonusPoolsTeam/bonusPoolsTeam", + "bonusPoolsIndex/bonusPoolsIndex/bonusPoolsIndex", + "storeSign/storeSign/storeSign", + "storeSign/storeSignDetail/storeSignDetail", + "debt/debtapply/debtapply", + "debt/debtindex/debtindex", + "debt/debtorAudit/debtorAudit", + "debt/purchaseDetails/purchaseDetails", + "debt/userManagement/userManagement", + "debt/vipAdd/vipAdd", + "debt/vipAddindex/vipAddindex", + "debt/vipIndex/vipIndex", + "debt/debtor/debtorindex/debtorindex", + "debt/debtor/debtorShop/debtorShop", + "debt/creditor/creditorindex", + "debt/vipBindRecord/vipBindRecord", + "debt/debtShopCode/debtShopCode" + ] + }, + { + "root": "packageG", + "pages": [ + "newDiy/newDiy", + "member_v2/member_v2", + "index/index", + "pages/category_v2/category_v2", + "pages/member/extension/extension", + "pages/buy/cart_v2/cart_v2", + "o2o/HomeSeller/HomeSeller", + "morePlugin/morePlugin", + "integral_shop/integral_shop", + "independent_store/access_tip/access_tip", + "independent_store/index/index", + "independent_store/store_album/store_album", + "independent_store/search/search", + "cps/cpsPage/cpsPage", + "cps/cpsGoodDetail/cpsGoodDetail", + "cps/cpsSearchPage/cpsSearchPage", + "cps/cpsTransfer/cpsTransfer", + "limitedTimeGoods/limitedTimeGoods" + ] + }, + { + "root": "packageH", + "pages": [ + "rightsInterests/rightsInterests", + "starMusic/starMusicIndex/starMusicIndex", + "starMusic/starMusicOpenGroup/starMusicOpenGroup", + "starMusic/starMusicMy/starMusicMy", + "starMusic/starMusicRewardsRecord/starMusicRewardsRecord", + "starMusic/starMusicEspNumber/starMusicEspNumber", + "starMusic/starMusicPersonalGroup/starMusicPersonalGroup", + "starMusic/starMusicListGroup/starMusicListGroup", + "starMusic/starMusicGroupDetails/starMusicGroupDetails", + "shopRanking/shopRanking/shopRanking", + "shopRanking/shopRankingList/shopRankingList", + "income/ShareholderReward/Shareholder_reward", + "o2o/storeConsumeIndex/storeConsumeIndex", + "o2o/storeConsumeStore/storeConsumeStore", + "o2o/storeConsumeShow/storeConsumeShow", + "o2o/storeConsumeUse/storeConsumeUse", + "o2o/storeConsumeIncme/storeConsumeIncme", + "toker/tokerIndex/tokerIndex", + "toker/memberTokerCard/memberTokerCard", + "toker/tokerCode/tokerCode", + "toker/tokerMerchant/tokerMerchant", + "toker/tokerSetMeal/tokerSetMeal", + "income/consumeReward/consumeReward", + "income/consumeReward/consumeMessage/consumeMessage", + "income/consumeReward/consumeDetails/consumeDetails", + "stock/index/index", + "stock/promotion_center/promotion_center", + "stock/guide/guide", + "stock/my/my", + "stock/details/details", + "newDraw/newDrawIndex/newDrawIndex", + "newDraw/winnersList/winnersList", + "newDraw/lotteryComplaint/lotteryComplaint", + "newDraw/luckyDraw/luckyDraw", + "newDraw/mydraw/mydraw", + "newDraw/newDrawMyPrize/newDrawMyPrize", + "newDraw/newDrawRecommentReward/newDrawRecommentReward", + "newDraw/payment/payment", + "cpsDetail/cpsDetail", + "cpsPwd/cpsPwd", + "cpsList/cpsList", + "cpsCard/cpsCard", + "turmaroundTime/turmaroundIndex/turmaroundIndex", + "turmaroundTime/turmaroundMy/turmaroundMy", + "circleCommunity/circleIndex/circleIndex", + "circleCommunity/circleSearch/circleSearch", + "circleCommunity/circlePayRecords/circlePayRecords", + "circleCommunity/circleIssue/circlelssue", + "circleCommunity/circleMyRelease/circleMyRelease", + "circleCommunity/circleMySet/circleMySet", + "circleCommunity/circleMyCircle/circleMyCircle", + "circleCommunity/circleMyAttention/circleMyAttention", + "circleCommunity/circleDetails/circleDetails", + "circleCommunity/circleIntroduce/circleIntroduce", + "circleCommunity/circleSetting/circleSetting", + "circleCommunity/circleChecklist/circleChecklist", + "circleCommunity/circleSelect/circleSelect", + "circleCommunity/circlereleaseVideo/circlereleaseVideo", + "circleCommunity/circleVideogood/circleVideogood", + "circleCommunity/circleMember/circleMember", + "circleCommunity/circleExtend/circleExtend", + "circleCommunity/circleTopic/circleTopic", + "circleCommunity/topicDetails/topicDetails", + "circleCommunity/videoDetails/videoDetails", + "circleCommunity/circlePayment/circlePayment", + "member/upgrade_code/group_details/group_details", + "member/upgrade_code/used_log/used_log", + "member/upgrade_code/index/index", + "member/upgrade_code/upgrade_result/upgrade_result", + "blindBox/blindBoxIndex/blindBoxIndex", + "blindBox/blindBoxDetail/blindBoxDetail", + "blindBox/blindBoxHelping/blindBoxHelping", + "reserveFunds/index/index", + "reserveFunds/getlist/getlist", + "reserveFunds/reserveFundsSuccess/reserveFundsSuccess", + "recommend_reward/recommend_reward", + "share_reward/share_reward", + "installationSever/installationSeverExtension/installationSeverExtension", + "installationSever/installationSeverHome/installationSeverHome", + "installationSever/installationSeverDetail/installationSeverDetail", + "installationSever/installationSeverRefund/installationSeverRefund", + "installationSever/installationSeverAftersale/installationSeverAftersale", + "installationSever/installationSeverAfterApply/installationSeverAfterApply", + "installationSever/installationSeverApply/installationSeverApply", + "installationSever/installationSeverMemberHome/installationSeverMemberHome", + "installationSever/installationSeverWrite/installationSeverWrite", + "installationSever/installationSeverDividends/installationSeverDividends", + "schoolCompany/schoolCompanyIndex/schoolCompanyIndex", + "schoolCompany/schoolCompanyDetails/schoolCompanyDetails", + "schoolCompany/schoolCompanyRecord/schoolCompanyRecord", + "schoolCompany/schoolCompanyExtend/schoolCompanyExtend", + "schoolCompany/schoolCompanyReceive/schoolCompanyReceive", + "schoolCompany/schoolCompanyNum/schoolCompanyNum", + "schoolCompany/schoolCompanyBind/schoolCompanyBind", + "article/periodicalIndex/periodicalIndex", + "article/periodicalDetail/periodicalDetail", + "article/periodicalWatch/periodicalWatch", + "o2o/communityStoreDetails/communityStoreDetails", + "o2o/communityStore/communityStore", + "consumerReward/consumerRewardIndex/consumerRewardIndex", + "consumerReward/consumerRewardApply/consumerRewardApply", + "consumerReward/consumerRewardRecord/consumerRewardRecord", + "consumerReward/consumerRewardPaySuccess/consumerRewardPaySuccess", + "chitchat/chatList/chatList", + "chitchat/chatWindow/chatWindow", + "signPage/signIndex/signIndex", + "signPage/personBank/personBank", + "signPage/identifyResult/identifyResult", + "signPage/signCompany/signCompany", + "signPage/contractBills/contractBills", + "signPage/staffManagement/staffManagement", + "signPage/addStaff/addStaff", + "signPage/contractList/contractList", + "signPage/signPage", + "signIndexPlu/signIndex/signIndex", + "signIndexPlu/personBank/personBank", + "signIndexPlu/identifyResult/identifyResult", + "signIndexPlu/signCompany/signCompany", + "signIndexPlu/contractList/contractList", + "signIndexPlu/signPage", + "flightInformation/flightInformation", + "credit_value/created_value_index/created_value_index", + "credit_value/recharge/recharge", + "credit_value/give/give", + "credit_value/view_details/view_details", + "credit_value/activate_history/activate_history", + "credit_value/give_history/give_history", + "liveAuthorization/liveAuthorization/liveAuthorization", + "liveAuthorization/liveAuthorization_detail/liveAuthorization_detail", + "liveAuthorization/liveAuthorization_collection/liveAuthorization_collection", + "liveAuthorization/liveAuthorization_scanCode/liveAuthorization_scanCode", + "liveAuthorization/liveAuthorization_extension/liveAuthorization_extension", + "liveAuthorization/liveAuthorization_pay/liveAuthorization_pay", + "deposit_group/activity_index/activity_index", + "deposit_group/rankList/rankList", + "newRetail/newRetailIndex/newRetailIndex", + "newRetail/newRetailSearch/newRetailSearch", + "newRetail/newRetailInventory/newRetailInventory", + "newRetail/newRetailSalesRecord/newRetailSalesRecord", + "newRetail/newRetailSalesExtension/newRetailSalesExtension", + "newRetail/newRetailSalesRecordDetail/newRetailSalesRecordDetail", + "newRetail/newRetail_agencyPackage/newRetail_agencyPackage", + "newRetail/newRetailRetailLink/newRetailRetailLink", + "Advertising/advertisingApply/advertisingApply", + "Advertising/advertisingAdvertisers/advertisingAdvertisers", + "Advertising/advertisingRelease/advertisingRelease", + "Advertising/advertisingAdDetails/advertisingAdDetails", + "Advertising/advertisingList/advertisingList", + "Advertising/advertisingPlayPage/advertisingPlayPage", + "Advertising/advertisingPutAD/advertisingPutAD", + "project_verification/MoreStores/MoreStores", + "project_verification/VerificationProjectDetails/VerificationProjectDetails", + "project_verification/VerificationProjectList/VerificationProjectList", + "project_verification/CategoryProjectList/CategoryProjectList", + "project_verification/StoreVerification/StoreVerification", + "project_verification/MyProject/MyProject", + "project_verification/WriteOff/WriteOff", + "project_verification/WriteOffRecord/WriteOffRecord", + "project_verification/BusinessVerification/BusinessVerification", + "project_verification/SearchProject/SearchProject", + "chitchat/personalProfile/personalProfile", + "superior_payment/superiorPaymentIndex/superiorPaymentIndex", + "superior_payment/superiorPaymentPay/superiorPaymentPay", + "superior_payment/superiorPaymentExtension/superiorPaymentExtension", + "superior_payment/superiorPaymentDetails/superiorPaymentDetails", + "free_of_charge/FreeRecord/FreeRecord", + "free_of_charge/FreeDetails/FreeDetails", + "free_of_charge/FreeLottery/FreeLottery", + "orderImport/orderImportApply/orderImportApply", + "orderImport/orderImportIndex/orderImportIndex", + "interests_give/interests_give", + "flightInformation/flightInformationDetail/flightInformationDetail", + "flightInformation/flightInformationDetailList/flightInformationDetailList", + "AppointmentExtends/AppointmentExtends", + "stock/agencyDividend/agencyDividend", + "member/drmIncomeReward/drmIncomeReward", + "shareProfit/shareProfit", + "ApplyForMerchants/ApplyForMerchants", + "region/region_agency/region_agentcy", + "region/my_agency/my_agency" + ] + }, + { + "root": "packageI", + "pages": [ + "newGroup/redeem/redeem", + "newGroup/zhpgroupDetail/zhpgroupDetail", + "newGroup/contributionDetail/contributionDetail", + "newGroup/contribution/contribution", + "newMedia/newMediaMy/newMediaMy", + "newMedia/newMediaFans/newMediaFans", + "newMedia/newMediaPoints/newMediaPoints", + "newMedia/newMediaExchange/newMediaExchange", + "newMedia/newMediaRechange/newMediaRechange", + "newMedia/newMediaGuide/newMediaGuide", + "newMedia/newMediaAdDetails/newMediaAdDetails", + "newMedia/newMediaPublish/newMediaPublish", + "newMedia/newMediaAdVideo/newMediaAdVideo", + "newRetailInventoryDetails/newRetailInventoryDetails", + "newRetailInventoryDetails/newRetailSalesExtension/newRetailSalesExtension", + "member_cancel/member_cancel", + "cps/cpsExtension", + "web-view/h5View", + "personRed/personRed/personRed", + "personRed/personRedList/personRedList", + "personRed/personListDetail/personListDetail", + "personRed/personRedRecord/personRedRecord", + "personRed/personRedIssue/personRedIssue", + "personRed/personRedPay/personRedPay", + "groupWork/groupWorkIndex/groupWorkIndex", + "groupWork/groupWorkMy/groupWorkMy", + "groupWork/groupWorkDetail/groupWorkDetail", + "independenceBalance/independenceBalance", + "newGroup/groupContributionDetailslog/groupContributionDetailslog", + "newGroup/pastLog/pastLog", + "newGroup/redeemLog/redeemLog", + "independenceBalance/storeBalanceDetail/storeBalanceDetail", + "independenceBalance/storeBalance/balance_recharge", + "commissionExtraIndex/commissionExtraIndex", + "newGroup/groupcblog/groupcblog", + "prizePool/prizePool", + "offline_investment/offlineInvestmentIndex/offlineInvestmentIndex", + "offline_investment/offlineInvestmentExtension/offlineInvestmentExtension", + "newGroup/zhpFinance/zhpFinance", + "gratitude_reward/gratitudeRewardIndex/gratitudeRewardIndex", + "dealer_task_reward/dealerTaskRewardIndex/dealerTaskRewardIndex", + "dealer_task_reward/dealerTaskRewardRecord/dealerTaskRewardRecord", + "teamOddDividend/teamOddDividend", + "supplierDist/supplierDriver/supplierDriver", + "supplierDist/distributionEntrance/distributionEntrance", + "searchPage/searchPage", + "handwrittenEsign/handwrittenEsignLog/handwrittenEsignLog", + "handwrittenEsign/handwrittenEsignIndex/handwrittenEsignIndex", + "diyRormProve/diyRormProveIndex/diyRormProveIndex", + "diyRormProve/diyRormProveSubmit/diyRormProveSubmit", + "diyRormProve/diyRormProveLog/diyRormProveLog", + "diyRormProve/diyRormProveDetail/diyRormProveDetail", + "warehouseFarm/warehouseFarmIndex/warehouseFarmIndex", + "warehouseFarm/warehouseFarmBuyGift/warehouseFarmBuyGift", + "warehouseFarm/warehouseFarmGood/warehouseFarmGood", + "warehouseFarm/warehouseFarmGift/warehouseFarmGift", + "warehouseFarm/warehouseFarmCreate/warehouseFarmCreate", + "warehouseFarm/warehouseFarmGiftDetail/warehouseFarmGiftDetail", + "warehouseFarm/warehouseFarmGiftLog/warehouseFarmGiftLog", + "warehouseFarm/warehouseFarmExtract/warehouseFarmExtract", + "warehouseFarm/warehouseFarmInventory/warehouseFarmInventory", + "brand_resources/brandResourcesIndex/brandResourcesIndex", + "brand_resources/cardVoucherInfo/cardVoucherInfo", + "ys_crmBind/crmBind", + "pay_back/pay_back", + "donation_project/donationProjectIndex/donationProjectIndex", + "donation_project/donationProjectList/donationProjectList", + "donation_project/donationProjectSearch/donationProjectSearch", + "donation_project/donationProjectPicture/donationProjectPicture", + "donation_project/donationProjectVideo/donationProjectVideo", + "donation_project/donationProjectDetails/donationProjectDetails", + "donation_project/donationProjectInfo/donationProjectInfo", + "allowanceIndex/allowanceIndex/allowanceIndex", + "allowanceIndex/allowanceAchievement/allowanceAchievement", + "allowanceIndex/allowanceReward/allowanceReward", + "allowanceIndex/allowanceTeam/allowanceTeam", + "parkCouponFree/index/index", + "parkCouponFree/exchangeCarCoupon/exchangeCarCoupon", + "invoice/invoiceCenter/invoiceCenter", + "invoice/invoiceOperation/invoiceOperation", + "invoice/invoice-details/invoice-details", + "seePoint/seePoint", + "public_welfare_fund/publicWelfare/publicWelfare", + "public_welfare_fund/donations/donations", + "public_welfare_fund/record/record", + "tagCloud/index/index", + "tagCloud/search/index" + ] + } + ], + "permission": { + "scope.userLocation" : { + "desc" : "为了更好地为您提供服务" + } + }, + "functionalPages": { + "independent": true + }, + "requiredBackgroundModes": [ + "audio" + ], + "requiredPrivateInfos" : [ "chooseLocation", "getLocation", "chooseAddress" ], + "debug": true, + "sitemapLocation": "sitemap.json" +} \ No newline at end of file diff --git a/yun-min-program-plugin-master/app.wxss b/yun-min-program-plugin-master/app.wxss new file mode 100644 index 0000000..5f00dca --- /dev/null +++ b/yun-min-program-plugin-master/app.wxss @@ -0,0 +1,1028 @@ +@import "/wxParse/wxParse.wxss"; +@import "/mycss/stylesheet.wxss"; +@import "/mycss/iconfont.wxss"; +@import "images.wxss"; +@import "weui.wxss"; + +page { + height: 100%; + background-color: #f5f5f5; +} + +.blank { + width: 100%; +} + +.blank image { + width: 160rpx; + margin: 96rpx auto; + display: block; +} + +.x_header { + position: fixed; + display: flex; + justify-content: center; + align-items: center; + width: 100%; + height: 80rpx; + border-bottom: 2rpx solid #eee; + z-index: 99; + background: #fff; +} + +.x_header .x_title { + text-align: center; + font-size: 32rpx; + color: #333; + line-height: 80rpx; + width: 100%; +} + +.clearlw::after { + content: "."; + display: none; + height: 0; + clear: both; + visibility: hidden; + width: 0; + overflow: hidden; +} + +.text-overHide { + overflow: hidden; + text-overflow: ellipsis; + -o-text-overflow: ellipsis; + white-space: nowrap; +} + +.b-btn-area { + padding: 20rpx; +} + +.b-btn-area button { + padding: 10rpx 0rpx; + font-size: 28rpx; +} + +.b-mask { + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.6); + position: fixed; + top: 0rpx; + z-index: 100; + display: none; +} + +.b-mask.true { + position: fixed; + top: 0rpx; + z-index: 100; + display: block; +} + +.b-br { + background: #f8f8f8; + width: 750rpx; + padding: 10rpx 0rpx; + line-height: 30rpx; + color: #888; +} + +.b-p { + width: 750rpx; + padding: 20rpx 0rpx; + line-height: 40rpx; + color: #888; +} + +.text-center { + text-align: center; +} + +.navigator-hover { + background-color: rgba(0, 0, 0, 0.1); + opacity: 0.7; +} + +.other-navigator-hover { + opacity: 0.7; +} + +page, +.container { + font-size: 24rpx; + overflow: hidden; + width: 750rpx; + overflow-y: auto; + position: relative; + color: #414141; +} + +/* +page:after{ + content: " "; + position: fixed; + left: 0; + top: 0; + right: 0; + height: 1rpx; + border-top: 1rpx solid #D9D9D9; + z-index: 100; +} */ + +.cube-list { + background: #fff; + width: 750rpx; + overflow: hidden; +} + +.cube-list .main { + background: #fff; + margin-right: -1rpx; + display: flex; + flex-wrap: wrap; +} + +.cube-list .main .picture { + width: 100%; + overflow: hidden; +} + +.cube-list .main .cols-1 { + width: 25%; + overflow: hidden; +} + +.cube-list .main .cols-2 { + width: 50%; + overflow: hidden; +} + +.cube-list .main .cols-3 { + width: 75%; + overflow: hidden; +} + +.cube-list .main .cols-4 { + width: 100%; + overflow: hidden; +} + +.cube-list .img1 { + display: block; + width: 100%; +} + +.d-goodsList { + background: #fff; + width: 750rpx; + overflow: hidden; +} + +.d-goodsList .title { + border-top: 1rpx solid #d9d9d9; + text-align: center; + height: 80rpx; + width: 100%; + background: #fff; +} + +.d-goodsList .title .x { + padding: 0 80rpx; + border-bottom: 1rpx solid #d9d9d9; + height: 40rpx; + margin: 0 auto; + display: inline-block; + overflow: unset; +} + +.d-goodsList .title .span { + line-height: 80rpx; + background: #fff; + padding: 0 20rpx; + display: block; + font-size: 24rpx; + height: 80rpx; +} + +.d-goodsList .main { + /* border-top: 1rpx solid #d9d9d9; */ + background: #fff; + margin-right: -1rpx; + display: flex; + flex-wrap: wrap; +} + +.d-goodsList .main .li { + width: 50%; + overflow: hidden; + box-sizing: border-box; + border-right: 1rpx solid #d9d9d9; + border-bottom: 1rpx solid #d9d9d9; + padding: 20rpx; +} + +.d-goodsList .img1 { + display: block; + width: 100%; + box-sizing: border-box; + border: 1rpx solid #f0f0f0; +} + +.d-goodsList .name { + line-height: 40rpx; + height: 80rpx; + overflow: hidden; + padding-top: 20rpx; + font-size: 28rpx; + text-align: justify; + align-items: center; + display: flex; +} + +.d-goodsList .name text { + max-height: 80rpx; + overflow: hidden; +} + +.d-goodsList .Price { + padding: 22rpx 0rpx 10rpx 0rpx; +} + +.d-goodsList .Price .s1 { + color: #f55955; + font-size: 28rpx; + vertical-align: middle; +} + +.d-goodsList .Price .s2 { + text-decoration: line-through; + vertical-align: middle; + color: #888; + font-size: 24rpx; + margin-left: 20rpx; +} + +.b-goodsList .main { + border-top: 1rpx solid #d9d9d9; + background: #fff; + margin-right: -1rpx; + display: flex; + flex-wrap: wrap; +} + +.b-goodsList .main .li { + width: 50%; + overflow: hidden; + box-sizing: border-box; + border-right: 1rpx solid #d9d9d9; + border-bottom: 1rpx solid #d9d9d9; + padding: 20rpx; +} + +.b-goodsList .img1 { + display: block; + width: 335rpx; + height: 335rpx; + box-sizing: border-box; + border: 1rpx solid #f0f0f0; +} + +.b-goodsList .name { + line-height: 40rpx; + height: 80rpx; + overflow: hidden; + padding-top: 20rpx; + font-size: 28rpx; + text-align: justify; + align-items: center; + display: flex; +} + +.b-goodsList .name text { + max-height: 80rpx; + overflow: hidden; +} + +.b-goodsList .Price { + padding: 20rpx 0rpx 10rpx 0rpx; +} + +.b-goodsList .Price .s1 { + color: #f55955; + font-size: 28rpx; + vertical-align: middle; +} + +.b-goodsList .Price .s2 { + text-decoration: line-through; + vertical-align: middle; + color: #888; + font-size: 24rpx; + margin-left: 20rpx; +} + + + + +/* 我的收藏、足迹等 */ + +.b-goodsList.row { + border-top: 1rpx solid #d9d9d9; +} + +.b-goodsList.row .main { + margin-right: -1rpx; +} + +.b-goodsList.row .main .li { + width: 750rpx; + overflow: hidden; + box-sizing: border-box; + border-right-width: 0rpx; + border-bottom: 1rpx solid #d9d9d9; + padding: 20rpx 20rpx 20rpx 180rpx; + position: relative; + height: 180rpx; +} + +.b-goodsList.row .img1 { + display: block; + width: 140rpx; + height: 140rpx; + position: absolute; + top: 20rpx; + left: 20rpx; + z-index: 5; +} + +.b-goodsList.row .name { + line-height: 40rpx; + height: 80rpx; + padding-top: 0rpx; + align-items: flex-start; +} + +.b-goodsList.row .name text { + max-height: 80rpx; + overflow: hidden; +} + +.b-goodsList.row .Price { + padding: 10rpx 0rpx 10rpx 0rpx; + line-height: 40rpx; +} + +.b-goodsList.row .Price .s1 { + color: #f55955; + font-size: 28rpx; + vertical-align: middle; +} + +.b-goodsList.row .Price .s2 { + text-decoration: line-through; + vertical-align: middle; + color: #888; + font-size: 24rpx; + margin-left: 20rpx; +} + +.input-block { + display: flex; + background: #fff; + flex-wrap: wrap; + align-items: center; + padding: 0rpx 20rpx; + height: 88rpx; + border-bottom: 1rpx solid #d9d9d9; + box-sizing: border-box; + width: 750rpx; +} + +.input-block.error { + color: #f55955; +} + +.input-block .type { + min-width: 180rpx; +} + +.input-block .input { + flex: 1; + display: block; +} + +.input-block-placeholder { + color: #aaa; +} + +.table-cells, +.cell-box { + background-color: #fff; + overflow: hidden; + position: relative; +} + +.table-cells::before, +.cell-box::before { + content: " "; + position: absolute; + left: 0; + top: 0; + right: 0; + height: 1rpx; + border-top: 1rpx solid #d9d9d9; +} + +.table-cells::after, +.cell-box::after { + content: " "; + position: absolute; + left: 0; + bottom: 0; + right: 0; + height: 1rpx; + border-bottom: 1rpx solid #d9d9d9; +} + +.table-cell .main { + display: flex; + background: #fff; + flex-wrap: wrap; + height: 88rpx; + margin-left: 20rpx; + padding-right: 20rpx; + border-bottom: 1rpx solid #d9d9d9; +} + +.table-cell .name, +.table-cell .title { + flex: 5; + line-height: 38rpx; + padding: 25rpx 0rpx; +} + +.table-cell .name { + color: #414141; + font-size: 28rpx; +} + +.table-cell .title { + text-align: right; + color: #888; +} + +.table-cell .icon, +.table-cell .arrow { + flex: 1; + padding: 25rpx 0rpx; +} + +.table-cell .icon { + text-align: left; +} + +.table-cell .arrow { + text-align: right; +} + +.table-cell .icon image { + height: 38rpx; + width: 38rpx; +} + +.table-cell .arrow image { + height: 38rpx; + width: 38rpx; +} + +.table-block { + display: flex; + flex-wrap: wrap; + margin-right: -1rpx; + background: #fff; +} + +.table-block .li { + width: 250rpx; + text-align: center; + border-bottom: 1rpx solid #d9d9d9; + border-right: 1rpx solid #d9d9d9; + box-sizing: border-box; + padding: 30rpx 0rpx; + position: relative; +} + +.table-block .li.m4 { + width: 187.5rpx; +} + +.table-block .icon { + width: 100%; +} + +.table-block .num { + position: absolute; + top: 20rpx; + right: 50rpx; + width: 35rpx; + height: 35rpx; + border: 0rpx solid #fff; + color: #fff; + background: #f55955; + text-align: center; + line-height: 35rpx; + border-radius: 100%; + vertical-align: middle; + font-size: 20rpx; +} + +.table-block .icon image { + width: 70rpx; + height: 70rpx; +} + +.table-block .name { + padding-top: 30rpx; + font-size: 28rpx; + width: 100%; +} + +.table-block2 { + display: flex; + flex-wrap: wrap; + margin-right: -1rpx; +} + +.table-block2 .li { + width: 50%; + height: 142rpx; + border-bottom: 1rpx solid #d9d9d9; + border-right: 1rpx solid #d9d9d9; + box-sizing: border-box; + position: relative; + display: flex; + flex-wrap: nowrap; + overflow: hidden; +} + +.table-block2 .icon { + padding: 40rpx 30rpx; + overflow: hidden; +} + +.table-block2 .icon image { + width: 60rpx; + height: 60rpx; +} + +.table-block2 .text { + padding: 25rpx 20rpx 25rpx 0rpx; + flex: 1; + line-height: 45rpx; + height: 140rpx; + box-sizing: border-box; +} + +.table-block2 .name { + font-size: 28rpx; +} + +.table-block2 .title { + font-size: 24rpx; + color: #888; +} + +.table-block2 .t1 { + color: #f55955; +} + +.b-button-block { + margin: 0rpx 20rpx; + width: 710rpx; + line-height: 88rpx; + text-align: center; +} + +.b-button-block.radius { + border-radius: 8rpx; + font-size: 28rpx; +} + +.button-other-red { + background: #e64340; + color: #fff; +} + +.button-other-orage { + background: #ff9500; + color: #fff; +} + +.button-other-red.false, +.button-other-orage.false { + background: #ccc; + color: #777; + opacity: 0.8; +} + +/* 全返明细等 */ +.tg-headMenu { + z-index: 2; + height: 89rpx; + width: 751rpx; + background: #fff; + display: flex; + white-space: nowrap; + flex-wrap: nowrap; + box-sizing: border-box; + margin-left: -1rpx; +} + +.tg-headMenu .li { + flex: 1; + text-align: center; + line-height: 88rpx; + height: 88rpx; + box-sizing: border-box; + overflow: hidden; + border-bottom: 1rpx solid #d9d9d9; +} + +.tg-headMenu .li.in, +.b-headMenu .li.true { + border-bottom: 4rpx solid #f55955; + color: #f55955; +} + +/* 全返明细等 */ +.b-headMenu { + position: fixed; + top: 0; + left: 0; + z-index: 2; + height: 89rpx; + width: 751rpx; + background: #fff; + display: flex; + white-space: nowrap; + flex-wrap: nowrap; + box-sizing: border-box; + margin-left: -1rpx; +} + +.b-headMenu .li { + flex: 1; + text-align: center; + line-height: 88rpx; + height: 88rpx; + box-sizing: border-box; + overflow: hidden; + border-bottom: 1rpx solid #d9d9d9; +} + +.b-headMenu .li.in, +.b-headMenu .li.true { + border-bottom: 4rpx solid #f55955; + color: #f55955; +} + + +/* 我的订单 */ +.b-dropDownMenu { + position: fixed; + top: 0; + left: 0; + z-index: 2; + height: 88rpx; + width: 751rpx; + background: #fff; + display: flex; + white-space: nowrap; + flex-wrap: nowrap; + border-top: 1rpx solid #fff; + border-bottom: 1rpx solid #e3e3e3; + box-sizing: border-box; + margin-left: -1rpx; +} + +.b-dropDownMenu .li { + flex: 1; + display: flex; + white-space: nowrap; + flex-wrap: nowrap; + padding: 30rpx 20rpx; + border-left: 1rpx solid #d9d9d9; +} + +.b-dropDownMenu .type, +.b-dropDownMenu .icon { + flex: 1; + line-height: 28rpx; +} + +/* .b-dropDownMenu .type {} */ + +.b-dropDownMenu .icon { + text-align: right; +} + +.b-dropDownMenu .icon image { + width: 28rpx; + height: 28rpx; + transform: rotate(90deg); +} + +/* 我的收藏、全返明细 */ +.b-footerMenu { + display: flex; + flex-wrap: wrap; + height: 88rpx; + width: 751rpx; + margin-left: -1rpx; + position: fixed; + bottom: 0rpx; + left: 0rpx; + background: #fff; + z-index: 20; + border-top: 1rpx solid #d9d9d9; +} + +.b-footerMenu .li { + padding: 24rpx 0rpx; + border-left: 1rpx solid #d9d9d9; + box-sizing: border-box; + flex: 1; + text-align: center; +} + +.b-footerMenu .li image { + height: 40rpx; + width: 40rpx; + vertical-align: middle; + display: none; +} + +.b-footerMenu .li .img1 { + display: inline-block; +} + +.b-footerMenu .li .name { + line-height: 40rpx; + vertical-align: middle; + margin-left: 10rpx; + font-size: 28rpx; +} + +.b-footerMenu .li.in .img1 { + display: none; +} + +.b-footerMenu .li.in .img2 { + display: inline-block; +} + +.b-footerMenu .li.in .name { + color: #f55955; +} + +/* 选择收货地址列表 */ +.b-footerButton { + display: flex; + flex-wrap: wrap; + height: 88rpx; + width: 751rpx; + margin-left: -1rpx; + position: fixed; + bottom: 0rpx; + left: 0rpx; + background: #fff; + color: #fff; + z-index: 20; +} + +.b-footerButton .li { + padding: 24rpx 0rpx; + border-left: 1rpx solid #d9d9d9; + box-sizing: border-box; + flex: 1; + text-align: center; +} + +.b-footerButton .li image { + height: 40rpx; + width: 40rpx; + vertical-align: middle; + display: none; +} + +.b-footerButton .li .img1 { + display: inline-block; +} + +.b-footerButton .li .name { + line-height: 40rpx; + vertical-align: middle; + margin-left: 10rpx; + font-size: 28rpx; +} + +.b-altText { + padding: 20% 30rpx; + text-align: center; +} + +.b-altText.in { + padding: 0% 0; +} + +.b-altText image { + width: 150rpx; + height: 200rpx; +} + +.b-altText .te1 { + display: block; + padding-top: 0; + margin: 0 auto; + color: #666; + font-size: 16px; + line-height: 25px; +} + +.b-altText .te2 { + display: block; + padding-top: 0; + margin: 0 auto; + color: #888; + line-height: 25px; +} + +.b-altText .button { + display: flex; + margin-top: 40px; +} + +.b-altText .button .but { + display: block; + line-height: 40px; + border: 1px solid #c3c3c3; + box-sizing: border-box; + flex: 1; + margin: 0 10px; + border-radius: 4px; +} + +/* .b-search { + padding: 14rpx; + background: #fff; + width: 750rpx; + box-sizing: border-box; + display: flex; + flex-wrap: wrap; +} + +.b-search.fixed { + position: fixed; + top: 0rpx; + left: 0rpx; + z-index: 2; +} + +.b-search.border { + border-bottom: 1rpx solid #d9d9d9; +} + +.b-search .main { + background: #f0f0f0; + border-radius: 8rpx; + font-size: 24rpx; + padding: 0rpx 20rpx; + overflow: hidden; + display: flex; + flex-wrap: wrap; + align-items: center; + height: 56rpx; + color: #666; + flex: 1; +} + +.b-search .but { + font-size: 24rpx; + padding: 0rpx 20rpx 0rpx 30rpx; + height: 56rpx; + color: #666; + line-height: 56rpx; +} + +.b-search .main icon { + width: 40rpx; +} + +.b-search .main .input1 { + flex: 1; + height: 56rpx; + line-height: 56rpx; + vertical-align: middle; +} */ + +.b-dateBe { + position: fixed; + bottom: 0rpx; + left: 0rpx; + border-top: 1rpx solid #d9d9d9; + width: 750rpx; + z-index: 100; + background: #fff; +} + +.b-dateBe .head { + display: flex; + flex-flow: nowrap; +} + +.b-dateBe .head .sub { + padding: 20rpx 20rpx; +} + +.b-dateBe .head .sub.true { + color: #f00; +} + +.b-dateBe .main { + border-top: 1rpx solid #d9d9d9; + display: flex; +} + +.b-dateBe .main .sub.true { + background: #d9d9d9; +} + +.b-dateBe .main .sub { + height: 200rpx; + overflow: scroll; + flex: 1; +} + +.b-dateBe .main .sub .li { + text-align: center; + padding: 10rpx 0; +} + +.b-dateBe .main .sub .li.true { + color: #f00; +} + +.searchcontent .van-icon-passed { + color: #e60012; +} + + +/* @ lijianping ----> 新增 */ +.flex { + display: flex; +} + +.flex-a-c { + display: flex; + align-items: center; +} + +.flex-j-c { + display: flex; + justify-content: center; +} + +.flex-j-se { + display: flex; + justify-content: space-evenly; +} + +.flex-j-sa { + display: flex; + justify-content: space-around; +} + +.flex-j-sb { + display: flex; + justify-content: space-between; +} + +.center-box { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +.size-con { + background-repeat: no-repeat; + background-size: contain; +} + +.size-cov { + background-repeat: no-repeat; + background-size: cover; +} diff --git a/yun-min-program-plugin-master/dist/action-sheet/index.d.ts b/yun-min-program-plugin-master/dist/action-sheet/index.d.ts new file mode 100644 index 0000000..cb0ff5c --- /dev/null +++ b/yun-min-program-plugin-master/dist/action-sheet/index.d.ts @@ -0,0 +1 @@ +export {}; diff --git a/yun-min-program-plugin-master/dist/action-sheet/index.js b/yun-min-program-plugin-master/dist/action-sheet/index.js new file mode 100644 index 0000000..f3f6d0f --- /dev/null +++ b/yun-min-program-plugin-master/dist/action-sheet/index.js @@ -0,0 +1,62 @@ +import { VantComponent } from '../common/component'; +import { button } from '../mixins/button'; +import { openType } from '../mixins/open-type'; +VantComponent({ + mixins: [button, openType], + props: { + show: Boolean, + title: String, + cancelText: String, + description: String, + round: { + type: Boolean, + value: true, + }, + zIndex: { + type: Number, + value: 100, + }, + actions: { + type: Array, + value: [], + }, + overlay: { + type: Boolean, + value: true, + }, + closeOnClickOverlay: { + type: Boolean, + value: true, + }, + closeOnClickAction: { + type: Boolean, + value: true, + }, + safeAreaInsetBottom: { + type: Boolean, + value: true, + }, + }, + methods: { + onSelect(event) { + const { index } = event.currentTarget.dataset; + const item = this.data.actions[index]; + if (item && !item.disabled && !item.loading) { + this.$emit('select', item); + if (this.data.closeOnClickAction) { + this.onClose(); + } + } + }, + onCancel() { + this.$emit('cancel'); + }, + onClose() { + this.$emit('close'); + }, + onClickOverlay() { + this.$emit('click-overlay'); + this.onClose(); + }, + }, +}); diff --git a/yun-min-program-plugin-master/dist/action-sheet/index.json b/yun-min-program-plugin-master/dist/action-sheet/index.json new file mode 100644 index 0000000..19bf989 --- /dev/null +++ b/yun-min-program-plugin-master/dist/action-sheet/index.json @@ -0,0 +1,8 @@ +{ + "component": true, + "usingComponents": { + "van-icon": "../icon/index", + "van-popup": "../popup/index", + "van-loading": "../loading/index" + } +} diff --git a/yun-min-program-plugin-master/dist/action-sheet/index.wxml b/yun-min-program-plugin-master/dist/action-sheet/index.wxml new file mode 100644 index 0000000..7ed2819 --- /dev/null +++ b/yun-min-program-plugin-master/dist/action-sheet/index.wxml @@ -0,0 +1,67 @@ + + + + + {{ title }} + + + + {{ description }} + + + + + + + + {{ cancelText }} + + diff --git a/yun-min-program-plugin-master/dist/action-sheet/index.wxss b/yun-min-program-plugin-master/dist/action-sheet/index.wxss new file mode 100644 index 0000000..dc54840 --- /dev/null +++ b/yun-min-program-plugin-master/dist/action-sheet/index.wxss @@ -0,0 +1 @@ +@import '../common/index.wxss';.van-action-sheet{max-height:90%!important;max-height:var(--action-sheet-max-height,90%)!important;color:#323233;color:var(--action-sheet-item-text-color,#323233)}.van-action-sheet__cancel,.van-action-sheet__item{text-align:center;font-size:16px;font-size:var(--action-sheet-item-font-size,16px);line-height:50px;line-height:var(--action-sheet-item-height,50px);background-color:#fff;background-color:var(--action-sheet-item-background,#fff)}.van-action-sheet__cancel--hover,.van-action-sheet__item--hover{background-color:#f2f3f5;background-color:var(--active-color,#f2f3f5)}.van-action-sheet__cancel:before{display:block;content:" ";height:8px;height:var(--action-sheet-cancel-padding-top,8px);background-color:#f7f8fa;background-color:var(--action-sheet-cancel-padding-color,#f7f8fa)}.van-action-sheet__item--disabled{color:#c8c9cc;color:var(--action-sheet-item-disabled-text-color,#c8c9cc)}.van-action-sheet__item--disabled.van-action-sheet__item--hover{background-color:#fff;background-color:var(--action-sheet-item-background,#fff)}.van-action-sheet__subname{margin-left:4px;margin-left:var(--padding-base,4px);font-size:12px;font-size:var(--action-sheet-subname-font-size,12px);color:#646566;color:var(--action-sheet-subname-color,#646566)}.van-action-sheet__header{text-align:center;font-weight:500;font-weight:var(--font-weight-bold,500);font-size:16px;font-size:var(--action-sheet-header-font-size,16px);line-height:44px;line-height:var(--action-sheet-header-height,44px)}.van-action-sheet__description{text-align:center;padding:16px;padding:var(--padding-md,16px);color:#646566;color:var(--action-sheet-description-color,#646566);font-size:14px;font-size:var(--action-sheet-description-font-size,14px);line-height:20px;line-height:var(--action-sheet-description-line-height,20px)}.van-action-sheet__close{position:absolute!important;top:0;right:0;line-height:inherit!important;padding:0 12px;padding:var(--action-sheet-close-icon-padding,0 12px);font-size:18px!important;font-size:var(--action-sheet-close-icon-size,18px)!important;color:#969799;color:var(--action-sheet-close-icon-color,#969799)}.van-action-sheet__loading{display:-webkit-flex!important;display:flex!important;height:50px;height:var(--action-sheet-item-height,50px)} \ No newline at end of file diff --git a/yun-min-program-plugin-master/dist/area/index.d.ts b/yun-min-program-plugin-master/dist/area/index.d.ts new file mode 100644 index 0000000..cb0ff5c --- /dev/null +++ b/yun-min-program-plugin-master/dist/area/index.d.ts @@ -0,0 +1 @@ +export {}; diff --git a/yun-min-program-plugin-master/dist/area/index.js b/yun-min-program-plugin-master/dist/area/index.js new file mode 100644 index 0000000..17c25b3 --- /dev/null +++ b/yun-min-program-plugin-master/dist/area/index.js @@ -0,0 +1,230 @@ +import { VantComponent } from '../common/component'; +import { pickerProps } from '../picker/shared'; +import { requestAnimationFrame } from '../common/utils'; +const COLUMNSPLACEHOLDERCODE = '000000'; +VantComponent({ + classes: ['active-class', 'toolbar-class', 'column-class'], + props: Object.assign(Object.assign({}, pickerProps), { + value: { + type: String, + observer(value) { + this.code = value; + this.setValues(); + }, + }, + areaList: { + type: Object, + value: {}, + observer: 'setValues', + }, + columnsNum: { + type: null, + value: 3, + observer(value) { + this.setData({ + displayColumns: this.data.columns.slice(0, +value), + }); + }, + }, + columnsPlaceholder: { + type: Array, + observer(val) { + this.setData({ + typeToColumnsPlaceholder: { + province: val[0] || '', + city: val[1] || '', + county: val[2] || '', + }, + }); + }, + }, + }), + data: { + columns: [{ values: [] }, { values: [] }, { values: [] }], + displayColumns: [{ values: [] }, { values: [] }, { values: [] }], + typeToColumnsPlaceholder: {}, + }, + mounted() { + requestAnimationFrame(() => { + this.setValues(); + }); + }, + methods: { + getPicker() { + if (this.picker == null) { + this.picker = this.selectComponent('.van-area__picker'); + } + return this.picker; + }, + onCancel(event) { + this.emit('cancel', event.detail); + }, + onConfirm(event) { + const { index } = event.detail; + let { value } = event.detail; + value = this.parseOutputValues(value); + this.emit('confirm', { value, index }); + }, + emit(type, detail) { + detail.values = detail.value; + delete detail.value; + this.$emit(type, detail); + }, + // parse output columns data + parseOutputValues(values) { + const { columnsPlaceholder } = this.data; + return values.map((value, index) => { + // save undefined value + if (!value) return value; + value = JSON.parse(JSON.stringify(value)); + if (!value.code || value.name === columnsPlaceholder[index]) { + value.code = ''; + value.name = ''; + } + return value; + }); + }, + onChange(event) { + const { index, picker, value } = event.detail; + this.code = value[index].code; + this.setValues().then(() => { + this.$emit('change', { + picker, + values: this.parseOutputValues(picker.getValues()), + index, + }); + }); + }, + getConfig(type) { + const { areaList } = this.data; + return (areaList && areaList[`${type}_list`]) || {}; + }, + getList(type, code) { + const { typeToColumnsPlaceholder } = this.data; + let result = []; + if (type !== 'province' && !code) { + return result; + } + const list = this.getConfig(type); + result = Object.keys(list).map((code) => ({ + code, + name: list[code], + })); + if (code) { + // oversea code + if (code[0] === '9' && type === 'city') { + code = '9'; + } + result = result.filter((item) => item.code.indexOf(code) === 0); + } + if (typeToColumnsPlaceholder[type] && result.length) { + // set columns placeholder + const codeFill = + type === 'province' + ? '' + : type === 'city' + ? COLUMNSPLACEHOLDERCODE.slice(2, 4) + : COLUMNSPLACEHOLDERCODE.slice(4, 6); + result.unshift({ + code: `${code}${codeFill}`, + name: typeToColumnsPlaceholder[type], + }); + } + return result; + }, + getIndex(type, code) { + let compareNum = type === 'province' ? 2 : type === 'city' ? 4 : 6; + const list = this.getList(type, code.slice(0, compareNum - 2)); + // oversea code + if (code[0] === '9' && type === 'province') { + compareNum = 1; + } + code = code.slice(0, compareNum); + for (let i = 0; i < list.length; i++) { + if (list[i].code.slice(0, compareNum) === code) { + return i; + } + } + return 0; + }, + setValues() { + const county = this.getConfig('county'); + let { code } = this; + if (!code) { + if (this.data.columnsPlaceholder.length) { + code = COLUMNSPLACEHOLDERCODE; + } else if (Object.keys(county)[0]) { + code = Object.keys(county)[0]; + } else { + code = ''; + } + } + const province = this.getList('province'); + const city = this.getList('city', code.slice(0, 2)); + const picker = this.getPicker(); + if (!picker) { + return; + } + const stack = []; + const indexes = []; + const { columnsNum } = this.data; + if (columnsNum >= 1) { + stack.push(picker.setColumnValues(0, province, false)); + indexes.push(this.getIndex('province', code)); + } + if (columnsNum >= 2) { + stack.push(picker.setColumnValues(1, city, false)); + indexes.push(this.getIndex('city', code)); + if (city.length && code.slice(2, 4) === '00') { + [{ code }] = city; + } + } + if (columnsNum === 3) { + stack.push( + picker.setColumnValues( + 2, + this.getList('county', code.slice(0, 4)), + false + ) + ); + indexes.push(this.getIndex('county', code)); + } + return Promise.all(stack) + .catch(() => {}) + .then(() => picker.setIndexes(indexes)) + .catch(() => {}); + }, + getValues() { + const picker = this.getPicker(); + return picker ? picker.getValues().filter((value) => !!value) : []; + }, + getDetail() { + const values = this.getValues(); + const area = { + code: '', + country: '', + province: '', + city: '', + county: '', + }; + if (!values.length) { + return area; + } + const names = values.map((item) => item.name); + area.code = values[values.length - 1].code; + if (area.code[0] === '9') { + area.country = names[1] || ''; + area.province = names[2] || ''; + } else { + area.province = names[0] || ''; + area.city = names[1] || ''; + area.county = names[2] || ''; + } + return area; + }, + reset(code) { + this.code = code || ''; + return this.setValues(); + }, + }, +}); diff --git a/yun-min-program-plugin-master/dist/area/index.json b/yun-min-program-plugin-master/dist/area/index.json new file mode 100644 index 0000000..a778e91 --- /dev/null +++ b/yun-min-program-plugin-master/dist/area/index.json @@ -0,0 +1,6 @@ +{ + "component": true, + "usingComponents": { + "van-picker": "../picker/index" + } +} diff --git a/yun-min-program-plugin-master/dist/area/index.wxml b/yun-min-program-plugin-master/dist/area/index.wxml new file mode 100644 index 0000000..6075794 --- /dev/null +++ b/yun-min-program-plugin-master/dist/area/index.wxml @@ -0,0 +1,18 @@ + diff --git a/yun-min-program-plugin-master/dist/area/index.wxss b/yun-min-program-plugin-master/dist/area/index.wxss new file mode 100644 index 0000000..99694d6 --- /dev/null +++ b/yun-min-program-plugin-master/dist/area/index.wxss @@ -0,0 +1 @@ +@import '../common/index.wxss'; \ No newline at end of file diff --git a/yun-min-program-plugin-master/dist/button/index.d.ts b/yun-min-program-plugin-master/dist/button/index.d.ts new file mode 100644 index 0000000..cb0ff5c --- /dev/null +++ b/yun-min-program-plugin-master/dist/button/index.d.ts @@ -0,0 +1 @@ +export {}; diff --git a/yun-min-program-plugin-master/dist/button/index.js b/yun-min-program-plugin-master/dist/button/index.js new file mode 100644 index 0000000..2dd7c88 --- /dev/null +++ b/yun-min-program-plugin-master/dist/button/index.js @@ -0,0 +1,79 @@ +import { VantComponent } from '../common/component'; +import { button } from '../mixins/button'; +import { openType } from '../mixins/open-type'; +import { canIUseFormFieldButton } from '../common/version'; +const mixins = [button, openType]; +if (canIUseFormFieldButton()) { + mixins.push('wx://form-field-button'); +} +VantComponent({ + mixins, + classes: ['hover-class', 'loading-class'], + data: { + baseStyle: '', + }, + props: { + formType: String, + icon: String, + classPrefix: { + type: String, + value: 'van-icon', + }, + plain: Boolean, + block: Boolean, + round: Boolean, + square: Boolean, + loading: Boolean, + hairline: Boolean, + disabled: Boolean, + loadingText: String, + customStyle: String, + loadingType: { + type: String, + value: 'circular', + }, + type: { + type: String, + value: 'default', + }, + dataset: null, + size: { + type: String, + value: 'normal', + }, + loadingSize: { + type: String, + value: '20px', + }, + color: { + type: String, + observer(color) { + let style = ''; + if (color) { + style += `color: ${this.data.plain ? color : 'white'};`; + if (!this.data.plain) { + // Use background instead of backgroundColor to make linear-gradient work + style += `background: ${color};`; + } + // hide border when color is linear-gradient + if (color.indexOf('gradient') !== -1) { + style += 'border: 0;'; + } else { + style += `border-color: ${color};`; + } + } + if (style !== this.data.baseStyle) { + this.setData({ baseStyle: style }); + } + }, + }, + }, + methods: { + onClick() { + if (!this.data.loading) { + this.$emit('click'); + } + }, + noop() {}, + }, +}); diff --git a/yun-min-program-plugin-master/dist/button/index.json b/yun-min-program-plugin-master/dist/button/index.json new file mode 100644 index 0000000..e00a588 --- /dev/null +++ b/yun-min-program-plugin-master/dist/button/index.json @@ -0,0 +1,7 @@ +{ + "component": true, + "usingComponents": { + "van-icon": "../icon/index", + "van-loading": "../loading/index" + } +} diff --git a/yun-min-program-plugin-master/dist/button/index.wxml b/yun-min-program-plugin-master/dist/button/index.wxml new file mode 100644 index 0000000..ab393e8 --- /dev/null +++ b/yun-min-program-plugin-master/dist/button/index.wxml @@ -0,0 +1,68 @@ + + + + + + +function get(type, color,plain) { + if(plain) { + return color ? color: '#c9c9c9'; + } + + if(type === 'default') { + return '#c9c9c9'; + } + return 'white'; +} + +module.exports = get; + diff --git a/yun-min-program-plugin-master/dist/button/index.wxss b/yun-min-program-plugin-master/dist/button/index.wxss new file mode 100644 index 0000000..5a591fb --- /dev/null +++ b/yun-min-program-plugin-master/dist/button/index.wxss @@ -0,0 +1 @@ +@import '../common/index.wxss';.van-button{position:relative;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:0;text-align:center;vertical-align:middle;-webkit-appearance:none;-webkit-text-size-adjust:100%;height:44px;height:var(--button-default-height,44px);line-height:20px;line-height:var(--button-line-height,20px);font-size:16px;font-size:var(--button-default-font-size,16px);transition:opacity .2s;transition:opacity var(--animation-duration-fast,.2s);border-radius:2px;border-radius:var(--button-border-radius,2px)}.van-button:before{position:absolute;top:50%;left:50%;width:100%;height:100%;border:inherit;border-radius:inherit;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;content:" ";background-color:#000;background-color:var(--black,#000);border-color:#000;border-color:var(--black,#000)}.van-button:after{border-width:0}.van-button--active:before{opacity:.15}.van-button--unclickable:after{display:none}.van-button--default{color:#323233;color:var(--button-default-color,#323233);background:#fff;background:var(--button-default-background-color,#fff);border:1px solid #ebedf0;border:var(--button-border-width,1px) solid var(--button-default-border-color,#ebedf0)}.van-button--primary{color:#fff;color:var(--button-primary-color,#fff);background:#07c160;background:var(--button-primary-background-color,#07c160);border:1px solid #07c160;border:var(--button-border-width,1px) solid var(--button-primary-border-color,#07c160)}.van-button--info{color:#fff;color:var(--button-info-color,#fff);background:#1989fa;background:var(--button-info-background-color,#1989fa);border:1px solid #1989fa;border:var(--button-border-width,1px) solid var(--button-info-border-color,#1989fa)}.van-button--danger{color:#fff;color:var(--button-danger-color,#fff);background:#ee0a24;background:var(--button-danger-background-color,#ee0a24);border:1px solid #ee0a24;border:var(--button-border-width,1px) solid var(--button-danger-border-color,#ee0a24)}.van-button--warning{color:#fff;color:var(--button-warning-color,#fff);background:#ff976a;background:var(--button-warning-background-color,#ff976a);border:1px solid #ff976a;border:var(--button-border-width,1px) solid var(--button-warning-border-color,#ff976a)}.van-button--plain{background:#fff;background:var(--button-plain-background-color,#fff)}.van-button--plain.van-button--primary{color:#07c160;color:var(--button-primary-background-color,#07c160)}.van-button--plain.van-button--info{color:#1989fa;color:var(--button-info-background-color,#1989fa)}.van-button--plain.van-button--danger{color:#ee0a24;color:var(--button-danger-background-color,#ee0a24)}.van-button--plain.van-button--warning{color:#ff976a;color:var(--button-warning-background-color,#ff976a)}.van-button--large{width:100%;height:50px;height:var(--button-large-height,50px)}.van-button--normal{padding:0 15px;font-size:14px;font-size:var(--button-normal-font-size,14px)}.van-button--small{min-width:60px;min-width:var(--button-small-min-width,60px);height:30px;height:var(--button-small-height,30px);padding:0 8px;padding:0 var(--padding-xs,8px);font-size:12px;font-size:var(--button-small-font-size,12px)}.van-button--mini{display:inline-block;min-width:50px;min-width:var(--button-mini-min-width,50px);height:22px;height:var(--button-mini-height,22px);font-size:10px;font-size:var(--button-mini-font-size,10px)}.van-button--mini+.van-button--mini{margin-left:5px}.van-button--block{display:-webkit-flex;display:flex;width:100%}.van-button--round{border-radius:999px;border-radius:var(--button-round-border-radius,999px)}.van-button--square{border-radius:0}.van-button--disabled{opacity:.5;opacity:var(--button-disabled-opacity,.5)}.van-button__text{display:inline}.van-button__icon+.van-button__text:not(:empty),.van-button__loading-text{margin-left:4px}.van-button__icon{min-width:1em;line-height:inherit!important;vertical-align:top}.van-button--hairline{padding-top:1px;border-width:0}.van-button--hairline:after{border-color:inherit;border-width:1px;border-radius:4px;border-radius:calc(var(--button-border-radius, 2px)*2)}.van-button--hairline.van-button--round:after{border-radius:999px;border-radius:var(--button-round-border-radius,999px)}.van-button--hairline.van-button--square:after{border-radius:0} \ No newline at end of file diff --git a/yun-min-program-plugin-master/dist/calendar/calendar.wxml b/yun-min-program-plugin-master/dist/calendar/calendar.wxml new file mode 100644 index 0000000..09a60b3 --- /dev/null +++ b/yun-min-program-plugin-master/dist/calendar/calendar.wxml @@ -0,0 +1,57 @@ + + + diff --git a/yun-min-program-plugin-master/dist/calendar/components/header/index.d.ts b/yun-min-program-plugin-master/dist/calendar/components/header/index.d.ts new file mode 100644 index 0000000..cb0ff5c --- /dev/null +++ b/yun-min-program-plugin-master/dist/calendar/components/header/index.d.ts @@ -0,0 +1 @@ +export {}; diff --git a/yun-min-program-plugin-master/dist/calendar/components/header/index.js b/yun-min-program-plugin-master/dist/calendar/components/header/index.js new file mode 100644 index 0000000..bf9243f --- /dev/null +++ b/yun-min-program-plugin-master/dist/calendar/components/header/index.js @@ -0,0 +1,16 @@ +import { VantComponent } from '../../../common/component'; +VantComponent({ + props: { + title: { + type: String, + value: '日期选择', + }, + subtitle: String, + showTitle: Boolean, + showSubtitle: Boolean, + }, + data: { + weekdays: ['日', '一', '二', '三', '四', '五', '六'], + }, + methods: {}, +}); diff --git a/yun-min-program-plugin-master/dist/calendar/components/header/index.json b/yun-min-program-plugin-master/dist/calendar/components/header/index.json new file mode 100644 index 0000000..467ce29 --- /dev/null +++ b/yun-min-program-plugin-master/dist/calendar/components/header/index.json @@ -0,0 +1,3 @@ +{ + "component": true +} diff --git a/yun-min-program-plugin-master/dist/calendar/components/header/index.wxml b/yun-min-program-plugin-master/dist/calendar/components/header/index.wxml new file mode 100644 index 0000000..eb8e4b4 --- /dev/null +++ b/yun-min-program-plugin-master/dist/calendar/components/header/index.wxml @@ -0,0 +1,16 @@ + + + + {{ title }} + + + + {{ subtitle }} + + + + + {{ item }} + + + diff --git a/yun-min-program-plugin-master/dist/calendar/components/header/index.wxss b/yun-min-program-plugin-master/dist/calendar/components/header/index.wxss new file mode 100644 index 0000000..4075e48 --- /dev/null +++ b/yun-min-program-plugin-master/dist/calendar/components/header/index.wxss @@ -0,0 +1 @@ +@import '../../../common/index.wxss';.van-calendar__header{-webkit-flex-shrink:0;flex-shrink:0;box-shadow:0 2px 10px rgba(125,126,128,.16);box-shadow:var(--calendar-header-box-shadow,0 2px 10px rgba(125,126,128,.16))}.van-calendar__header-subtitle,.van-calendar__header-title{text-align:center;height:44px;height:var(--calendar-header-title-height,44px);font-weight:500;font-weight:var(--font-weight-bold,500);line-height:44px;line-height:var(--calendar-header-title-height,44px)}.van-calendar__header-title+.van-calendar__header-title,.van-calendar__header-title:empty{display:none}.van-calendar__header-title:empty+.van-calendar__header-title{display:block!important}.van-calendar__weekdays{display:-webkit-flex;display:flex}.van-calendar__weekday{-webkit-flex:1;flex:1;text-align:center;font-size:12px;font-size:var(--calendar-weekdays-font-size,12px);line-height:30px;line-height:var(--calendar-weekdays-height,30px)} \ No newline at end of file diff --git a/yun-min-program-plugin-master/dist/calendar/components/month/index.d.ts b/yun-min-program-plugin-master/dist/calendar/components/month/index.d.ts new file mode 100644 index 0000000..cb0ff5c --- /dev/null +++ b/yun-min-program-plugin-master/dist/calendar/components/month/index.d.ts @@ -0,0 +1 @@ +export {}; diff --git a/yun-min-program-plugin-master/dist/calendar/components/month/index.js b/yun-min-program-plugin-master/dist/calendar/components/month/index.js new file mode 100644 index 0000000..90f5957 --- /dev/null +++ b/yun-min-program-plugin-master/dist/calendar/components/month/index.js @@ -0,0 +1,157 @@ +import { VantComponent } from '../../../common/component'; +import { + getMonthEndDay, + compareDay, + getPrevDay, + getNextDay, +} from '../../utils'; +VantComponent({ + props: { + date: { + type: null, + observer: 'setDays', + }, + type: { + type: String, + observer: 'setDays', + }, + color: String, + minDate: { + type: null, + observer: 'setDays', + }, + maxDate: { + type: null, + observer: 'setDays', + }, + showMark: Boolean, + rowHeight: [Number, String], + formatter: { + type: null, + observer: 'setDays', + }, + currentDate: { + type: [null, Array], + observer: 'setDays', + }, + allowSameDay: Boolean, + showSubtitle: Boolean, + showMonthTitle: Boolean, + }, + data: { + visible: true, + days: [], + }, + methods: { + onClick(event) { + const { index } = event.currentTarget.dataset; + const item = this.data.days[index]; + if (item.type !== 'disabled') { + this.$emit('click', item); + } + }, + setDays() { + const days = []; + const startDate = new Date(this.data.date); + const year = startDate.getFullYear(); + const month = startDate.getMonth(); + const totalDay = getMonthEndDay( + startDate.getFullYear(), + startDate.getMonth() + 1 + ); + for (let day = 1; day <= totalDay; day++) { + const date = new Date(year, month, day); + const type = this.getDayType(date); + let config = { + date, + type, + text: day, + bottomInfo: this.getBottomInfo(type), + }; + if (this.data.formatter) { + config = this.data.formatter(config); + } + days.push(config); + } + this.setData({ days }); + }, + getMultipleDayType(day) { + const { currentDate } = this.data; + if (!Array.isArray(currentDate)) { + return ''; + } + const isSelected = (date) => + currentDate.some((item) => compareDay(item, date) === 0); + if (isSelected(day)) { + const prevDay = getPrevDay(day); + const nextDay = getNextDay(day); + const prevSelected = isSelected(prevDay); + const nextSelected = isSelected(nextDay); + if (prevSelected && nextSelected) { + return 'multiple-middle'; + } + if (prevSelected) { + return 'end'; + } + return nextSelected ? 'start' : 'multiple-selected'; + } + return ''; + }, + getRangeDayType(day) { + const { currentDate, allowSameDay } = this.data; + if (!Array.isArray(currentDate)) { + return; + } + const [startDay, endDay] = currentDate; + if (!startDay) { + return; + } + const compareToStart = compareDay(day, startDay); + if (!endDay) { + return compareToStart === 0 ? 'start' : ''; + } + const compareToEnd = compareDay(day, endDay); + if (compareToStart === 0 && compareToEnd === 0 && allowSameDay) { + return 'start-end'; + } + if (compareToStart === 0) { + return 'start'; + } + if (compareToEnd === 0) { + return 'end'; + } + if (compareToStart > 0 && compareToEnd < 0) { + return 'middle'; + } + }, + getDayType(day) { + const { type, minDate, maxDate, currentDate } = this.data; + if (compareDay(day, minDate) < 0 || compareDay(day, maxDate) > 0) { + return 'disabled'; + } + if (type === 'single') { + return compareDay(day, currentDate) === 0 ? 'selected' : ''; + } + if (type === 'multiple') { + return this.getMultipleDayType(day); + } + /* istanbul ignore else */ + if (type === 'range') { + return this.getRangeDayType(day); + } + }, + getBottomInfo(type) { + if (this.data.type === 'range') { + if (type === 'start') { + return '开始'; + } + if (type === 'end') { + return '结束'; + } + if (type === 'start-end') { + return '开始/结束'; + } + } + }, + }, +}); diff --git a/yun-min-program-plugin-master/dist/calendar/components/month/index.json b/yun-min-program-plugin-master/dist/calendar/components/month/index.json new file mode 100644 index 0000000..467ce29 --- /dev/null +++ b/yun-min-program-plugin-master/dist/calendar/components/month/index.json @@ -0,0 +1,3 @@ +{ + "component": true +} diff --git a/yun-min-program-plugin-master/dist/calendar/components/month/index.wxml b/yun-min-program-plugin-master/dist/calendar/components/month/index.wxml new file mode 100644 index 0000000..55bab83 --- /dev/null +++ b/yun-min-program-plugin-master/dist/calendar/components/month/index.wxml @@ -0,0 +1,39 @@ + + + + + + {{ computed.formatMonthTitle(date) }} + + + + + {{ computed.getMark(date) }} + + + + + {{ item.topInfo }} + {{ item.text }} + + {{ item.bottomInfo }} + + + + + {{ item.topInfo }} + {{ item.text }} + + {{ item.bottomInfo }} + + + + + diff --git a/yun-min-program-plugin-master/dist/calendar/components/month/index.wxs b/yun-min-program-plugin-master/dist/calendar/components/month/index.wxs new file mode 100644 index 0000000..a057079 --- /dev/null +++ b/yun-min-program-plugin-master/dist/calendar/components/month/index.wxs @@ -0,0 +1,67 @@ +/* eslint-disable */ +var utils = require('../../utils.wxs'); + +function getMark(date) { + return getDate(date).getMonth() + 1; +} + +var ROW_HEIGHT = 64; + +function getDayStyle(type, index, date, rowHeight, color) { + var style = []; + var offset = getDate(date).getDay(); + + if (index === 0) { + style.push(['margin-left', (100 * offset) / 7 + '%']); + } + + if (rowHeight !== ROW_HEIGHT) { + style.push(['height', rowHeight + 'px']); + } + + if (color) { + if ( + type === 'start' || + type === 'end' || + type === 'multiple-selected' || + type === 'multiple-middle' + ) { + style.push(['background', color]); + } else if (type === 'middle') { + style.push(['color', color]); + } + } + + return style + .map(function(item) { + return item.join(':'); + }) + .join(';'); +} + +function formatMonthTitle(date) { + date = getDate(date); + return date.getFullYear() + '年' + (date.getMonth() + 1) + '月'; +} + +function getMonthStyle(visible, date, rowHeight) { + if (!visible) { + date = getDate(date); + + var totalDay = utils.getMonthEndDay( + date.getFullYear(), + date.getMonth() + 1 + ); + var offset = getDate(date).getDay(); + var padding = Math.ceil((totalDay + offset) / 7) * rowHeight; + + return 'padding-bottom:' + padding + 'px'; + } +} + +module.exports = { + getMark: getMark, + getDayStyle: getDayStyle, + formatMonthTitle: formatMonthTitle, + getMonthStyle: getMonthStyle +}; diff --git a/yun-min-program-plugin-master/dist/calendar/components/month/index.wxss b/yun-min-program-plugin-master/dist/calendar/components/month/index.wxss new file mode 100644 index 0000000..17c12f4 --- /dev/null +++ b/yun-min-program-plugin-master/dist/calendar/components/month/index.wxss @@ -0,0 +1 @@ +@import '../../../common/index.wxss';.van-calendar{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:100%;background-color:#fff;background-color:var(--calendar-background-color,#fff)}.van-calendar__month-title{text-align:center;height:44px;height:var(--calendar-header-title-height,44px);font-weight:500;font-weight:var(--font-weight-bold,500);font-size:14px;font-size:var(--calendar-month-title-font-size,14px);line-height:44px;line-height:var(--calendar-header-title-height,44px)}.van-calendar__days{position:relative;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-user-select:none;user-select:none}.van-calendar__month-mark{position:absolute;top:50%;left:50%;z-index:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none;color:rgba(242,243,245,.8);color:var(--calendar-month-mark-color,rgba(242,243,245,.8));font-size:160px;font-size:var(--calendar-month-mark-font-size,160px)}.van-calendar__day,.van-calendar__selected-day{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;text-align:center}.van-calendar__day{position:relative;width:14.285%;height:64px;height:var(--calendar-day-height,64px);font-size:16px;font-size:var(--calendar-day-font-size,16px)}.van-calendar__day--end,.van-calendar__day--multiple-middle,.van-calendar__day--multiple-selected,.van-calendar__day--start,.van-calendar__day--start-end{color:#fff;color:var(--calendar-range-edge-color,#fff);background-color:#ee0a24;background-color:var(--calendar-range-edge-background-color,#ee0a24)}.van-calendar__day--start{border-radius:4px 0 0 4px;border-radius:var(--border-radius-md,4px) 0 0 var(--border-radius-md,4px)}.van-calendar__day--end{border-radius:0 4px 4px 0;border-radius:0 var(--border-radius-md,4px) var(--border-radius-md,4px) 0}.van-calendar__day--multiple-selected,.van-calendar__day--start-end{border-radius:4px;border-radius:var(--border-radius-md,4px)}.van-calendar__day--middle{color:#ee0a24;color:var(--calendar-range-middle-color,#ee0a24)}.van-calendar__day--middle:after{position:absolute;top:0;right:0;bottom:0;left:0;background-color:currentColor;content:"";opacity:.1;opacity:var(--calendar-range-middle-background-opacity,.1)}.van-calendar__day--disabled{cursor:default;color:#c8c9cc;color:var(--calendar-day-disabled-color,#c8c9cc)}.van-calendar__bottom-info,.van-calendar__top-info{position:absolute;right:0;left:0;font-size:10px;font-size:var(--calendar-info-font-size,10px);line-height:14px;line-height:var(--calendar-info-line-height,14px)}@media (max-width:350px){.van-calendar__bottom-info,.van-calendar__top-info{font-size:9px}}.van-calendar__top-info{top:6px}.van-calendar__bottom-info{bottom:6px}.van-calendar__selected-day{width:54px;width:var(--calendar-selected-day-size,54px);height:54px;height:var(--calendar-selected-day-size,54px);color:#fff;color:var(--calendar-selected-day-color,#fff);background-color:#ee0a24;background-color:var(--calendar-selected-day-background-color,#ee0a24);border-radius:4px;border-radius:var(--border-radius-md,4px)} \ No newline at end of file diff --git a/yun-min-program-plugin-master/dist/calendar/index.d.ts b/yun-min-program-plugin-master/dist/calendar/index.d.ts new file mode 100644 index 0000000..cb0ff5c --- /dev/null +++ b/yun-min-program-plugin-master/dist/calendar/index.d.ts @@ -0,0 +1 @@ +export {}; diff --git a/yun-min-program-plugin-master/dist/calendar/index.js b/yun-min-program-plugin-master/dist/calendar/index.js new file mode 100644 index 0000000..ef2ae51 --- /dev/null +++ b/yun-min-program-plugin-master/dist/calendar/index.js @@ -0,0 +1,291 @@ +import { VantComponent } from '../common/component'; +import { + ROW_HEIGHT, + getNextDay, + compareDay, + copyDates, + calcDateNum, + formatMonthTitle, + compareMonth, + getMonths, + getDayByOffset, +} from './utils'; +import Toast from '../toast/toast'; +import { requestAnimationFrame } from '../common/utils'; +VantComponent({ + props: { + title: { + type: String, + value: '日期选择', + }, + color: String, + show: { + type: Boolean, + observer(val) { + if (val) { + this.initRect(); + this.scrollIntoView(); + } + }, + }, + formatter: null, + confirmText: { + type: String, + value: '确定', + }, + rangePrompt: String, + defaultDate: { + type: [Number, Array], + observer(val) { + this.setData({ currentDate: val }); + this.scrollIntoView(); + }, + }, + allowSameDay: Boolean, + confirmDisabledText: String, + type: { + type: String, + value: 'single', + observer: 'reset', + }, + minDate: { + type: null, + value: Date.now(), + }, + maxDate: { + type: null, + value: new Date( + new Date().getFullYear(), + new Date().getMonth() + 6, + new Date().getDate() + ).getTime(), + }, + position: { + type: String, + value: 'bottom', + }, + rowHeight: { + type: [Number, String], + value: ROW_HEIGHT, + }, + round: { + type: Boolean, + value: true, + }, + poppable: { + type: Boolean, + value: true, + }, + showMark: { + type: Boolean, + value: true, + }, + showTitle: { + type: Boolean, + value: true, + }, + showConfirm: { + type: Boolean, + value: true, + }, + showSubtitle: { + type: Boolean, + value: true, + }, + safeAreaInsetBottom: { + type: Boolean, + value: true, + }, + closeOnClickOverlay: { + type: Boolean, + value: true, + }, + maxRange: { + type: [Number, String], + value: null, + }, + }, + data: { + subtitle: '', + currentDate: null, + scrollIntoView: '', + }, + created() { + this.setData({ + currentDate: this.getInitialDate(), + }); + }, + mounted() { + if (this.data.show || !this.data.poppable) { + this.initRect(); + this.scrollIntoView(); + } + }, + methods: { + reset() { + this.setData({ currentDate: this.getInitialDate() }); + this.scrollIntoView(); + }, + initRect() { + if (this.contentObserver != null) { + this.contentObserver.disconnect(); + } + const contentObserver = this.createIntersectionObserver({ + thresholds: [0, 0.1, 0.9, 1], + observeAll: true, + }); + this.contentObserver = contentObserver; + contentObserver.relativeTo('.van-calendar__body'); + contentObserver.observe('.month', (res) => { + if (res.boundingClientRect.top <= res.relativeRect.top) { + // @ts-ignore + this.setData({ subtitle: formatMonthTitle(res.dataset.date) }); + } + }); + }, + getInitialDate() { + const { type, defaultDate, minDate } = this.data; + if (type === 'range') { + const [startDay, endDay] = defaultDate || []; + return [ + startDay || minDate, + endDay || getNextDay(new Date(minDate)).getTime(), + ]; + } + if (type === 'multiple') { + return defaultDate || [minDate]; + } + return defaultDate || minDate; + }, + scrollIntoView() { + requestAnimationFrame(() => { + const { + currentDate, + type, + show, + poppable, + minDate, + maxDate, + } = this.data; + const targetDate = type === 'single' ? currentDate : currentDate[0]; + const displayed = show || !poppable; + if (!targetDate || !displayed) { + return; + } + const months = getMonths(minDate, maxDate); + months.some((month, index) => { + if (compareMonth(month, targetDate) === 0) { + this.setData({ scrollIntoView: `month${index}` }); + return true; + } + return false; + }); + }); + }, + onOpen() { + this.$emit('open'); + }, + onOpened() { + this.$emit('opened'); + }, + onClose() { + this.$emit('close'); + }, + onClosed() { + this.$emit('closed'); + }, + onClickDay(event) { + const { date } = event.detail; + const { type, currentDate, allowSameDay } = this.data; + if (type === 'range') { + const [startDay, endDay] = currentDate; + if (startDay && !endDay) { + const compareToStart = compareDay(date, startDay); + if (compareToStart === 1) { + this.select([startDay, date], true); + } else if (compareToStart === -1) { + this.select([date, null]); + } else if (allowSameDay) { + this.select([date, date]); + } + } else { + this.select([date, null]); + } + } else if (type === 'multiple') { + let selectedIndex; + const selected = currentDate.some((dateItem, index) => { + const equal = compareDay(dateItem, date) === 0; + if (equal) { + selectedIndex = index; + } + return equal; + }); + if (selected) { + const cancelDate = currentDate.splice(selectedIndex, 1); + this.setData({ currentDate }); + this.unselect(cancelDate); + } else { + this.select([...currentDate, date]); + } + } else { + this.select(date, true); + } + }, + unselect(dateArray) { + const date = dateArray[0]; + if (date) { + this.$emit('unselect', copyDates(date)); + } + }, + select(date, complete) { + if (complete && this.data.type === 'range') { + const valid = this.checkRange(date); + if (!valid) { + // auto selected to max range if showConfirm + if (this.data.showConfirm) { + this.emit([ + date[0], + getDayByOffset(date[0], this.data.maxRange - 1), + ]); + } else { + this.emit(date); + } + return; + } + } + this.emit(date); + if (complete && !this.data.showConfirm) { + this.onConfirm(); + } + }, + emit(date) { + const getTime = (date) => (date instanceof Date ? date.getTime() : date); + this.setData({ + currentDate: Array.isArray(date) ? date.map(getTime) : getTime(date), + }); + this.$emit('select', copyDates(date)); + }, + checkRange(date) { + const { maxRange, rangePrompt } = this.data; + if (maxRange && calcDateNum(date) > maxRange) { + Toast({ + context: this, + message: rangePrompt || `选择天数不能超过 ${maxRange} 天`, + }); + return false; + } + return true; + }, + onConfirm() { + if ( + this.data.type === 'range' && + !this.checkRange(this.data.currentDate) + ) { + return; + } + wx.nextTick(() => { + this.$emit('confirm', copyDates(this.data.currentDate)); + }); + }, + }, +}); diff --git a/yun-min-program-plugin-master/dist/calendar/index.json b/yun-min-program-plugin-master/dist/calendar/index.json new file mode 100644 index 0000000..397d5ae --- /dev/null +++ b/yun-min-program-plugin-master/dist/calendar/index.json @@ -0,0 +1,10 @@ +{ + "component": true, + "usingComponents": { + "header": "./components/header/index", + "month": "./components/month/index", + "van-button": "../button/index", + "van-popup": "../popup/index", + "van-toast": "../toast/index" + } +} diff --git a/yun-min-program-plugin-master/dist/calendar/index.wxml b/yun-min-program-plugin-master/dist/calendar/index.wxml new file mode 100644 index 0000000..d4849cc --- /dev/null +++ b/yun-min-program-plugin-master/dist/calendar/index.wxml @@ -0,0 +1,31 @@ + + + + + +