瀏覽代碼

Merge branch 'xieying' of gitadmin/tuoheng_qmhh_web into develop

xieying
xieying 1 年之前
父節點
當前提交
ff169986e2
共有 6 個檔案被更改,包括 6 行新增7 行删除
  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 查看文件

@@ -1,6 +1,6 @@
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",
release: "https://qmhh.t-aaron.com/api"
}

+ 1
- 1
package_first/pages/ProtectionActivity/index.js 查看文件

@@ -102,7 +102,7 @@ Page({
}else{
const data = { openid }
api_getIsApply(data).then(res=>{
entersList[0].isJoin = !!res.data
entersList[0].isJoin = res.data == 1 ? true:false
this.setData({ entersList })
})
}

+ 1
- 1
package_first/pages/VolunteerActivity/index.wxml 查看文件

@@ -24,6 +24,6 @@
</view>
</view>
</view>
<view class="bottom">- 更多视频 敬请期待 -</view>
<view class="bottom">- 更多活动 敬请期待 -</view>
</view>
</view>

+ 0
- 1
package_first/pages/VolunteerActivity/index.wxss 查看文件

@@ -20,7 +20,6 @@
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-align: center;
}
.activity_name{
width: 300rpx;

+ 1
- 1
package_first/pages/VolunteerDetail/index.wxml 查看文件

@@ -3,7 +3,7 @@
<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>
<view >
<image class="Volunteer_image" src="{{activityInfo.imageUrl}}" mode=""/>
<!-- <image class="Volunteer_image" src="{{activityInfo.imageUrl}}" mode=""/> -->
</view>
<view class="apply_time">
<view class="apply">报名时间:</view>

+ 1
- 1
package_mine/pages/noticeDetail/index.wxml 查看文件

@@ -1,6 +1,6 @@
<view class="detail__container">
<view class="detail__title">
消息通知
系统信息
</view>
<view class="detail__time">
{{ detail.createTime }}

Loading…
取消
儲存