parent
4aa38df050
commit
44d2a11b64
@ -1,11 +1,11 @@
|
||||
<!--pages/mine/pages/helpCenter/index.wxml-->
|
||||
<view style="margin-top:32rpx;margin-left:32rpx;font-size: 28rpx; font-weight: bold;">问题描述</view>
|
||||
<view class="center">
|
||||
<textarea placeholder="请输入您的问题并上传页面截屏可帮助技术人员更快地解决问题" placeholder-class="placeholder-style"></textarea>
|
||||
<textarea value="{{content}}" placeholder="请输入您的问题并上传页面截屏可帮助技术人员更快地解决问题" placeholder-class="placeholder-style" bindinput="contentInput"></textarea>
|
||||
<view style="margin-left:32rpx">
|
||||
<van-uploader file-list="{{ fileList }}" bind:after-read="afterRead" />
|
||||
<van-uploader accept="image" file-list="{{ fileList }}" bind:after-read="afterRead" />
|
||||
</view>
|
||||
</view>
|
||||
<view style="margin-top:32rpx;margin-left:32rpx;font-size: 28rpx; font-weight: bold;">联系方式</view>
|
||||
<input type="text" placeholder="请输入您的手机号码方便联系" placeholder-class="placeholder-style2" />
|
||||
<input type="text" value="{{mobile}}" placeholder="请输入您的手机号码方便联系" placeholder-class="placeholder-style2" bindinput="phoneInput"/>
|
||||
<button>提交</button>
|
||||
|
@ -1,22 +1,16 @@
|
||||
<view class="box">
|
||||
<view class="ppt">
|
||||
<scroll-view scroll-y="true" bindscrolltolower="searchScrollLower">
|
||||
<view class="ppt" wx:for="{{list}}" wx:key="index" data-row="{{item}}" bindtap="openFile">
|
||||
<van-image width="64rpx" height="64rpx" fit='cover' src="{{imageUrl}}/my_ppt.png"
|
||||
custom-class='img1'/>
|
||||
<view class="ppt_cneter">
|
||||
<view style="font-size: 28rpx;font-weight: bold;" class="title">测试v7_PPT主题分析报告</view>
|
||||
<view style="font-size: 24rpx; color: #9d9d9d;">2022-06-15 11:24:47</view>
|
||||
</view>
|
||||
<van-image width="48rpx" height="48rpx" fit='cover' src="{{imageUrl}}/my_right.png"
|
||||
custom-class='img2' />
|
||||
</view>
|
||||
<view class="ppt">
|
||||
<van-image width="64rpx" height="64rpx" fit='cover' src="{{imageUrl}}/my_ppt.png"
|
||||
custom-class='img1'/>
|
||||
<view class="ppt_cneter">
|
||||
<view style="font-size: 28rpx;font-weight: bold;" class="title">测试v7_PPT主题分析报告aaaaaaaaaa</view>
|
||||
<view style="font-size: 24rpx; color: #9d9d9d;">2022-06-15 11:24:47</view>
|
||||
<view style="font-size: 28rpx;font-weight: bold;" class="title">{{item.Folder}}</view>
|
||||
<view style="font-size: 24rpx; color: #9d9d9d;">{{item.AddTime}}</view>
|
||||
</view>
|
||||
<van-image width="48rpx" height="48rpx" fit='cover' src="{{imageUrl}}/my_right.png"
|
||||
custom-class='img2' />
|
||||
</view>
|
||||
<view class="loading" hidden="{{!loadMore}}">正在载入更多...</view>
|
||||
<view class="loading" hidden="{{!loadAll}}">已加载全部</view>
|
||||
</scroll-view>
|
||||
</view>
|
Loading…
Reference in new issue