Sanakey
2021-01-31 53cc6f817625897935fb10c3845ad7be400f3036
pages/orderDetailEdit/orderDetailEdit.wxml
@@ -139,6 +139,42 @@
    </view> -->
    <van-cell class="my-cell" color="#ff751a" title-width="400rpx" bind:tap="showDialog">
      <view slot="title">
        拼单成功
      </view>
      <view>
        <van-image  round width="80rpx" height="80rpx" class="van-image"
                    src="{{Headimgurl}}"/>
      </view>
    </van-cell>
    <c-dialog-layer id="dialogLayer">
      <view slot="title" class="dialog-title">
        <van-image  round width="80rpx" height="80rpx" class="van-image"
                    src="{{Headimgurl}}"/>
        <view>key</view>
        <view>2021年1月31日15:46:25 发起拼单</view>
      </view>
      <scroll-view scroll-y="true" style="height:{{280}}px;">
        <view class="content">
          <!--      <van-cell-group class="my-cell-group" border="{{false}}">-->
          <van-cell class="my-cell" title-width="180rpx"  center wx:for="{{groupBuyingList}}" wx:key="key"  border="{{index!==arrayList.length-1?true:false}}">
            <view slot="icon">
              <van-image  round width="80rpx" height="80rpx" class="van-image"
                          src="{{item.Headimgurl}}"/>
            </view>
            <view class="slot-title" slot="title">
              <view  class="van-cell-text no-wrap margin-left">{{item.NickName}}</view>
            </view>
            <view class="font-bold flex-between">
              <view  class="van-cell-text">xxx 时间 拼单成功</view>
            </view>
          </van-cell>
          <!--      </van-cell-group>-->
        </view>
      </scroll-view>
    </c-dialog-layer>
    <view class="order-state">
      <view class="list-inner">
        <!-- <view class="list-inner-row">
@@ -264,4 +300,4 @@
    </view>
  </view>
</view>
</view>