|
@@ -16,35 +16,37 @@
|
|
|
<preview
|
|
|
materialData="{{materialData}}"
|
|
|
height="{{previewHeight}}"/>
|
|
|
+ <view id="upload-position">
|
|
|
+ <chat id="upload"
|
|
|
+ ind="7"
|
|
|
+ id="chat"
|
|
|
+ productionData="{{productionData}}"
|
|
|
+ title="作品展示"
|
|
|
+ query="上传作品"
|
|
|
+ type="2"
|
|
|
+ columnType="6"
|
|
|
+ bind:myevent="onMyEvent"
|
|
|
+ bind:getHeight="onGetHeight"
|
|
|
+ data-type="2"
|
|
|
+ more="{{productionMore}}"/>
|
|
|
+ </view>
|
|
|
+ <view id="questions-position">
|
|
|
+ <chat id="questions"
|
|
|
+ productionData="{{questionsData}}"
|
|
|
+ title="答疑讨论"
|
|
|
+ query="我有疑问"
|
|
|
+ type="1"
|
|
|
+ columnType="6"
|
|
|
+ bind:myevent="onMyEvent"
|
|
|
+ data-type="1"
|
|
|
+ more="{{questionsMore}}"/>
|
|
|
+ </view>
|
|
|
|
|
|
- <chat id="upload"
|
|
|
- ind="7"
|
|
|
- id="chat"
|
|
|
- productionData="{{productionData}}"
|
|
|
- title="作品展示"
|
|
|
- query="上传作品"
|
|
|
- type="2"
|
|
|
- columnType="6"
|
|
|
- bind:myevent="onMyEvent"
|
|
|
- bind:getHeight="onGetHeight"
|
|
|
- data-type="2"
|
|
|
- more="{{productionMore}}"/>
|
|
|
-
|
|
|
- <chat id="questions"
|
|
|
- productionData="{{questionsData}}"
|
|
|
- title="答疑讨论"
|
|
|
- query="我有疑问"
|
|
|
- type="1"
|
|
|
- columnType="6"
|
|
|
- bind:myevent="onMyEvent"
|
|
|
- data-type="1"
|
|
|
- more="{{questionsMore}}"/>
|
|
|
-
|
|
|
- <view class="upload-one" data-id="upload" bindtap="location">
|
|
|
+ <view class="upload-one" data-id="upload-position" bindtap="location">
|
|
|
<image src="../image/works.png" ></image>
|
|
|
</view>
|
|
|
|
|
|
- <view class="questions-one" data-id="questions" bindtap="location">
|
|
|
+ <view class="questions-one" data-id="questions-position" bindtap="location">
|
|
|
<image src="../image/q_discuss.png" ></image>
|
|
|
<text class="row" wx:if="{{questionsdian > 0}}"></text>
|
|
|
</view>
|