Browse Source

Merge branch 'xieying' of gitadmin/tuoheng_qmhh_web into develop

xieying
xieying 1 year ago
parent
commit
ff169986e2
6 changed files with 6 additions and 7 deletions
  1. +2
    -2
      environment.js
  2. +1
    -1
      package_first/pages/ProtectionActivity/index.js
  3. +1
    -1
      package_first/pages/VolunteerActivity/index.wxml
  4. +0
    -1
      package_first/pages/VolunteerActivity/index.wxss
  5. +1
    -1
      package_first/pages/VolunteerDetail/index.wxml
  6. +1
    -1
      package_mine/pages/noticeDetail/index.wxml

+ 2
- 2
environment.js View File

const __request_base_url__ = { const __request_base_url__ = {
// develop: "http://192.168.11.11:9061/api",
develop: "https://qmhhapi-test.t-aaron.com/api",
develop: "http://192.168.11.11:9061/api",
// develop: "https://qmhhapi-test.t-aaron.com/api",
trial: "https://qmhhapi-test.t-aaron.com/api", trial: "https://qmhhapi-test.t-aaron.com/api",
release: "https://qmhh.t-aaron.com/api" release: "https://qmhh.t-aaron.com/api"
} }

+ 1
- 1
package_first/pages/ProtectionActivity/index.js View File

}else{ }else{
const data = { openid } const data = { openid }
api_getIsApply(data).then(res=>{ api_getIsApply(data).then(res=>{
entersList[0].isJoin = !!res.data
entersList[0].isJoin = res.data == 1 ? true:false
this.setData({ entersList }) this.setData({ entersList })
}) })
} }

+ 1
- 1
package_first/pages/VolunteerActivity/index.wxml View File

</view> </view>
</view> </view>
</view> </view>
<view class="bottom">- 更多视频 敬请期待 -</view>
<view class="bottom">- 更多活动 敬请期待 -</view>
</view> </view>
</view> </view>

+ 0
- 1
package_first/pages/VolunteerActivity/index.wxss View File

display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
text-align: center;
} }
.activity_name{ .activity_name{
width: 300rpx; width: 300rpx;

+ 1
- 1
package_first/pages/VolunteerDetail/index.wxml View File

<view class="main"> <view class="main">
<rich-text class="content" type="node" style="width:100%; white-space: pre-wrap;word-break: break-all;" nodes="{{dataSource.content}}"></rich-text> <rich-text class="content" type="node" style="width:100%; white-space: pre-wrap;word-break: break-all;" nodes="{{dataSource.content}}"></rich-text>
<view > <view >
<image class="Volunteer_image" src="{{activityInfo.imageUrl}}" mode=""/>
<!-- <image class="Volunteer_image" src="{{activityInfo.imageUrl}}" mode=""/> -->
</view> </view>
<view class="apply_time"> <view class="apply_time">
<view class="apply">报名时间:</view> <view class="apply">报名时间:</view>

+ 1
- 1
package_mine/pages/noticeDetail/index.wxml View File

<view class="detail__container"> <view class="detail__container">
<view class="detail__title"> <view class="detail__title">
消息通知
系统信息
</view> </view>
<view class="detail__time"> <view class="detail__time">
{{ detail.createTime }} {{ detail.createTime }}

Loading…
Cancel
Save