Browse Source

注释左侧志愿者按钮

master
mk 1 year ago
parent
commit
d0dbcc1caa
  1. BIN
      images/home/header_1.png
  2. BIN
      images/home/header_2.png
  3. 12
      pages/heartNew/heartNew.wxml
  4. 156
      project.config.json
  5. 7
      project.private.config.json

BIN
images/home/header_1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
images/home/header_2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

12
pages/heartNew/heartNew.wxml

@ -1,5 +1,5 @@
<view class="header" style="height: {{statusHeight + navigationHeight}}px;"> <view class="header" style="height: {{statusHeight + navigationHeight}}px;">
<image class="header-bg" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7160-w6AJBH6AAAk6D4lsPc207.png" /> <image class="header-bg" src="../../images/home/header_1.png" />
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;"> <view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
<!-- <view class="goback" bindtap="goback"> <!-- <view class="goback" bindtap="goback">
<image src="../../images/goback.png" /> <image src="../../images/goback.png" />
@ -12,7 +12,7 @@
</view> </view>
<view class="home" style="margin-top: {{statusHeight + navigationHeight}}px"> <view class="home" style="margin-top: {{statusHeight + navigationHeight}}px">
<view class="belong-grid"> <view class="belong-grid">
<image class="belong-grid-bg" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7160-u6ATTx1AAEZrXGthow458.png" /> <image class="belong-grid-bg" src="../../images/home/header_2.png" />
<view class="newbelong-grid"> <view class="newbelong-grid">
<view class="grid" bindtap="getPhone" data-number="{{getImgUrl.remark}}"> <view class="grid" bindtap="getPhone" data-number="{{getImgUrl.remark}}">
<image src="{{getImgUrl.imgUrl}}" /> <image src="{{getImgUrl.imgUrl}}" />
@ -54,12 +54,12 @@
</view> </view>
</view> </view>
</view> </view>
<view class="tab-left"> <!-- <view class="tab-left">
<view class="tab" wx:for="{{tabLeftList}}" wx:key="index" data-title="{{item.remark}}" data-code="{{item.imgCode||item.categoryCode}}" bindtap="toJumpPage"> <view class="tab" wx:for="{{tabLeftList}}" wx:key="index" data-title="{{item.remark}}" data-code="{{item.imgCode||item.categoryCode}}" bindtap="toJumpPage">
<image src="{{item.imgUrl}}" class="image-small"/> <image src="{{item.imgUrl}}" class="image-small"/>
<view class="tab-text"></view> <view class="tab-text"></view>
</view> </view>
</view> </view> -->
<view class="tab-right"> <view class="tab-right">
<view class="tab" wx:for="{{tabRightList}}" wx:key="index" data-title="{{item.remark}}" data-code="{{item.imgCode||item.categoryCode}}" bindtap="toJumpPage"> <view class="tab" wx:for="{{tabRightList}}" wx:key="index" data-title="{{item.remark}}" data-code="{{item.imgCode||item.categoryCode}}" bindtap="toJumpPage">
<image src="{{item.imgUrl}}" class="image-small"/> <image src="{{item.imgUrl}}" class="image-small"/>
@ -148,14 +148,14 @@
<activity bind:toActDetail="toActDetailDown" id="state-2" state="2"></activity> <activity bind:toActDetail="toActDetailDown" id="state-2" state="2"></activity>
</view> </view>
<move-btn <move-btn
wx:if="{{applyBtn.imgUrl}}"
area-top="120" area-top="120"
area-height="90%" area-height="90%"
button-width="208" button-width="208"
button-height="122" button-height="122"
button-top="850" button-top="850"
button-left="520" button-left="520"
img-url="{{applyBtn.imgUrl}}" img-url="{{'../../images/heart/apply-new.png'}}"
bindmovebtnCallBack="myApply"></move-btn> bindmovebtnCallBack="myApply"></move-btn>
<move-btn <move-btn
wx:if="{{scanBtn.imgUrl && btnTop!=0}}" wx:if="{{scanBtn.imgUrl && btnTop!=0}}"

156
project.config.json

@ -1,91 +1,77 @@
{ {
"description": "项目配置文件", "description": "项目配置文件",
"packOptions": { "packOptions": {
"ignore": [] "ignore": [],
}, "include": []
"setting": {
"urlCheck": false,
"es6": true,
"enhance": false,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}, },
"enableEngineNative": false, "setting": {
"useIsolateContext": true, "urlCheck": false,
"useCompilerModule": true, "es6": true,
"userConfirmedUseCompilerModuleSwitch": false, "enhance": false,
"userConfirmedBundleSwitch": false, "postcss": true,
"packNpmManually": false, "preloadBackgroundData": false,
"packNpmRelationList": [], "minified": true,
"minifyWXSS": true "newFeature": true,
}, "coverView": true,
"compileType": "miniprogram", "nodeModules": false,
"libVersion": "2.9.2", "autoAudits": false,
"appid": "wxc4fe0ea629aaa309", "showShadowRootInWxmlPanel": true,
"projectname": "e锦水-志愿者端", "scopeDataCheck": false,
"cloudfunctionTemplateRoot": "", "uglifyFileName": false,
"watchOptions": { "checkInvalidKey": true,
"ignore": [] "checkSiteMap": true,
}, "uploadWithSourceMap": true,
"debugOptions": { "compileHotReLoad": false,
"hidedInDevtools": [] "useMultiFrameRuntime": true,
}, "useApiHook": true,
"scripts": {}, "useApiHostProcess": true,
"simulatorType": "wechat", "babelSetting": {
"simulatorPluginLibVersion": {}, "ignore": [],
"condition": { "disablePlugins": [],
"plugin": { "outputPath": ""
"list": []
},
"game": {
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": [
{
"id": 0,
"name": "pages/formid/formid",
"pathName": "pages/formid/formid",
"query": "gid=1233592630168813569",
"scene": 1011
}, },
{ "enableEngineNative": false,
"id": 2, "useIsolateContext": true,
"name": "网格长注册", "useCompilerModule": true,
"pathName": "pages/index/index", "userConfirmedUseCompilerModuleSwitch": false,
"query": "scene=gridLeader", "userConfirmedBundleSwitch": false,
"scene": 1011 "packNpmManually": false,
}, "packNpmRelationList": [],
{ "minifyWXSS": true
"id": -1, },
"name": "注册页面", "compileType": "miniprogram",
"pathName": "pages/toRegister/toRegister", "libVersion": "3.2.2",
"query": "", "appid": "wxc4fe0ea629aaa309",
"scene": null "projectname": "e锦水-志愿者端",
"cloudfunctionTemplateRoot": "",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"miniprogram": {
"list": [
{
"name": "pages/formid/formid",
"pathName": "pages/formid/formid",
"query": "gid=1233592630168813569",
"scene": 1011
},
{
"name": "网格长注册",
"pathName": "pages/index/index",
"query": "scene=gridLeader",
"scene": 1011
},
{
"name": "注册页面",
"pathName": "pages/toRegister/toRegister",
"query": "",
"scene": null
}
]
} }
] },
"editorSetting": {
"tabIndent": "auto",
"tabSize": 4
} }
}
} }

7
project.private.config.json

@ -0,0 +1,7 @@
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "epdc-volunteer-mp-js",
"setting": {
"compileHotReLoad": true
}
}
Loading…
Cancel
Save