C端小程序
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.

5 lines
325 B

  1. <navbar text="兑换" home back background='#FD832D' color="white"></navbar>
  2. <view class="section" style="padding-top:{{navigationBarHeight}};">
  3. <input placeholder="请输入兑换码" clearable/>
  4. <button type="text" size="{{primarySize}}" style="background:#FD832D;color:#fff;" bindtap="exchange">兑换</button>
  5. </view>