- <!--pages/camera/camera.wxml-->
- <text>pages/camera/camera.wxml</text>
- <navigator url="../index/index" open-type="navigateTo">回到主页-错误</navigator>
- <navigator url="../index/index" open-type="switchTab">回到主页-正确的</navigator>
- <view wx:for="{{result.data}}" wx:key="uniquekey" style="border-bottom: 1px solid #ccc; padding-bottom: 5px; margin-top: 5px;">
- <view>
- <image src="{{item.thumbnail_pic_s}}" alt=""/>
- </view>
- <view>
- {{item.title}}
- </view>
- <view>
- <text>作者:{{item.author_name}}</text>
- </view>
- </view>
|