每日总结 4.2

今天进行了支付页面的编写,如下:

 

 

<!--pages/info/info.wxml-->
<view class="view1"> 
<view class="thumb">
  <text class="t1">{{name}}</text>
  <image src="{{image}}" mode=""/>
</view>
<view class="page-section">
    <view class="weui-cells__title">请输入金额</view>
    <view class="weui-cells weui-cells_after-title">
      <view class="weui-cell weui-cell_input">
        <input class="weui-input" type="number" placeholder="" />
      </view>
    </view>
  </view> 
</view>
<view class="usermotto">
  <button type="primary"> 确定支付</button>
  </view>
  <swiper indicator-dots circular indicator-color="white" indicator-active-color="black" autoplay interval ="3000">
<swiper-item wx:for="{{swiperList}}" wx:key="id">
<image src="{{item.image}}"></image>
</swiper-item>
</swiper>

 

posted @ 2023-04-02 19:28  一个小虎牙  阅读(13)  评论(0编辑  收藏  举报