unknown 3 vuotta sitten
commit
f44a9e0075
100 muutettua tiedostoa jossa 1762 lisäystä ja 0 poistoa
  1. 31 0
      .eslintrc.js
  2. 18 0
      app.js
  3. 77 0
      app.json
  4. 10 0
      app.wxss
  5. 40 0
      compone/navbar/navbar.js
  6. 4 0
      compone/navbar/navbar.json
  7. 12 0
      compone/navbar/navbar.wxml
  8. 47 0
      compone/navbar/navbar.wxss
  9. 27 0
      compone/order-card/order-card.js
  10. 8 0
      compone/order-card/order-card.json
  11. 53 0
      compone/order-card/order-card.wxml
  12. 159 0
      compone/order-card/order-card.wxss
  13. 27 0
      compone/order/order.js
  14. 6 0
      compone/order/order.json
  15. 90 0
      compone/order/order.wxml
  16. 216 0
      compone/order/order.wxss
  17. 23 0
      compone/search/search.js
  18. 6 0
      compone/search/search.json
  19. 5 0
      compone/search/search.wxml
  20. 14 0
      compone/search/search.wxss
  21. 250 0
      ec-canvas/ec-canvas.js
  22. 4 0
      ec-canvas/ec-canvas.json
  23. 4 0
      ec-canvas/ec-canvas.wxml
  24. 4 0
      ec-canvas/ec-canvas.wxss
  25. 34 0
      ec-canvas/echarts.js
  26. 105 0
      ec-canvas/wx-canvas.js
  27. BIN
      images/add.png
  28. BIN
      images/address.png
  29. BIN
      images/analysis/one.png
  30. BIN
      images/analysis/three.png
  31. BIN
      images/analysis/two.png
  32. BIN
      images/buzhou.png
  33. BIN
      images/del.png
  34. BIN
      images/erweima.png
  35. BIN
      images/fabu.png
  36. BIN
      images/fanhui.png
  37. BIN
      images/foot-line.png
  38. BIN
      images/go.png
  39. BIN
      images/go1.png
  40. BIN
      images/index.png
  41. BIN
      images/index1.png
  42. BIN
      images/line.png
  43. BIN
      images/mine.png
  44. BIN
      images/mine/dingdan.png
  45. BIN
      images/mine/tixian.png
  46. BIN
      images/mine/tongji.png
  47. BIN
      images/mine/tuihuo.png
  48. BIN
      images/mine/yinhangka.png
  49. BIN
      images/mine/会员管理.png
  50. BIN
      images/mine/卖家教程.png
  51. BIN
      images/mine/商品库.png
  52. BIN
      images/mine/商品核销.png
  53. BIN
      images/mine/平台客服.png
  54. BIN
      images/mine/我要帮卖.png
  55. BIN
      images/mine/拼团管理.png
  56. BIN
      images/mine/提货点.png
  57. BIN
      images/mine/收款码.png
  58. BIN
      images/mine/服务协议.png
  59. BIN
      images/mine/查询业务.png
  60. BIN
      images/mine/管理员.png
  61. BIN
      images/mine/设置.png
  62. BIN
      images/mine/请帮我卖.png
  63. BIN
      images/orders/导出订单.png
  64. BIN
      images/orders/打印面单.png
  65. BIN
      images/orders/扫码取货.png
  66. BIN
      images/orders/拼团.png
  67. BIN
      images/orders/收款码.png
  68. BIN
      images/orders/销售统计.png
  69. BIN
      images/phone.png
  70. BIN
      images/pin.png
  71. BIN
      images/qiehuan.png
  72. BIN
      images/saoline.png
  73. BIN
      images/select.png
  74. BIN
      images/share.png
  75. BIN
      images/share1.png
  76. BIN
      images/xia.png
  77. BIN
      images/二维码.png
  78. BIN
      images/减.png
  79. BIN
      images/切换.png
  80. BIN
      images/商品核销.png
  81. BIN
      images/大于等于.png
  82. BIN
      images/拼团.png
  83. BIN
      images/收款码.png
  84. BIN
      images/添加.png
  85. BIN
      images/电话.png
  86. BIN
      images/订单.png
  87. BIN
      images/足迹.png
  88. 1 0
      miniprogram_npm/@vant/weapp/action-sheet/index.d.ts
  89. 73 0
      miniprogram_npm/@vant/weapp/action-sheet/index.js
  90. 8 0
      miniprogram_npm/@vant/weapp/action-sheet/index.json
  91. 69 0
      miniprogram_npm/@vant/weapp/action-sheet/index.wxml
  92. 1 0
      miniprogram_npm/@vant/weapp/action-sheet/index.wxss
  93. 1 0
      miniprogram_npm/@vant/weapp/area/index.d.ts
  94. 232 0
      miniprogram_npm/@vant/weapp/area/index.js
  95. 6 0
      miniprogram_npm/@vant/weapp/area/index.json
  96. 20 0
      miniprogram_npm/@vant/weapp/area/index.wxml
  97. 8 0
      miniprogram_npm/@vant/weapp/area/index.wxs
  98. 1 0
      miniprogram_npm/@vant/weapp/area/index.wxss
  99. 1 0
      miniprogram_npm/@vant/weapp/button/index.d.ts
  100. 67 0
      miniprogram_npm/@vant/weapp/button/index.js

+ 31 - 0
.eslintrc.js

@@ -0,0 +1,31 @@
+/*
+ * Eslint config file
+ * Documentation: https://eslint.org/docs/user-guide/configuring/
+ * Install the Eslint extension before using this feature.
+ */
+module.exports = {
+  env: {
+    es6: true,
+    browser: true,
+    node: true,
+  },
+  ecmaFeatures: {
+    modules: true,
+  },
+  parserOptions: {
+    ecmaVersion: 2018,
+    sourceType: 'module',
+  },
+  globals: {
+    wx: true,
+    App: true,
+    Page: true,
+    getCurrentPages: true,
+    getApp: true,
+    Component: true,
+    requirePlugin: true,
+    requireMiniProgram: true,
+  },
+  // extends: 'eslint:recommended',
+  rules: {},
+}

+ 18 - 0
app.js

@@ -0,0 +1,18 @@
+// app.js
+App({
+  onLaunch() {
+    // 展示本地存储能力
+    const logs = wx.getStorageSync('logs') || []
+    logs.unshift(Date.now())
+    wx.setStorageSync('logs', logs)
+    wx.getSystemInfo({
+      success: (res) => {
+        this.globalData.height = res.statusBarHeight
+      },
+    })
+  },
+  globalData: {
+    userInfo: null,
+    height:0
+  }
+})

+ 77 - 0
app.json

@@ -0,0 +1,77 @@
+{
+  "pages":[
+
+    "pages/announce/announce",
+    "pages/publish/publish",
+    "pages/search/search",
+    "pages/invitehelpmesell/invitehelpmesell",
+    "pages/companydetail/companydetail",
+    "pages/companyrecord/companyrecord",
+    "pages/company/company",
+    "pages/wxqrcode/wxqrcode",
+    "pages/treadsel/treadsel",
+    "pages/analysisdetail/analysisdetail",
+    "pages/analysis/analysis",
+    "pages/receipt/receipt",
+    "pages/ordermanage/ordermanage",
+    "pages/withdraw/withdraw",
+    "pages/cardverify/cardverify",
+    "pages/returnofgoods/returnofgoods",
+    "pages/goodsbank/goodsbank",
+    "pages/returnofdetail/returnofdetail",
+    "pages/returnofmoney/returnofmoney",
+    "pages/helptosell/helptosell",
+    "pages/tuanzdetail/tuanzdetail",
+    "pages/deliveryaddress/deliveryaddress",
+    "pages/myapplyfor/myapplyfor",
+    "pages/groupdetail/groupdetail",
+    "pages/verify/verify",
+    "pages/addbankcard/addbankcard",
+    "pages/bankcard/bankcard",
+    "pages/footprint/footprint",
+    "pages/myorders/myorders",
+    
+    "pages/mine/mine",
+    "pages/myhomepage/myhomepage",
+    "pages/userinfo/userinfo",
+    "pages/setting/setting",
+    "pages/index/index",
+    "pages/logs/logs"
+  ],
+  "window":{
+    "backgroundTextStyle":"light",
+    "navigationBarBackgroundColor": "#fff",
+    "navigationBarTitleText": "Weixin",
+    "navigationBarTextStyle":"black",
+    "navigationStyle": "custom"
+  },
+  "tabBar": {
+    "color": "#8E8E93",
+    "selectedColor": "#3D3D3D",
+    "list": [
+      {
+        "pagePath": "pages/index/index",
+        "iconPath": "/images/index1.png",
+        "selectedIconPath": "/images/index.png",
+        "text": "首页"
+      },{
+        "pagePath": "pages/publish/publish",
+        "iconPath": "/images/fabu.png",
+        "selectedIconPath": "/images/fabu.png",
+        "text": "发布"
+      },{
+        "pagePath": "pages/mine/mine",
+        "iconPath": "/images/mine.png",
+        "selectedIconPath": "/images/mine.png",
+        "text": "我的"
+      }
+    ]
+  },
+  "sitemapLocation": "sitemap.json",
+  "usingComponents":{
+    "search":"/compone/search/search",
+    "nav-bar":"/compone/navbar/navbar",
+    "order-card":"/compone/order-card/order-card",
+    "order":"/compone/order/order"
+  }
+}

+ 10 - 0
app.wxss

@@ -0,0 +1,10 @@
+/**app.wxss**/
+.container {
+  height: 100%;
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  justify-content: space-between;
+  padding: 200rpx 0;
+  box-sizing: border-box;
+} 

+ 40 - 0
compone/navbar/navbar.js

@@ -0,0 +1,40 @@
+const app = getApp()
+Component({
+  properties: {
+    navbarData: {   //navbarData   由父页面传递的数据,变量名字自命名
+      type: Object,
+      value: {},
+      observer: function (newVal, oldVal) {}
+    }
+  },
+  data: {
+    height: '',
+    //默认值  默认显示左上角
+    navbarData: {
+      showCapsule: 1
+    }
+  },
+  attached: function () {
+    // 获取是否是通过分享进入的小程序
+    this.setData({
+      share: app.globalData.share
+    })
+    // 定义导航栏的高度   方便对齐
+    this.setData({
+      height: app.globalData.height
+    })
+  },
+  methods: {
+  // 返回上一页面
+    _navback() {
+      wx.navigateBack()
+    },
+  //返回到首页
+    _backhome() {
+      wx.switchTab({
+        url: '/pages/index/index',
+      })
+    }
+  }
+
+}) 

+ 4 - 0
compone/navbar/navbar.json

@@ -0,0 +1,4 @@
+{
+  "component": true,
+  "usingComponents": {}
+}

+ 12 - 0
compone/navbar/navbar.wxml

@@ -0,0 +1,12 @@
+<!--compone/navbar/navbar.wxml-->
+<view class='nav-wrap' style='height: {{height*2 + 20}}px;'>
+  <view class='nav-title' style='line-height: {{height*2 + 44}}px;'>{{navbarData.title}}</view>
+  <view style='display: flex; justify-content: space-around;flex-direction: column'>
+    <view class='nav-capsule' style='height: {{height*2 + 22}}px;' wx:if='{{navbarData.showCapsule}}'>
+      <view bindtap='_navback' style="margin-top: 30rpx;" wx:if='{{!share}}'>
+        <image src='/images/fanhui.png' mode='aspectFill' class='back-pre'></image>
+      </view>
+    </view>
+  </view>
+</view>
+<view style="height: {{height*2 + 21}}px;width: 100%;"></view>

+ 47 - 0
compone/navbar/navbar.wxss

@@ -0,0 +1,47 @@
+/* compone/navbar/navbar.wxss */
+.nav-wrap {
+  position: fixed;
+  width: 100%;
+  top: 0;
+  background: #F7F7F7;
+  color: #000;
+  z-index: 999;
+}
+/* 标题要居中 */
+.nav-title {
+  position: absolute;
+  text-align: center;
+  max-width: 400rpx;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+  top: 0;
+  left: 0;
+  right: 0;
+  bottom: 0;
+  margin: auto;
+  font-size: 32rpx;
+  color: #2c2b2b;
+  font-weight: 600;
+}
+
+.nav-capsule {
+  display: flex;
+  margin-top: 8rpx;
+  align-items: center;
+  margin-left: 30rpx;
+  width: 140rpx;
+  justify-content: space-between;
+  height: 100%;
+}
+
+
+
+.back-pre, .back-home {
+  width: 40rpx;
+  height: 40rpx;
+  margin-top: 1rpx;
+  padding: 10rpx;
+}
+
+  

+ 27 - 0
compone/order-card/order-card.js

@@ -0,0 +1,27 @@
+// compone/order-card/order-card.js
+Component({
+  /**
+   * 组件的属性列表
+   */
+  properties: {
+    cardData:{
+      type: Object,
+      value: {},
+      observer: function (newVal, oldVal) {}
+    }
+  },
+
+  /**
+   * 组件的初始数据
+   */
+  data: {
+    CardData:{}
+  },
+
+  /**
+   * 组件的方法列表
+   */
+  methods: {
+
+  }
+})

+ 8 - 0
compone/order-card/order-card.json

@@ -0,0 +1,8 @@
+{
+  "component": true,
+  "usingComponents": {
+    "van-image": "@vant/weapp/image/index",
+    "van-progress": "@vant/weapp/progress/index",
+    "van-icon": "@vant/weapp/icon/index"
+  }
+}

+ 53 - 0
compone/order-card/order-card.wxml

@@ -0,0 +1,53 @@
+<!--compone/order-card/order-card.wxml-->
+<view class="lately" wx:if="{{cardData.goods.length != 1}}">
+  <view class="late-body">
+    <view class="late-title">{{cardData.title}}</view>
+    <view class="late-progress">
+      <van-progress percentage="{{cardData.plan}}" inactive="{{cardData.statu == 0}}" stroke-width="8" show-pivot="{{false}}" color="#FF874E" track-color="#FF874E70" />
+    </view>
+    <view class="late-time" style="color: {{cardData.statu == 0?'#989898':''}};">
+      {{cardData.time}}
+    </view>
+    <view class="late-content">
+      <view class="late-c-b">
+        <van-image round width="50rpx" style="margin-top: 8rpx;" fit="cover" height="50rpx" src="https://img.yzcdn.cn/vant/cat.jpeg" />
+        <p>阿萍子</p>
+      </view>
+      <p class="late-c-p" wx:if="{{cardData.statu == 1}}">拼团中</p>
+      <p class="late-c-p" wx:else style="color: #989898;">已截团</p>
+    </view>
+    <view class="late-items">
+      <scroll-view class="late-scroll" scroll-x="true">
+        <van-image width="70" height="70" src="{{items}}" wx:for="{{cardData.goods}}" wx:key="{{index}}" wx:for-item="items" class="late-img" wx:key="indexs" />
+      </scroll-view>
+      <view class="late-num">
+        <p>共{{cardData.goods.length}}件</p>
+        <image src="/images/go.png"></image>
+      </view>
+    </view>
+  </view>
+</view>
+<view class="lately-1" wx:if="{{cardData.goods.length == 1}}">
+  <view class="late1-body">
+    <van-image width="115" height="115" src="https://img.alicdn.com/imgextra/i3/103680052/O1CN01DyoqTe1CFrKNUj4Gj_!!0-saturn_solar.jpg_270x270.jpg" />
+    <view class="late1-cont">
+      <view class="late1-title">
+        {{cardData.title}}
+      </view>
+      <view class="late1-progress">
+        <van-progress percentage="{{cardData.plan}}" stroke-width="8" show-pivot="{{false}}" color="#FF874E" track-color="#FF874E70" />
+      </view>
+      <view class="late1-time" style="color: {{cardData.statu == 0?'#989898':''}};">
+        {{cardData.time}}
+      </view>
+      <view class="late1-content">
+        <view class="late1-c-b">
+          <van-image round width="50rpx" style="margin-top: 8rpx;" fit="cover" height="50rpx" src="https://img.yzcdn.cn/vant/cat.jpeg" />
+          <p>阿萍子</p>
+        </view>
+        <p class="late1-c-p" wx:if="{{cardData.statu == 1}}">拼团中</p>
+        <p class="late1-c-p" wx:else style="color: #989898;">已截团</p>
+      </view>
+    </view>
+  </view>
+</view>

+ 159 - 0
compone/order-card/order-card.wxss

@@ -0,0 +1,159 @@
+/* compone/order-card/order-card.wxss */
+.lately{
+  width: 710rpx;
+  margin-top: 20rpx;
+  height: 414rpx;
+  background-color: white;
+  border-radius: 20rpx;
+  box-shadow: 0px 0px 4px #d1d1d1;
+  display: flex;
+  justify-content: center;
+}
+.late-body{
+  width: 92%;
+  height: 100%;
+  display: flex;
+  flex-direction: column;
+  justify-content: space-around;
+}
+.late-title{
+  height: 80rpx;
+  width: 100%;
+  margin-top: 10rpx;
+  font-size: 32rpx;
+  font-weight: 600;
+  color: #464646;
+}
+.late-progress{
+  height: 16rpx;
+  width: 100%;
+}
+.late-c-b{
+  display: flex;
+  height: 100%;
+  width: 300rpx;
+  align-items: center;
+}
+.late-c-b p {
+  margin-left: 20rpx;
+  font-size: 32rpx;
+  color: #464646;
+  font-weight: 600;
+}
+.late-time{
+  margin-top: -15rpx;
+  width: 100%;
+  height: 30rpx;
+  font-size: 22rpx;
+  color:#F35E5E;
+  display: flex;
+  flex-direction: row-reverse;
+}
+.late-c-p{
+  color: #11CD6A;
+  font-size: 26rpx;
+}
+.late-content{
+  margin-top: -20rpx;
+  width: 100%;
+  height: 50rpx;
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+}
+.late-items{
+  height: 130rpx;
+  width: 100%;
+  margin-top: -20rpx;
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+}
+.late-scroll{
+  display: flex;
+  width: 82%;
+  height: 100%;
+  white-space: nowrap;
+}
+.late-scroll .van-image image{
+  border-radius: 10rpx;
+}
+.late-img:not(:first-child) {
+  margin-left: 25rpx;
+}
+.late-num{
+  display: flex;
+  width: 100rpx;
+  height: 100%;
+  align-items: center;
+  font-size: 30rpx;
+  color: #656565;
+}
+.late-num image{
+  height: 26rpx;
+  width: 22rpx;
+}
+.forlate{
+  width: 100%;
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+}
+.lately-1{
+  width: 710rpx;
+  height: 270rpx;
+  margin-top: 30rpx;
+  background-color: white;
+  border-radius: 20rpx;
+  box-shadow: 0px 0px 4px #d1d1d1;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+}
+.late1-body{
+  width: 92%;
+  display: flex;
+  justify-content: space-between;
+  height: 210rpx;
+}
+.late1-body .van-image image{
+  border-radius: 20rpx;
+}
+.late1-cont{
+  width: 64%;
+  height: 100%;
+  display: flex;
+  flex-direction: column;
+  justify-content: space-between;
+}
+.late1-title{
+  font-size: 28rpx;
+  font-weight: 550;
+}
+.late1-time{
+  display: flex;
+  flex-direction: row-reverse;
+  color: #F35E5E;
+  font-size: 22rpx;
+}
+.late1-content{
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+}
+.late1-c-b{
+  height: 100%;
+  display: flex;
+  align-items: center;
+  font-size: 32rpx;
+  font-weight: 600;
+  color: #464646;
+
+}
+.late1-c-b p{
+  margin-left: 20rpx;
+}
+.late1-c-p{
+  font-size: 24rpx;
+  color: #11CD6A;
+}

+ 27 - 0
compone/order/order.js

@@ -0,0 +1,27 @@
+// compone/order/order.js
+Component({
+  /**
+   * 组件的属性列表
+   */
+  properties: {
+    orderData:{
+      type: Object,
+      value: {},
+      observer: function (newVal, oldVal) {}
+    }
+  },
+
+  /**
+   * 组件的初始数据
+   */
+  data: {
+    OrderData:{}
+  },
+
+  /**
+   * 组件的方法列表
+   */
+  methods: {
+
+  }
+})

+ 6 - 0
compone/order/order.json

@@ -0,0 +1,6 @@
+{
+  "component": true,
+  "usingComponents": {
+    "van-image": "@vant/weapp/image/index"
+  }
+}

+ 90 - 0
compone/order/order.wxml

@@ -0,0 +1,90 @@
+<view class="orders-one" wx:if="{{orderData.goods.length>1}}">
+  <view class="o-one">
+    <view class="orders-top">
+      <view class="o-top-left">
+        <van-image round width="60rpx" style="margin-top: 8rpx;" fit="cover" height="60rpx" src="https://img.yzcdn.cn/vant/cat.jpeg" />
+        <view class="o-top-left-name">
+          <p style="color: #3F3F3F; font-size: 24rpx;font-weight: 600;">阿萍子</p>
+          <p style="color:#878787; font-size:20rpx;">2021-09-21 19:30</p>
+        </view>
+      </view>
+      <view class="o-top-right">
+        <image wx:if="{{orderData.statu == 1}}" src="/images/erweima.png"></image>
+        <p style="font-size: 28rpx;color: #FF874E;">{{orderData.statu==1?'待收货':'待付款'}}</p>
+      </view>
+    </view>
+    <view class="orders-body">
+      <view class="o-body-scroll">
+        <scroll-view scroll-x="true" class="o-body-scrolls">
+          <van-image width="77" class="o-b-s-img" height="77" wx:for="{{orderData.goods}}" wx:key="index" src="{{item.img}}" />
+        </scroll-view>
+        <view class="o-body-go">
+          共{{orderData.goods.length}}件<image src="/images/go.png"></image>
+        </view>
+      </view>
+    </view>
+    <view class="orders-price">
+      <p class="o-p-he">合计: </p>
+      <p class="o-p-bi">C$ </p>
+      <p class="o-p-ge">24.4</p>
+    </view>
+    <view class="orders-foot">
+      <button class="orders-share">
+        <image src="/images/share.png"></image>
+        分享
+      </button>
+      <view class="orders-right">
+        <button class="orders-rel">联系团长</button>
+        <button class="orders-pay" wx:if="{{orderData.statu!=1}}">立即支付</button>
+      </view>
+    </view>
+  </view>
+</view>
+<view class="order" wx:else>
+  <view class="o-one">
+    <view class="orders-top">
+      <view class="o-top-left">
+        <van-image round width="60rpx" style="margin-top: 8rpx;" fit="cover" height="60rpx" src="https://img.yzcdn.cn/vant/cat.jpeg" />
+        <view class="o-top-left-name">
+          <p style="color: #3F3F3F; font-size: 24rpx;font-weight: 600;">阿萍子</p>
+          <p style="color:#878787; font-size:20rpx;">2021-09-21 19:30</p>
+        </view>
+      </view>
+      <view class="o-top-right">
+        <image src="/images/erweima.png" wx:if="{{orderData.statu==1}}"></image>
+        <p style="font-size: 28rpx;color: #FF874E;">{{orderData.statu==1?'待收货':'待付款'}}</p>
+      </view>
+    </view>
+    <view class="order-body">
+      <van-image width="76" class="o-b-s-img" height="76" src="{{orderData.goods[0].img}}" />
+      <view class="order-title">
+        <view class="titinfo">
+          <p>{{orderData.goods[0].name}}</p>
+          <p>C$ 12.2</p>
+        </view>
+        <view class="guiinfo">
+          <view>
+            <p class="guige">规格:500 </p>
+            <p>g/份</p>
+          </view>
+          <p>共2份</p>
+        </view>
+      </view>
+    </view>
+    <view class="orders-price">
+      <p class="o-p-he">合计: </p>
+      <p class="o-p-bi">C$ </p>
+      <p class="o-p-ge">24.4</p>
+    </view>
+    <view class="orders-foot">
+      <button class="orders-share">
+        <image src="/images/share.png"></image>
+        分享
+      </button>
+      <view class="orders-right">
+        <button class="orders-rel">联系团长</button>
+        <button class="orders-pay" wx:if="{{orderData.statu!=1}}">立即支付</button>
+      </view>
+    </view>
+  </view>
+</view>

+ 216 - 0
compone/order/order.wxss

@@ -0,0 +1,216 @@
+/* compone/order/order.wxss */
+.orders-one{
+  width: 710rpx;
+  height: 412rpx;
+  margin-bottom: 30rpx;
+  background-color: white;
+  box-shadow: 0px 0px 4px #d1d1d1;
+  border-radius: 20rpx;
+  display: flex;
+  justify-content: center;
+}
+.o-one{
+  width: 94%;
+  height: 100%;
+  display: flex;
+  flex-direction: column;
+  justify-content: space-around;
+}
+.orders-top{
+  height: 60rpx;
+  width: 100%;
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+}
+.o-top-right{
+  display: flex;
+  height: 100%;
+  flex-direction: row;
+  align-items: center;
+}
+.o-top-right image{
+  width: 36rpx;
+  margin-right: 20rpx;
+  height: 36rpx;
+}
+.o-one .o-body-scroll image{
+  border-radius: 10rpx;
+}
+.o-one .o-body-scroll{
+  display: flex;
+  height: 100%;
+}
+.o-top-left{
+  display: flex;
+}
+.o-one .o-body-scrolls{
+  display: flex;
+  width: 82%;
+  height: 100%;
+  white-space: nowrap;
+}
+.o-top-left-name{
+  display: flex;
+  flex-direction: column;
+  justify-content: space-around;
+  margin-left: 20rpx;
+}
+.o-one .o-body-go{
+  font-size: 24rpx;
+  color: #656565;
+  height: 100%;
+  display: flex;
+  width: 150rpx;
+  justify-content: center;
+  align-items: center;
+}
+.o-one .o-body-go image{
+  width: 18rpx;
+  height: 24rpx;
+  margin-left: 5rpx;
+}
+.o-one .orders-price{
+  display: flex;
+  align-items: flex-end;
+}
+.o-one .o-p-he{
+  font-size: 24rpx;
+  color: #3F3F3F;
+}
+.o-one .o-p-bi{
+  color: #3F3F3F;
+  font-size: 28rpx;
+  font-weight: 600;
+}
+.o-one .o-p-ge{
+  font-size: 40rpx;
+  color: #3F3F3F;
+  margin-bottom: -7rpx;
+  margin-left: 10rpx;
+  font-weight: 600;
+}
+.orders-share{
+  background-color: white;
+  width: 138rpx;
+  height: 56rpx;
+  font-size: 24rpx;
+  display: flex;
+  color: #989898;
+  border-radius: 40rpx;
+  border: 1px solid #D6D6D6;
+  align-items: center;
+  margin-left: 1rpx;
+}
+.orders-share image{
+  width: 24rpx;
+  height: 24rpx;
+}
+.o-b-s-img:not(:first-child) {
+  margin-left: 18rpx;
+}
+.o-one .orders-body{
+  height: 140rpx;
+  width: 100%;
+}
+.o-one .orders-price{
+  height: 60rpx;
+  width: 100%;
+}
+.o-one .orders-foot{
+  height: 60rpx;
+  width: 100%;
+  display: flex;
+  flex-direction: row;
+  align-items: center;
+}
+.orders-right{
+  width: 55%;
+  height: 100%;
+  display: flex; 
+  align-items: center;
+  flex-direction: row-reverse;
+  margin-right: 1rpx;
+}
+.orders-rel{
+  width: 156rpx;
+  height: 56rpx;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  color: #FF874E;
+  font-size: 24rpx;
+  background-color: white;
+  border: 1px solid #FF874E;
+  border-radius: 30rpx;
+  margin-right: 10rpx;
+}
+.orders-pay{
+  width: 156rpx;
+  height: 56rpx;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  color: #ffffff;
+  font-size: 24rpx;
+  background-color: #FF874E;
+  border-radius: 30rpx;
+  margin-right: 10rpx;
+}
+.order{
+  width: 710rpx;
+  margin-bottom: 30rpx;
+  height: 440rpx;
+  background-color: white;
+  border-radius: 20rpx;
+  box-shadow: 0px 0px 4px #d1d1d1;
+  display: flex;
+  flex-direction: column;
+  align-items: center ;
+}
+.order-body{
+  width: 99%;
+  height: 136rpx;
+  display: flex;
+}
+.order-title{
+  display: flex;
+  width: 600rpx;
+  flex-direction: column;
+  margin-left: 24rpx;
+  justify-content: space-between;
+}
+.order-title>view{
+  display: flex;
+  align-items: center;
+}
+.titinfo{
+  display: flex;
+  justify-content: space-between;
+}
+.titinfo>p:first-child{
+  width: 380rpx;
+  font-size: 28rpx;
+  color: #464646;
+  font-weight: 600;
+}
+.titinfo>p:last-child{
+  font-size: 28rpx;
+  font-weight: 600;
+}
+.guiinfo{
+  display: flex;
+  justify-content: space-between;
+}
+.guiinfo>view>p:first-child{
+  font-size: 24rpx;
+  color: #3F3F3F;
+}
+.guiinfo>view>p:last-child{
+  color:#919191;
+  font-size: 24rpx;
+}
+.guiinfo>p{
+  font-size: 24rpx;
+  color: #3F3F3F;
+}

+ 23 - 0
compone/search/search.js

@@ -0,0 +1,23 @@
+// compone/search/search.js
+Component({
+  /**
+   * 组件的属性列表
+   */
+  properties: {
+
+  },
+
+  /**
+   * 组件的初始数据
+   */
+  data: {
+
+  },
+
+  /**
+   * 组件的方法列表
+   */
+  methods: {
+
+  }
+})

+ 6 - 0
compone/search/search.json

@@ -0,0 +1,6 @@
+{
+  "component": true,
+  "usingComponents": {
+    "van-icon": "@vant/weapp/icon/index"
+  }
+}

+ 5 - 0
compone/search/search.wxml

@@ -0,0 +1,5 @@
+<!--compone/search/search.wxml-->
+<view class="sousuo">
+  <van-icon name="search" style="font-size: 40rpx;color: #A4A4A4;margin-left: 30rpx;" />
+  <input class="ssinput" type="text" placeholder="搜索" placeholder-style="color:#989898;"></input>
+</view>

+ 14 - 0
compone/search/search.wxss

@@ -0,0 +1,14 @@
+/* compone/search/search.wxss */
+.sousuo{
+  width: 710rpx;
+  height: 82rpx;
+  background-color: white;
+  border-radius: 50rpx;
+  display: flex;
+  align-items: center;
+  justify-content: space-around;
+}
+.sousuo .ssinput{
+  height: 100%;
+  width: 84%;
+}

+ 250 - 0
ec-canvas/ec-canvas.js

@@ -0,0 +1,250 @@
+import WxCanvas from './wx-canvas';
+import * as echarts from './echarts';
+
+let ctx;
+
+function compareVersion(v1, v2) {
+  v1 = v1.split('.')
+  v2 = v2.split('.')
+  const len = Math.max(v1.length, v2.length)
+
+  while (v1.length < len) {
+    v1.push('0')
+  }
+  while (v2.length < len) {
+    v2.push('0')
+  }
+
+  for (let i = 0; i < len; i++) {
+    const num1 = parseInt(v1[i])
+    const num2 = parseInt(v2[i])
+
+    if (num1 > num2) {
+      return 1
+    } else if (num1 < num2) {
+      return -1
+    }
+  }
+  return 0
+}
+
+Component({
+  properties: {
+    canvasId: {
+      type: String,
+      value: 'ec-canvas'
+    },
+
+    ec: {
+      type: Object
+    },
+
+    forceUseOldCanvas: {
+      type: Boolean,
+      value: false
+    }
+  },
+
+  data: {
+    isUseNewCanvas: false
+  },
+
+  ready: function () {
+    // Disable prograssive because drawImage doesn't support DOM as parameter
+    // See https://developers.weixin.qq.com/miniprogram/dev/api/canvas/CanvasContext.drawImage.html
+    echarts.registerPreprocessor(option => {
+      if (option && option.series) {
+        if (option.series.length > 0) {
+          option.series.forEach(series => {
+            series.progressive = 0;
+          });
+        }
+        else if (typeof option.series === 'object') {
+          option.series.progressive = 0;
+        }
+      }
+    });
+
+    if (!this.data.ec) {
+      console.warn('组件需绑定 ec 变量,例:<ec-canvas id="mychart-dom-bar" '
+        + 'canvas-id="mychart-bar" ec="{{ ec }}"></ec-canvas>');
+      return;
+    }
+
+    if (!this.data.ec.lazyLoad) {
+      this.init();
+    }
+  },
+
+  methods: {
+    init: function (callback) {
+      const version = wx.getSystemInfoSync().SDKVersion
+
+      const canUseNewCanvas = compareVersion(version, '2.9.0') >= 0;
+      const forceUseOldCanvas = this.data.forceUseOldCanvas;
+      const isUseNewCanvas = canUseNewCanvas && !forceUseOldCanvas;
+      this.setData({ isUseNewCanvas });
+
+      if (forceUseOldCanvas && canUseNewCanvas) {
+        console.warn('开发者强制使用旧canvas,建议关闭');
+      }
+
+      if (isUseNewCanvas) {
+        // console.log('微信基础库版本大于2.9.0,开始使用<canvas type="2d"/>');
+        // 2.9.0 可以使用 <canvas type="2d"></canvas>
+        this.initByNewWay(callback);
+      } else {
+        const isValid = compareVersion(version, '1.9.91') >= 0
+        if (!isValid) {
+          console.error('微信基础库版本过低,需大于等于 1.9.91。'
+            + '参见:https://github.com/ecomfe/echarts-for-weixin'
+            + '#%E5%BE%AE%E4%BF%A1%E7%89%88%E6%9C%AC%E8%A6%81%E6%B1%82');
+          return;
+        } else {
+          console.warn('建议将微信基础库调整大于等于2.9.0版本。升级后绘图将有更好性能');
+          this.initByOldWay(callback);
+        }
+      }
+    },
+
+    initByOldWay(callback) {
+      // 1.9.91 <= version < 2.9.0:原来的方式初始化
+      ctx = wx.createCanvasContext(this.data.canvasId, this);
+      const canvas = new WxCanvas(ctx, this.data.canvasId, false);
+
+      echarts.setCanvasCreator(() => {
+        return canvas;
+      });
+      // const canvasDpr = wx.getSystemInfoSync().pixelRatio // 微信旧的canvas不能传入dpr
+      const canvasDpr = 1
+      var query = wx.createSelectorQuery().in(this);
+      query.select('.ec-canvas').boundingClientRect(res => {
+        if (typeof callback === 'function') {
+          this.chart = callback(canvas, res.width, res.height, canvasDpr);
+        }
+        else if (this.data.ec && typeof this.data.ec.onInit === 'function') {
+          this.chart = this.data.ec.onInit(canvas, res.width, res.height, canvasDpr);
+        }
+        else {
+          this.triggerEvent('init', {
+            canvas: canvas,
+            width: res.width,
+            height: res.height,
+            canvasDpr: canvasDpr // 增加了dpr,可方便外面echarts.init
+          });
+        }
+      }).exec();
+    },
+
+    initByNewWay(callback) {
+      // version >= 2.9.0:使用新的方式初始化
+      const query = wx.createSelectorQuery().in(this)
+      query
+        .select('.ec-canvas')
+        .fields({ node: true, size: true })
+        .exec(res => {
+          const canvasNode = res[0].node
+          this.canvasNode = canvasNode
+
+          const canvasDpr = wx.getSystemInfoSync().pixelRatio
+          const canvasWidth = res[0].width
+          const canvasHeight = res[0].height
+
+          const ctx = canvasNode.getContext('2d')
+
+          const canvas = new WxCanvas(ctx, this.data.canvasId, true, canvasNode)
+          echarts.setCanvasCreator(() => {
+            return canvas
+          })
+
+          if (typeof callback === 'function') {
+            this.chart = callback(canvas, canvasWidth, canvasHeight, canvasDpr)
+          } else if (this.data.ec && typeof this.data.ec.onInit === 'function') {
+            this.chart = this.data.ec.onInit(canvas, canvasWidth, canvasHeight, canvasDpr)
+          } else {
+            this.triggerEvent('init', {
+              canvas: canvas,
+              width: canvasWidth,
+              height: canvasHeight,
+              dpr: canvasDpr
+            })
+          }
+        })
+    },
+    canvasToTempFilePath(opt) {
+      if (this.data.isUseNewCanvas) {
+        // 新版
+        const query = wx.createSelectorQuery().in(this)
+        query
+          .select('.ec-canvas')
+          .fields({ node: true, size: true })
+          .exec(res => {
+            const canvasNode = res[0].node
+            opt.canvas = canvasNode
+            wx.canvasToTempFilePath(opt)
+          })
+      } else {
+        // 旧的
+        if (!opt.canvasId) {
+          opt.canvasId = this.data.canvasId;
+        }
+        ctx.draw(true, () => {
+          wx.canvasToTempFilePath(opt, this);
+        });
+      }
+    },
+
+    touchStart(e) {
+      if (this.chart && e.touches.length > 0) {
+        var touch = e.touches[0];
+        var handler = this.chart.getZr().handler;
+        handler.dispatch('mousedown', {
+          zrX: touch.x,
+          zrY: touch.y
+        });
+        handler.dispatch('mousemove', {
+          zrX: touch.x,
+          zrY: touch.y
+        });
+        handler.processGesture(wrapTouch(e), 'start');
+      }
+    },
+
+    touchMove(e) {
+      if (this.chart && e.touches.length > 0) {
+        var touch = e.touches[0];
+        var handler = this.chart.getZr().handler;
+        handler.dispatch('mousemove', {
+          zrX: touch.x,
+          zrY: touch.y
+        });
+        handler.processGesture(wrapTouch(e), 'change');
+      }
+    },
+
+    touchEnd(e) {
+      if (this.chart) {
+        const touch = e.changedTouches ? e.changedTouches[0] : {};
+        var handler = this.chart.getZr().handler;
+        handler.dispatch('mouseup', {
+          zrX: touch.x,
+          zrY: touch.y
+        });
+        handler.dispatch('click', {
+          zrX: touch.x,
+          zrY: touch.y
+        });
+        handler.processGesture(wrapTouch(e), 'end');
+      }
+    }
+  }
+});
+
+function wrapTouch(event) {
+  for (let i = 0; i < event.touches.length; ++i) {
+    const touch = event.touches[i];
+    touch.offsetX = touch.x;
+    touch.offsetY = touch.y;
+  }
+  return event;
+}

+ 4 - 0
ec-canvas/ec-canvas.json

@@ -0,0 +1,4 @@
+{
+  "component": true,
+  "usingComponents": {}
+}

+ 4 - 0
ec-canvas/ec-canvas.wxml

@@ -0,0 +1,4 @@
+<!-- 新的:接口对其了H5 -->
+<canvas type="2d"  style="pointer-events: none;" wx:if="{{isUseNewCanvas}}" type="2d" class="ec-canvas" canvas-id="{{ canvasId }}" bindinit="init" bindtouchstart="{{ ec.disableTouch ? '' : 'touchStart' }}" bindtouchmove="{{ ec.disableTouch ? '' : 'touchMove' }}" bindtouchend="{{ ec.disableTouch ? '' : 'touchEnd' }}"></canvas>
+<!-- 旧的 -->
+<canvas type="2d" style="pointer-events: none;" wx:else class="ec-canvas" canvas-id="{{ canvasId }}" bindinit="init" bindtouchstart="{{ ec.disableTouch ? '' : 'touchStart' }}" bindtouchmove="{{ ec.disableTouch ? '' : 'touchMove' }}" bindtouchend="{{ ec.disableTouch ? '' : 'touchEnd' }}"></canvas>

+ 4 - 0
ec-canvas/ec-canvas.wxss

@@ -0,0 +1,4 @@
+.ec-canvas {
+  width: 100%;
+  height: 100%;
+}

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 34 - 0
ec-canvas/echarts.js


+ 105 - 0
ec-canvas/wx-canvas.js

@@ -0,0 +1,105 @@
+export default class WxCanvas {
+  constructor(ctx, canvasId, isNew, canvasNode) {
+    this.ctx = ctx;
+    this.canvasId = canvasId;
+    this.chart = null;
+    this.isNew = isNew
+    if (isNew) {
+      this.canvasNode = canvasNode;
+    }
+    else {
+      this._initStyle(ctx);
+    }
+
+    // this._initCanvas(zrender, ctx);
+
+    this._initEvent();
+  }
+
+  getContext(contextType) {
+    if (contextType === '2d') {
+      return this.ctx;
+    }
+  }
+
+  // canvasToTempFilePath(opt) {
+  //   if (!opt.canvasId) {
+  //     opt.canvasId = this.canvasId;
+  //   }
+  //   return wx.canvasToTempFilePath(opt, this);
+  // }
+
+  setChart(chart) {
+    this.chart = chart;
+  }
+
+  attachEvent() {
+    // noop
+  }
+
+  detachEvent() {
+    // noop
+  }
+
+  _initCanvas(zrender, ctx) {
+    zrender.util.getContext = function () {
+      return ctx;
+    };
+
+    zrender.util.$override('measureText', function (text, font) {
+      ctx.font = font || '12px sans-serif';
+      return ctx.measureText(text);
+    });
+  }
+
+  _initStyle(ctx) {
+    ctx.createRadialGradient = () => {
+      return ctx.createCircularGradient(arguments);
+    };
+  }
+
+  _initEvent() {
+    this.event = {};
+    const eventNames = [{
+      wxName: 'touchStart',
+      ecName: 'mousedown'
+    }, {
+      wxName: 'touchMove',
+      ecName: 'mousemove'
+    }, {
+      wxName: 'touchEnd',
+      ecName: 'mouseup'
+    }, {
+      wxName: 'touchEnd',
+      ecName: 'click'
+    }];
+
+    eventNames.forEach(name => {
+      this.event[name.wxName] = e => {
+        const touch = e.touches[0];
+        this.chart.getZr().handler.dispatch(name.ecName, {
+          zrX: name.wxName === 'tap' ? touch.clientX : touch.x,
+          zrY: name.wxName === 'tap' ? touch.clientY : touch.y
+        });
+      };
+    });
+  }
+
+  set width(w) {
+    if (this.canvasNode) this.canvasNode.width = w
+  }
+  set height(h) {
+    if (this.canvasNode) this.canvasNode.height = h
+  }
+
+  get width() {
+    if (this.canvasNode)
+      return this.canvasNode.width
+    return 0
+  }
+  get height() {
+    if (this.canvasNode)
+      return this.canvasNode.height
+    return 0
+  }
+}

BIN
images/add.png


BIN
images/address.png


BIN
images/analysis/one.png


BIN
images/analysis/three.png


BIN
images/analysis/two.png


BIN
images/buzhou.png


BIN
images/del.png


BIN
images/erweima.png


BIN
images/fabu.png


BIN
images/fanhui.png


BIN
images/foot-line.png


BIN
images/go.png


BIN
images/go1.png


BIN
images/index.png


BIN
images/index1.png


BIN
images/line.png


BIN
images/mine.png


BIN
images/mine/dingdan.png


BIN
images/mine/tixian.png


BIN
images/mine/tongji.png


BIN
images/mine/tuihuo.png


BIN
images/mine/yinhangka.png


BIN
images/mine/会员管理.png


BIN
images/mine/卖家教程.png


BIN
images/mine/商品库.png


BIN
images/mine/商品核销.png


BIN
images/mine/平台客服.png


BIN
images/mine/我要帮卖.png


BIN
images/mine/拼团管理.png


BIN
images/mine/提货点.png


BIN
images/mine/收款码.png


BIN
images/mine/服务协议.png


BIN
images/mine/查询业务.png


BIN
images/mine/管理员.png


BIN
images/mine/设置.png


BIN
images/mine/请帮我卖.png


BIN
images/orders/导出订单.png


BIN
images/orders/打印面单.png


BIN
images/orders/扫码取货.png


BIN
images/orders/拼团.png


BIN
images/orders/收款码.png


BIN
images/orders/销售统计.png


BIN
images/phone.png


BIN
images/pin.png


BIN
images/qiehuan.png


BIN
images/saoline.png


BIN
images/select.png


BIN
images/share.png


BIN
images/share1.png


BIN
images/xia.png


BIN
images/二维码.png


BIN
images/减.png


BIN
images/切换.png


BIN
images/商品核销.png


BIN
images/大于等于.png


BIN
images/拼团.png


BIN
images/收款码.png


BIN
images/添加.png


BIN
images/电话.png


BIN
images/订单.png


BIN
images/足迹.png


+ 1 - 0
miniprogram_npm/@vant/weapp/action-sheet/index.d.ts

@@ -0,0 +1 @@
+export {};

+ 73 - 0
miniprogram_npm/@vant/weapp/action-sheet/index.js

@@ -0,0 +1,73 @@
+"use strict";
+Object.defineProperty(exports, "__esModule", { value: true });
+var component_1 = require("../common/component");
+var button_1 = require("../mixins/button");
+(0, component_1.VantComponent)({
+    mixins: [button_1.button],
+    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: function (event) {
+            var _this = this;
+            var index = event.currentTarget.dataset.index;
+            var _a = this.data, actions = _a.actions, closeOnClickAction = _a.closeOnClickAction, canIUseGetUserProfile = _a.canIUseGetUserProfile;
+            var item = actions[index];
+            if (item) {
+                this.$emit('select', item);
+                if (closeOnClickAction) {
+                    this.onClose();
+                }
+                if (item.openType === 'getUserInfo' && canIUseGetUserProfile) {
+                    wx.getUserProfile({
+                        desc: item.getUserProfileDesc || '  ',
+                        complete: function (userProfile) {
+                            _this.$emit('getuserinfo', userProfile);
+                        },
+                    });
+                }
+            }
+        },
+        onCancel: function () {
+            this.$emit('cancel');
+        },
+        onClose: function () {
+            this.$emit('close');
+        },
+        onClickOverlay: function () {
+            this.$emit('click-overlay');
+            this.onClose();
+        },
+    },
+});

+ 8 - 0
miniprogram_npm/@vant/weapp/action-sheet/index.json

@@ -0,0 +1,8 @@
+{
+  "component": true,
+  "usingComponents": {
+    "van-icon": "../icon/index",
+    "van-popup": "../popup/index",
+    "van-loading": "../loading/index"
+  }
+}

+ 69 - 0
miniprogram_npm/@vant/weapp/action-sheet/index.wxml

@@ -0,0 +1,69 @@
+<wxs src="../wxs/utils.wxs" module="utils" />
+
+<van-popup
+  show="{{ show }}"
+  position="bottom"
+  round="{{ round }}"
+  z-index="{{ zIndex }}"
+  overlay="{{ overlay }}"
+  custom-class="van-action-sheet"
+  safe-area-inset-bottom="{{ safeAreaInsetBottom }}"
+  close-on-click-overlay="{{ closeOnClickOverlay }}"
+  bind:close="onClickOverlay"
+>
+  <view wx:if="{{ title }}" class="van-action-sheet__header">
+    {{ title }}
+    <van-icon
+      name="cross"
+      custom-class="van-action-sheet__close"
+      bind:click="onClose"
+    />
+  </view>
+  <view wx:if="{{ description }}" class="van-action-sheet__description van-hairline--bottom">
+    {{ description }}
+  </view>
+  <view wx:if="{{ actions && actions.length }}">
+    <!-- button外包一层view,防止actions动态变化,导致渲染时button被打散 -->
+    <button
+      wx:for="{{ actions }}"
+      wx:key="index"
+      open-type="{{ item.disabled || item.loading || (canIUseGetUserProfile && item.openType === 'getUserInfo') ? '' : item.openType }}"
+      style="{{ item.color ? 'color: ' + item.color : '' }}"
+      class="{{ utils.bem('action-sheet__item', { disabled: item.disabled || item.loading }) }} {{ item.className || '' }}"
+      hover-class="van-action-sheet__item--hover"
+      data-index="{{ index }}"
+      bindtap="{{ item.disabled || item.loading ? '' : 'onSelect' }}"
+      bindgetuserinfo="onGetUserInfo"
+      bindcontact="onContact"
+      bindgetphonenumber="onGetPhoneNumber"
+      binderror="onError"
+      bindlaunchapp="onLaunchApp"
+      bindopensetting="onOpenSetting"
+      lang="{{ lang }}"
+      session-from="{{ sessionFrom }}"
+      send-message-title="{{ sendMessageTitle }}"
+      send-message-path="{{ sendMessagePath }}"
+      send-message-img="{{ sendMessageImg }}"
+      show-message-card="{{ showMessageCard }}"
+      app-parameter="{{ appParameter }}"
+    >
+      <block wx:if="{{ !item.loading }}">
+        {{ item.name }}
+        <view wx:if="{{ item.subname }}" class="van-action-sheet__subname" >{{ item.subname }}</view>
+      </block>
+      <van-loading wx:else custom-class="van-action-sheet__loading" size="22px" />
+    </button>
+  </view>
+  <slot />
+  <block wx:if="{{ cancelText }}">
+    <view class="van-action-sheet__gap" />
+    <view
+      class="van-action-sheet__cancel"
+      hover-class="van-action-sheet__cancel--hover"
+      hover-stay-time="70"
+      bind:tap="onCancel"
+    >
+      {{ cancelText }}
+    </view>
+  </block>
+</van-popup>

+ 1 - 0
miniprogram_npm/@vant/weapp/action-sheet/index.wxss

@@ -0,0 +1 @@
+@import '../common/index.wxss';.van-action-sheet{color:var(--action-sheet-item-text-color,#323233);max-height:var(--action-sheet-max-height,90%)!important}.van-action-sheet__cancel,.van-action-sheet__item{background-color:var(--action-sheet-item-background,#fff);font-size:var(--action-sheet-item-font-size,16px);line-height:var(--action-sheet-item-line-height,22px);padding:14px 16px;text-align:center}.van-action-sheet__cancel--hover,.van-action-sheet__item--hover{background-color:#f2f3f5}.van-action-sheet__cancel:after,.van-action-sheet__item:after{border-width:0}.van-action-sheet__cancel{color:var(--action-sheet-cancel-text-color,#646566)}.van-action-sheet__gap{background-color:var(--action-sheet-cancel-padding-color,#f7f8fa);display:block;height:var(--action-sheet-cancel-padding-top,8px)}.van-action-sheet__item--disabled{color:var(--action-sheet-item-disabled-text-color,#c8c9cc)}.van-action-sheet__item--disabled.van-action-sheet__item--hover{background-color:var(--action-sheet-item-background,#fff)}.van-action-sheet__subname{color:var(--action-sheet-subname-color,#969799);font-size:var(--action-sheet-subname-font-size,12px);line-height:var(--action-sheet-subname-line-height,20px);margin-top:var(--padding-xs,8px)}.van-action-sheet__header{font-size:var(--action-sheet-header-font-size,16px);font-weight:var(--font-weight-bold,500);line-height:var(--action-sheet-header-height,48px);text-align:center}.van-action-sheet__description{color:var(--action-sheet-description-color,#969799);font-size:var(--action-sheet-description-font-size,14px);line-height:var(--action-sheet-description-line-height,20px);padding:20px var(--padding-md,16px);text-align:center}.van-action-sheet__close{color:var(--action-sheet-close-icon-color,#c8c9cc);font-size:var(--action-sheet-close-icon-size,22px)!important;line-height:inherit!important;padding:var(--action-sheet-close-icon-padding,0 16px);position:absolute!important;right:0;top:0}.van-action-sheet__loading{display:flex!important}

+ 1 - 0
miniprogram_npm/@vant/weapp/area/index.d.ts

@@ -0,0 +1 @@
+export {};

+ 232 - 0
miniprogram_npm/@vant/weapp/area/index.js

@@ -0,0 +1,232 @@
+"use strict";
+var __assign = (this && this.__assign) || function () {
+    __assign = Object.assign || function(t) {
+        for (var s, i = 1, n = arguments.length; i < n; i++) {
+            s = arguments[i];
+            for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
+                t[p] = s[p];
+        }
+        return t;
+    };
+    return __assign.apply(this, arguments);
+};
+Object.defineProperty(exports, "__esModule", { value: true });
+var component_1 = require("../common/component");
+var shared_1 = require("../picker/shared");
+var utils_1 = require("../common/utils");
+var EMPTY_CODE = '000000';
+(0, component_1.VantComponent)({
+    classes: ['active-class', 'toolbar-class', 'column-class'],
+    props: __assign(__assign({}, shared_1.pickerProps), { value: {
+            type: String,
+            observer: function (value) {
+                this.code = value;
+                this.setValues();
+            },
+        }, areaList: {
+            type: Object,
+            value: {},
+            observer: 'setValues',
+        }, columnsNum: {
+            type: null,
+            value: 3,
+        }, columnsPlaceholder: {
+            type: Array,
+            observer: function (val) {
+                this.setData({
+                    typeToColumnsPlaceholder: {
+                        province: val[0] || '',
+                        city: val[1] || '',
+                        county: val[2] || '',
+                    },
+                });
+            },
+        } }),
+    data: {
+        columns: [{ values: [] }, { values: [] }, { values: [] }],
+        typeToColumnsPlaceholder: {},
+    },
+    mounted: function () {
+        var _this = this;
+        (0, utils_1.requestAnimationFrame)(function () {
+            _this.setValues();
+        });
+    },
+    methods: {
+        getPicker: function () {
+            if (this.picker == null) {
+                this.picker = this.selectComponent('.van-area__picker');
+            }
+            return this.picker;
+        },
+        onCancel: function (event) {
+            this.emit('cancel', event.detail);
+        },
+        onConfirm: function (event) {
+            var index = event.detail.index;
+            var value = event.detail.value;
+            value = this.parseValues(value);
+            this.emit('confirm', { value: value, index: index });
+        },
+        emit: function (type, detail) {
+            detail.values = detail.value;
+            delete detail.value;
+            this.$emit(type, detail);
+        },
+        parseValues: function (values) {
+            var columnsPlaceholder = this.data.columnsPlaceholder;
+            return values.map(function (value, index) {
+                if (value &&
+                    (!value.code || value.name === columnsPlaceholder[index])) {
+                    return __assign(__assign({}, value), { code: '', name: '' });
+                }
+                return value;
+            });
+        },
+        onChange: function (event) {
+            var _this = this;
+            var _a;
+            var _b = event.detail, index = _b.index, picker = _b.picker, value = _b.value;
+            this.code = value[index].code;
+            (_a = this.setValues()) === null || _a === void 0 ? void 0 : _a.then(function () {
+                _this.$emit('change', {
+                    picker: picker,
+                    values: _this.parseValues(picker.getValues()),
+                    index: index,
+                });
+            });
+        },
+        getConfig: function (type) {
+            var areaList = this.data.areaList;
+            return (areaList && areaList["".concat(type, "_list")]) || {};
+        },
+        getList: function (type, code) {
+            if (type !== 'province' && !code) {
+                return [];
+            }
+            var typeToColumnsPlaceholder = this.data.typeToColumnsPlaceholder;
+            var list = this.getConfig(type);
+            var result = Object.keys(list).map(function (code) { return ({
+                code: code,
+                name: list[code],
+            }); });
+            if (code != null) {
+                // oversea code
+                if (code[0] === '9' && type === 'city') {
+                    code = '9';
+                }
+                result = result.filter(function (item) { return item.code.indexOf(code) === 0; });
+            }
+            if (typeToColumnsPlaceholder[type] && result.length) {
+                // set columns placeholder
+                var codeFill = type === 'province'
+                    ? ''
+                    : type === 'city'
+                        ? EMPTY_CODE.slice(2, 4)
+                        : EMPTY_CODE.slice(4, 6);
+                result.unshift({
+                    code: "".concat(code).concat(codeFill),
+                    name: typeToColumnsPlaceholder[type],
+                });
+            }
+            return result;
+        },
+        getIndex: function (type, code) {
+            var compareNum = type === 'province' ? 2 : type === 'city' ? 4 : 6;
+            var 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 (var i = 0; i < list.length; i++) {
+                if (list[i].code.slice(0, compareNum) === code) {
+                    return i;
+                }
+            }
+            return 0;
+        },
+        setValues: function () {
+            var picker = this.getPicker();
+            if (!picker) {
+                return;
+            }
+            var code = this.code || this.getDefaultCode();
+            var provinceList = this.getList('province');
+            var cityList = this.getList('city', code.slice(0, 2));
+            var stack = [];
+            var indexes = [];
+            var columnsNum = this.data.columnsNum;
+            if (columnsNum >= 1) {
+                stack.push(picker.setColumnValues(0, provinceList, false));
+                indexes.push(this.getIndex('province', code));
+            }
+            if (columnsNum >= 2) {
+                stack.push(picker.setColumnValues(1, cityList, false));
+                indexes.push(this.getIndex('city', code));
+                if (cityList.length && code.slice(2, 4) === '00') {
+                    code = cityList[0].code;
+                }
+            }
+            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(function () { })
+                .then(function () { return picker.setIndexes(indexes); })
+                .catch(function () { });
+        },
+        getDefaultCode: function () {
+            var columnsPlaceholder = this.data.columnsPlaceholder;
+            if (columnsPlaceholder.length) {
+                return EMPTY_CODE;
+            }
+            var countyCodes = Object.keys(this.getConfig('county'));
+            if (countyCodes[0]) {
+                return countyCodes[0];
+            }
+            var cityCodes = Object.keys(this.getConfig('city'));
+            if (cityCodes[0]) {
+                return cityCodes[0];
+            }
+            return '';
+        },
+        getValues: function () {
+            var picker = this.getPicker();
+            if (!picker) {
+                return [];
+            }
+            return this.parseValues(picker.getValues().filter(function (value) { return !!value; }));
+        },
+        getDetail: function () {
+            var values = this.getValues();
+            var area = {
+                code: '',
+                country: '',
+                province: '',
+                city: '',
+                county: '',
+            };
+            if (!values.length) {
+                return area;
+            }
+            var names = values.map(function (item) { return 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: function (code) {
+            this.code = code || '';
+            return this.setValues();
+        },
+    },
+});

+ 6 - 0
miniprogram_npm/@vant/weapp/area/index.json

@@ -0,0 +1,6 @@
+{
+  "component": true,
+  "usingComponents": {
+    "van-picker": "../picker/index"
+  }
+}

+ 20 - 0
miniprogram_npm/@vant/weapp/area/index.wxml

@@ -0,0 +1,20 @@
+<wxs src="./index.wxs" module="computed" />
+
+<van-picker
+  class="van-area__picker"
+  active-class="active-class"
+  toolbar-class="toolbar-class"
+  column-class="column-class"
+  show-toolbar
+  value-key="name"
+  title="{{ title }}"
+  loading="{{ loading }}"
+  columns="{{ computed.displayColumns(columns, columnsNum) }}"
+  item-height="{{ itemHeight }}"
+  visible-item-count="{{ visibleItemCount }}"
+  cancel-button-text="{{ cancelButtonText }}"
+  confirm-button-text="{{ confirmButtonText }}"
+  bind:change="onChange"
+  bind:confirm="onConfirm"
+  bind:cancel="onCancel"
+/>

+ 8 - 0
miniprogram_npm/@vant/weapp/area/index.wxs

@@ -0,0 +1,8 @@
+/* eslint-disable */
+function displayColumns(columns, columnsNum) {
+  return columns.slice(0, +columnsNum);
+}
+
+module.exports = {
+  displayColumns: displayColumns,
+};

+ 1 - 0
miniprogram_npm/@vant/weapp/area/index.wxss

@@ -0,0 +1 @@
+@import '../common/index.wxss';

+ 1 - 0
miniprogram_npm/@vant/weapp/button/index.d.ts

@@ -0,0 +1 @@
+export {};

+ 67 - 0
miniprogram_npm/@vant/weapp/button/index.js

@@ -0,0 +1,67 @@
+"use strict";
+Object.defineProperty(exports, "__esModule", { value: true });
+var component_1 = require("../common/component");
+var button_1 = require("../mixins/button");
+var version_1 = require("../common/version");
+var mixins = [button_1.button];
+if ((0, version_1.canIUseFormFieldButton)()) {
+    mixins.push('wx://form-field-button');
+}
+(0, component_1.VantComponent)({
+    mixins: 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: String,
+    },
+    methods: {
+        onClick: function (event) {
+            var _this = this;
+            this.$emit('click', event);
+            var _a = this.data, canIUseGetUserProfile = _a.canIUseGetUserProfile, openType = _a.openType, getUserProfileDesc = _a.getUserProfileDesc, lang = _a.lang;
+            if (openType === 'getUserInfo' && canIUseGetUserProfile) {
+                wx.getUserProfile({
+                    desc: getUserProfileDesc || '  ',
+                    lang: lang || 'en',
+                    complete: function (userProfile) {
+                        _this.$emit('getuserinfo', userProfile);
+                    },
+                });
+            }
+        },
+    },
+});

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä