Compare commits

...

3 Commits

Author SHA1 Message Date
tianyi 0ed565ea76 11 1 week ago
tianyi edd9e2ae60 11 1 week ago
tianyi cf7462f6a2 11 1 week ago
  1. 4
      package1/runErrand/runErrand.vue
  2. 4
      package2/shop/merchantCenter.vue
  3. 14
      package2/shop/shopBill.vue
  4. 10
      package2/shop/shopSettlementDetail.vue
  5. BIN
      static/images/dingdan/dd0.png
  6. BIN
      static/images/dingdan/dd1.png
  7. BIN
      static/images/dingdan/dd2.png
  8. BIN
      static/images/dingdan/dd3.png
  9. BIN
      static/images/dingdan/dd4.png

4
package1/runErrand/runErrand.vue

@ -445,8 +445,8 @@
flex: 1; flex: 1;
background: #eee; background: #eee;
border-radius: 20rpx; border-radius: 20rpx;
height: 20rpx; height: 100rpx;
line-height: 20rpx; line-height: 100rpx;
display: flex; display: flex;
padding: 0 20rpx; padding: 0 20rpx;
} }

4
package2/shop/merchantCenter.vue

@ -243,7 +243,7 @@
url = '/package1/myCenter/dataStatistics' url = '/package1/myCenter/dataStatistics'
break; break;
case 'db': case 'db':
url = '/package1/shop/shopOrderList?index=' + index url = '/package2/shop/shopOrderList?index=' + index
break; break;
case 'sp': case 'sp':
url = '/package1/myCenter/goodsList' url = '/package1/myCenter/goodsList'
@ -252,7 +252,7 @@
url = '' url = ''
break; break;
case 'dd': case 'dd':
url = '/package1/shop/shopOrderList' url = '/package2/shop/shopOrderList'
break; break;
case 'zd': case 'zd':
url = '/package2/shop/shopBill' url = '/package2/shop/shopBill'

14
package2/shop/shopBill.vue

@ -32,7 +32,7 @@
商品金额 商品金额
</view> </view>
<view class=""> <view class="">
$0.00 0.00
</view> </view>
</view> </view>
<view class="content33"> <view class="content33">
@ -40,7 +40,7 @@
餐盒费 餐盒费
</view> </view>
<view class=""> <view class="">
$0.00 0.00
</view> </view>
</view> </view>
<view class="content33"> <view class="content33">
@ -48,7 +48,7 @@
活动成本 活动成本
</view> </view>
<view class=""> <view class="">
$0.00 0.00
</view> </view>
</view> </view>
<view class="content33"> <view class="content33">
@ -56,7 +56,7 @@
平台服务费 平台服务费
</view> </view>
<view class=""> <view class="">
$0.00 0.00
</view> </view>
</view> </view>
</view> </view>
@ -66,7 +66,7 @@
结算金额 结算金额
</view> </view>
<view class=""> <view class="">
$0.00 0.00
</view> </view>
</view> </view>
<view class="content33"> <view class="content33">
@ -74,7 +74,7 @@
本期期初 本期期初
</view> </view>
<view class=""> <view class="">
$0.00 0.00
</view> </view>
</view> </view>
<view class="content33"> <view class="content33">
@ -82,7 +82,7 @@
实际打款金额 实际打款金额
</view> </view>
<view class=""> <view class="">
$0.00 0.00
</view> </view>
</view> </view>
</view> </view>

10
package2/shop/shopSettlementDetail.vue

@ -29,11 +29,11 @@
<uni-table border stripe emptyText="暂无更多数据" > <uni-table border stripe emptyText="暂无更多数据" >
<!-- 表头行 --> <!-- 表头行 -->
<uni-tr> <uni-tr>
<uni-th width="90" align="center">订单编号</uni-th> <uni-th width="100" align="center">订单编号</uni-th>
<uni-th width="90" align="center">商品金额</uni-th> <uni-th width="100" align="center">商品金额</uni-th>
<uni-th width="90" align="center">餐盒费</uni-th> <uni-th width="100" align="center">餐盒费</uni-th>
<uni-th width="90" align="center">平台抽佣</uni-th> <uni-th width="100" align="center">平台抽佣</uni-th>
<uni-th width="90" align="center">结算金额</uni-th> <uni-th width="100" align="center">结算金额</uni-th>
</uni-tr> </uni-tr>
<!-- 表格数据行 --> <!-- 表格数据行 -->
<uni-tr> <uni-tr>

BIN
static/images/dingdan/dd0.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
static/images/dingdan/dd1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
static/images/dingdan/dd2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

BIN
static/images/dingdan/dd3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
static/images/dingdan/dd4.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Loading…
Cancel
Save