家政小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.wxml 432B

123456789
  1. <view class="page">
  2. <view class="page-hd">
  3. <image class="head" src="/img/award-head.png"></image>
  4. </view>
  5. <view class="page-bd">
  6. <button class="btn-awrad" type="primary" bindtap="toPay">红包打赏</button>
  7. <button class="btn-join" type="default" open-type="contact" session-from="homeApp"><image class="icon-service" src="/img/icon-service.png"></image>客服咨询</button>
  8. </view>
  9. </view>