task.wxml 265 B

12345678
  1. <!--pages/task/task.wxml-->
  2. <view class="sp-task-body">
  3. <image src="{{task.logo ? file + task.logo : ''}}"></image>
  4. <text class="title">{{task.appName}}</text>
  5. <text>{{task.memo}}</text>
  6. <button bindtap="toTarget" plain="true">立即进入</button>
  7. </view>