Bläddra i källkod

所有图片换成网络加载

zhnghongrui 1 år sedan
förälder
incheckning
4719a180ea
49 ändrade filer med 231 tillägg och 216 borttagningar
  1. 1 1
      components/mypopup/mypopup.vue
  2. 2 2
      components/selectPicker/select_picker.vue
  3. 27 27
      config.js
  4. 6 0
      main.js
  5. 7 8
      pages.json
  6. 9 9
      pages/TopPipeWork/TopPipeWork.vue
  7. 6 6
      pages/dangerous/dangerous.vue
  8. 10 10
      pages/enginproject/enginproject.vue
  9. 5 5
      pages/index.vue
  10. 9 9
      pages/infrastructure/infrastructure.vue
  11. 19 10
      pages/login.vue
  12. 9 9
      pages/municipal/municipal.vue
  13. 18 18
      pages/oldrenovation/courtyard/courtyard.vue
  14. 36 36
      pages/oldrenovation/indoor/indoor.vue
  15. 20 20
      pages/oldrenovation/overhead/overhead.vue
  16. 25 24
      pages/statistics/statistics.vue
  17. 22 22
      pages/work/index.vue
  18. BIN
      static/images/chooseimg.png
  19. BIN
      static/images/dggc.png
  20. BIN
      static/images/gg-bg.png
  21. BIN
      static/images/gg-img.png
  22. BIN
      static/images/gg-lb.png
  23. BIN
      static/images/gg_.png
  24. BIN
      static/images/gygc.png
  25. BIN
      static/images/home_.png
  26. BIN
      static/images/ic_legend.png
  27. BIN
      static/images/icon_close.png
  28. BIN
      static/images/icon_right.png
  29. BIN
      static/images/jjgc.png
  30. BIN
      static/images/jk.png
  31. BIN
      static/images/jk2.png
  32. BIN
      static/images/login-bg.png
  33. BIN
      static/images/login-logo.png
  34. BIN
      static/images/logo-gg.png
  35. BIN
      static/images/lou-img-bg.png
  36. BIN
      static/images/mygc.png
  37. BIN
      static/images/password.png
  38. BIN
      static/images/search.png
  39. BIN
      static/images/sn.png
  40. BIN
      static/images/sn2.png
  41. BIN
      static/images/szgc.png
  42. BIN
      static/images/time.png
  43. BIN
      static/images/ty.png
  44. BIN
      static/images/ty2.png
  45. BIN
      static/images/updateimg.png
  46. BIN
      static/images/username.png
  47. BIN
      static/images/void.png
  48. BIN
      static/images/work-banner.png
  49. BIN
      static/images/wxzy.png

+ 1 - 1
components/mypopup/mypopup.vue

@@ -6,7 +6,7 @@
 
 				<view @click="close()"
 					style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;width: 15px;height: 15px;">
-					<image src="../../static/images/icon_close.png" style=" width: 15px; height: 15px;"></image>
+					<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;"></image>
 				</view>
 			</view>
 			<view class="popup-text">{{popupText}}</view>

+ 2 - 2
components/selectPicker/select_picker.vue

@@ -8,7 +8,7 @@
 						取消
 					</view> -->
 					<view class="lsi-warp">
-						<image src="../../static/images/search.png" mode="widthFix" class="lsi-icon"></image>
+						<image :src="loadImgSrc('search.png')" mode="widthFix" class="lsi-icon"></image>
 						<input class="lsi-input" v-model="keyword" placeholder="请输入搜索内容" @input="getParamsList" />
 						<!-- <unieasyinput prefixIcon="search" v-model="keyword" placeholder="请输入搜索内容"
 							@input="getParamsList"/> -->
@@ -40,7 +40,7 @@
 						</view> -->
 					</view>
 					<view v-else class="liy-void">
-						<image class="liy-void-img" src="../../static/images/void.png" mode="widthFix"></image>
+						<image class="liy-void-img" :src="loadImgSrc('void.png')" mode="widthFix"></image>
 						<view class="liy-void-text">未查询到内容</view>
 					</view>
 				</scroll-view>

+ 27 - 27
config.js

@@ -1,31 +1,31 @@
 // 应用全局配置
 module.exports = {
-  
 
-  baseUrl: 'http://192.168.4.11:8080',
-  // baseUrl: 'http://192.168.4.20:8080',
-    // baseUrl: 'http://192.168.4.6:8080',
 
-   // baseUrl: 'http://192.168.4.14:8089',
-  // 应用信息
-  appInfo: {
-    // 应用名称
-    name: "ruoyi-app",
-    // 应用版本
-    version: "1.1.0",
-    // 应用logo
-    logo: "/static/logo.png",
-    // 官方网站
-    site_url: "http://ruoyi.vip",
-    // 政策协议
-    agreements: [{
-        title: "隐私政策",
-        url: "https://ruoyi.vip/protocol.html"
-      },
-      {
-        title: "用户服务协议",
-        url: "https://ruoyi.vip/protocol.html"
-      }
-    ]
-  }
-}
+	baseUrl: 'http://192.168.4.11:8080',
+	// baseUrl: 'http://192.168.4.20:8080',
+	// baseUrl: 'http://192.168.4.6:8080',
+
+	// baseUrl: 'http://192.168.4.14:8089',
+	// 应用信息
+	appInfo: {
+		// 应用名称
+		name: "ruoyi-app",
+		// 应用版本
+		version: "1.1.0",
+		// 应用logo
+		logo: "/static/logo.png",
+		// 官方网站
+		site_url: "http://ruoyi.vip",
+		// 政策协议
+		agreements: [{
+				title: "隐私政策",
+				url: "https://ruoyi.vip/protocol.html"
+			},
+			{
+				title: "用户服务协议",
+				url: "https://ruoyi.vip/protocol.html"
+			}
+		]
+	}
+}

+ 6 - 0
main.js

@@ -13,6 +13,12 @@ Vue.prototype.$store = store
 App.mpType = 'app'
 // 挂载全局图片地址
 Vue.prototype.$HTTP = config.baseUrl
+// 图片使用网络地址
+Vue.prototype.loadImgSrc = function(img) {
+	//项目的地址域名,例如百度
+	return 'http://120.46.210.236/app/images/' + img;
+}
+
 const app = new Vue({
 	...App
 })

+ 7 - 8
pages.json

@@ -1,6 +1,11 @@
 {
-	"pages": [
-		{
+	"pages": [{
+			"path": "pages/login",
+			"style": {
+				"navigationBarTitleText": "登录",
+				"navigationStyle": "custom"
+			}
+		}, {
 			"path": "pages/work/index",
 			"style": {
 				"navigationBarTitleText": "工作台",
@@ -13,12 +18,6 @@
 				"navigationBarTitleText": "通知公告",
 				"navigationStyle": "custom"
 			}
-		},{
-			"path": "pages/login",
-			"style": {
-				"navigationBarTitleText": "登录",
-				"navigationStyle": "custom"
-			}
 		},
 
 		{

+ 9 - 9
pages/TopPipeWork/TopPipeWork.vue

@@ -10,12 +10,12 @@
 					<view v-if="this.isEmpty(this.projectName.id)" style="margin-top: 10;"
 						@click="pickerShow('gcmc',0)">
 						<span style="color: darkgray;">请选择工程名称</span>
-						<image src="../../static/images/icon_right.png"
+						<image :src="loadImgSrc('icon_right.png')"
 							class="to-right-icon"></image>
 					</view>
 					<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gcmc',0)">
 						<span style="color: black;">{{projectName.name}}</span>
-						<image src="../../static/images/icon_right.png"
+						<image :src="loadImgSrc('icon_right.png')"
 							class="to-right-icon"></image>
 					</view>
 				</view>
@@ -127,7 +127,7 @@
 						</view>
 						<view @click="openDatetimePicker()">
 							<span style="color: black;">{{time}}</span>
-							<image src="../../static/images/icon_right.png"
+							<image :src="loadImgSrc('icon_right.png')"
 								class="to-right-icon"></image>
 						</view>
 					</view>
@@ -152,12 +152,12 @@
 							</view>
 							<view v-if="this.isEmpty(this.materialValue.id)" @click="pickerShow('cz')">
 								<span style="color: darkgray;">请选择材质</span>
-								<image src="../../static/images/icon_right.png"
+								<image :src="loadImgSrc('icon_right.png')"
 									class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" @click="pickerShow('cz')">
 								<span style="color: black;">{{materialValue.name}}</span>
-								<image src="../../static/images/icon_right.png"
+								<image :src="loadImgSrc('icon_right.png')"
 									class="to-right-icon"></image>
 							</view>
 						</view>
@@ -170,12 +170,12 @@
 							</view>
 							<view v-if="this.isEmpty(this.specificationValue.id)" @click="pickerShow('gg')">
 								<span style="color: darkgray;">请选择规格</span>
-								<image src="../../static/images/icon_right.png"
+								<image :src="loadImgSrc('icon_right.png')"
 									class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" @click="pickerShow('gg')">
 								<span style="color: black;">{{specificationValue.name}}</span>
-								<image src="../../static/images/icon_right.png"
+								<image :src="loadImgSrc('icon_right.png')"
 									class="to-right-icon"></image>
 							</view>
 						</view>
@@ -194,7 +194,7 @@
 			<view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
 				<view class="container" style="color: gainsboro;">*请上传照片</view>
 				<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
-					<image src="/static/images/updateimg.png" mode=""
+					<image :src="loadImgSrc('updateimg.png')" mode=""
 						style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose()"></image>
 					<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 						<view
@@ -208,7 +208,7 @@
 						</view>
 						<view @click="remove(index)"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
-							<image src="../../static/images/icon_close.png" style=" width: 15px; height: 15px;">
+							<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
 							</image>
 						</view>
 					</view>

+ 6 - 6
pages/dangerous/dangerous.vue

@@ -11,12 +11,12 @@
 					<view v-if="this.isEmpty(this.projectObj.enginName)" style="margin-top: 10;"
 						@click="pickerShow('name')">
 						<span style="color: darkgray;">请选择工程</span>
-						<image src="../../static/images/icon_right.png"
+						<image :src="loadImgSrc('icon_right.png')"
 							class="to-right-icon"></image>
 					</view>
 					<view v-else style="margin-top: 10;" @click="pickerShow('name')">
 						<span style="color: black;">{{projectObj.enginName}}</span>
-						<image src="../../static/images/icon_right.png"
+						<image :src="loadImgSrc('icon_right.png')"
 							class="to-right-icon"></image>
 					</view>
 				</view>
@@ -55,12 +55,12 @@
 					</view>
 					<view v-if="isEmpty(this.projectTime)" @click="openDatetimePicker">
 						<span style="color: darkgray;">请选择工程时间</span>
-						<image src="../../static/images/icon_right.png"
+						<image :src="loadImgSrc('icon_right.png')"
 							class="to-right-icon"></image>
 					</view>
 					<view v-else @click="openDatetimePicker">
 						<span style="color: black;">{{projectTime}}</span>
-						<image src="../../static/images/icon_right.png"
+						<image :src="loadImgSrc('icon_right.png')"
 							class="to-right-icon"></image>
 					</view>
 				</view>
@@ -327,7 +327,7 @@
 					<view class="container" style="color: #b2b2b2;">*请上传文件</view>
 					<view style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
 						<!--  -->
-						<image src="/static/images/updateimg.png" mode=""
+						<image :src="loadImgSrc('updateimg.png')" mode=""
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="chooseFile()"></image>
 						<view v-for="(item,index) in fileArr" :key="index" style="position: relative;">
 							<view style="width: 100rpx; height: 100rpx; margin: 0 12rpx;">
@@ -346,7 +346,7 @@
 							</view>
 							<view v-if="isShowRemoveFile(item)" @click="removeFile(index)"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
-								<image src="../../static/images/icon_close.png" style=" width: 15px; height: 15px;">
+								<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
 								</image>
 							</view>
 						</view>

+ 10 - 10
pages/enginproject/enginproject.vue

@@ -9,12 +9,12 @@
 						<view v-if="this.isEmpty(this.projectType.dictValue)" style="margin-top: 10;"
 							@click="pickerShow('gclx',0)">
 							<span style="color: darkgray;">请选择工程类型</span>
-							<image src="../../static/images/icon_right.png"
+							<image :src="loadImgSrc('icon_right.png')"
 								class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gclx',0)">
 							<span style="color: black;">{{projectType.dictLabel}}</span>
-							<image src="../../static/images/icon_right.png"
+							<image :src="loadImgSrc('icon_right.png')"
 								class="to-right-icon"></image>
 						</view>
 					</view>
@@ -27,12 +27,12 @@
 						<view v-if="this.isEmpty(this.projectName.id)" style="margin-top: 10;"
 							@click="pickerShow('gcmc',0)">
 							<span style="color: darkgray;">请选择工程名称</span>
-							<image src="../../static/images/icon_right.png"
+							<image :src="loadImgSrc('icon_right.png')"
 								class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gcmc',0)">
 							<span style="color: black;">{{projectName.name}}</span>
-							<image src="../../static/images/icon_right.png"
+							<image :src="loadImgSrc('icon_right.png')"
 								class="to-right-icon"></image>
 						</view>
 					</view>
@@ -166,7 +166,7 @@
 							</view>
 							<view @click="openDatetimePicker()">
 								<span style="color: black;">{{time}}</span>
-								<image src="../../static/images/icon_right.png"
+								<image :src="loadImgSrc('icon_right.png')"
 									class="to-right-icon"></image>
 							</view>
 						</view>
@@ -181,7 +181,7 @@
 								</view>
 								<view class="uni-list-cell-db" @click="pickerShow('cz',index)">
 									<span style="color: black;">{{a.cz.id==''?'请选择材质':a.cz.name}}</span>
-									<image src="../../static/images/icon_right.png"
+									<image :src="loadImgSrc('icon_right.png')"
 										class="to-right-icon"></image>
 								</view>
 
@@ -194,7 +194,7 @@
 
 								<view class="uni-list-cell-db" @click="pickerShow('gg',index)">
 									<span style="color: black;">{{a.gg.id==''?'请选择规格':a.gg.name}}</span>
-									<image src="../../static/images/icon_right.png"
+									<image :src="loadImgSrc('icon_right.png')"
 										class="to-right-icon"></image>
 								</view>
 							</view>
@@ -203,7 +203,7 @@
 								<text>数量</text>
 								<input class="uni-input" type="number" v-model="a.sl" placeholder="请填写数量" maxlength="11"
 									style="margin-left: 10px;text-align: right;"></input>
-								<image src="../../static/images/icon_right.png"
+								<image :src="loadImgSrc('icon_right.png')"
 									class="to-right-icon"></image>
 							</view>
 							<button v-if="index!=0" @click="this.czggslList.splice(index,1)" class="sc-btn">删除</button>
@@ -216,7 +216,7 @@
 					<view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
 						<view class="container" style="color: #b2b2b2;">*请上传照片</view>
 						<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
-							<image src="/static/images/updateimg.png" mode=""
+							<image :src="loadImgSrc('updateimg.png')" mode=""
 								style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="choose()"></image>
 							<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 								<view
@@ -230,7 +230,7 @@
 								</view>
 								<view @click="remove(index)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
-									<image src="../../static/images/icon_close.png" style=" width: 15px; height: 15px;">
+									<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
 									</image>
 								</view>
 							</view>

+ 5 - 5
pages/index.vue

@@ -2,13 +2,13 @@
 	<view class="gg-container">
 		<view class="gg-tit">
 			<view class="gg-title">
-				<image src="../static/images/logo-gg.png" style="width: 100rpx; height: 71rpx;"></image>
+				<image :src="loadImgSrc('logo-gg.png')" style="width: 100rpx; height: 71rpx;"></image>
 				长春市贞达市政施工管理平台
 			</view>
-			<image src="../static/images/gg-bg.png" style="width: 100%; position:absolute;height: 40vh;" />
+			<image :src="loadImgSrc('gg-bg.png')" style="width: 100%; position:absolute;height: 40vh;" />
 			<view class="gg-body">
 				<view class="gg-body-tt">
-					<image src="../static/images/gg-lb.png" style="width: 60rpx; height: 60rpx;margin-right: 10rpx;">
+					<image :src="loadImgSrc('gg-lb.png')" style="width: 60rpx; height: 60rpx;margin-right: 10rpx;">
 					</image>
 					<view>公告</view>
 				</view>
@@ -18,7 +18,7 @@
 					style=" text-align: right;width: 70px;color: #fff; display: flex; justify-content: end;align-items: center;"
 					@click="more()">
 					更多
-					<image src="../static/images/icon_right.png" style="width: 15px;height: 15px;" mode="widthFix" />
+					<image :src="loadImgSrc('icon_right.png')" style="width: 15px;height: 15px;" mode="widthFix" />
 				</view>
 			</view>
 		</view>
@@ -29,7 +29,7 @@
 					{{item.noticeTitle}}
 				</view>
 				<view class="font-twenty-eight gray" style="display: flex; align-items: center; margin-top: 20rpx; color:#777;">				
-				 <image src="../static/images/time.png" style="width: 26rpx;height: 26rpx; margin-right: 15rpx;"></image>	{{item.createTime}}
+				 <image :src="loadImgSrc('time.png')" style="width: 26rpx;height: 26rpx; margin-right: 15rpx;"></image>	{{item.createTime}}
 				</view>
 			</view>
 			<view class="font-thirty-two black" style="margin: 30rpx 0;">

+ 9 - 9
pages/infrastructure/infrastructure.vue

@@ -11,12 +11,12 @@
 					<view v-if="this.isEmpty(this.projectName.id)" style="margin-top: 10;"
 						@click="pickerShow('gcmc',0)">
 						<span style="color: darkgray;">请选择工程名称</span>
-						<image src="../../static/images/icon_right.png"
+						<image :src="loadImgSrc('icon_right.png')"
 							class="to-right-icon"></image>
 					</view>
 					<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gcmc',0)">
 						<span style="color: black;">{{projectName.name}}</span>
-						<image src="../../static/images/icon_right.png"
+						<image :src="loadImgSrc('icon_right.png')"
 							class="to-right-icon"></image>
 					</view>
 				</view>
@@ -128,7 +128,7 @@
 						</view>
 						<view @click="openDatetimePicker()">
 							<span style="color: black;">{{time}}</span>
-							<image src="../../static/images/icon_right.png"
+							<image :src="loadImgSrc('icon_right.png')"
 								class="to-right-icon"></image>
 						</view>
 					</view>
@@ -145,12 +145,12 @@
 							<view v-if="isNew==false">
 								<view v-if="this.isEmpty(this.materialValue.id)" @click="pickerShow('cz')">
 									<span style="color: darkgray;">请选择材质</span>
-									<image src="../../static/images/icon_right.png"
+									<image :src="loadImgSrc('icon_right.png')"
 										class="to-right-icon"></image>
 								</view>
 								<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('cz')">
 									<span style="color: black;">{{materialValue.name}}</span>
-									<image src="../../static/images/icon_right.png"
+									<image :src="loadImgSrc('icon_right.png')"
 										class="to-right-icon"></image>
 								</view>
 							</view>
@@ -170,12 +170,12 @@
 							<view v-if="isNew==false">
 								<view v-if="this.isEmpty(this.specificationValue.id)" @click="pickerShow('gg')">
 									<span style="color: darkgray;">请选择规格</span>
-									<image src="../../static/images/icon_right.png"
+									<image :src="loadImgSrc('icon_right.png')"
 										class="to-right-icon"></image>
 								</view>
 								<view v-else class="uni-list-cell-db" @click="pickerShow('gg')">
 									<span style="color: black;">{{specificationValue.name}}</span>
-									<image src="../../static/images/icon_right.png"
+									<image :src="loadImgSrc('icon_right.png')"
 										class="to-right-icon"></image>
 								</view>
 							</view>
@@ -200,7 +200,7 @@
 			<view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
 				<view class="container" style="color: #b2b2b2;">*请上传照片</view>
 				<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
-					<image src="/static/images/updateimg.png" mode=""
+					<image :src="loadImgSrc('updateimg.png')" mode=""
 						style="width: 200rpx; height: 150rpx; margin: 0 12rpx; " @click="choose()"></image>
 					<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 						<view
@@ -214,7 +214,7 @@
 						</view>
 						<view @click="remove(index)"
 							style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
-							<image src="../../static/images/icon_close.png" style=" width: 15px; height: 15px;">
+							<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
 							</image>
 						</view>
 					</view>

+ 19 - 10
pages/login.vue

@@ -1,18 +1,26 @@
 <template>
 	<view class="normal-login-container">
-		<image src="../static/images/login-bg.png" class="login-bg-img"></image>
+		<image :src="loadImgSrc('login-bg.png')" class="login-bg-img"></image>
 		<view class="login-form-content">
 			<view class="flex">
-				<view class="login-title flex"><image src="../static/images/login-logo.png"></image>长春贞达市政施工管理平台</view>			
+				<view class="login-title flex">
+					<image :src="loadImgSrc('login-logo.png')"></image>长春贞达市政施工管理平台
+				</view>
 			</view>
 			<view class="input-item flex align-center" style="margin-top: 80rpx;justify-content: center;">
 				<!-- <view class="iconfont icon-user icon"></view> -->
-				<view class=""><image src="../static/images/username.png" style="width: 20px;height: 20px;margin-left:20px;"></image></view>
+				<view class="">
+					<image :src="loadImgSrc('username.png')" style="width: 20px;height: 20px;margin-left:20px;">
+					</image>
+				</view>
 				<input v-model="loginForm.username" class="input" type="text" placeholder="账号" maxlength="30" />
 			</view>
 			<view class="input-item flex align-center">
 				<!-- <view class="iconfont icon-password icon"></view> -->
-				<view class=""><image src="../static/images/password.png" style="width: 20px;height: 20px;margin-left:20px;"></image></view>
+				<view class="">
+					<image :src="loadImgSrc('password.png')" style="width: 20px;height: 20px;margin-left:20px;">
+					</image>
+				</view>
 				<input v-model="loginForm.password" type="password" class="input" placeholder="密码" maxlength="20" />
 			</view>
 			<view class="input-item flex align-center" style="width: 60%;margin: 0px;" v-if="captchaEnabled">
@@ -138,7 +146,7 @@
 		}
 
 		.login-form-content {
-			text-align: center;		
+			text-align: center;
 			width: 90%;
 			min-height: 45vh;
 			background-color: #ffffff;
@@ -149,13 +157,14 @@
 			bottom: 10vh;
 			left: 50%;
 			transform: translateX(-50%);
-			
-			
-			.login-title{
+
+
+			.login-title {
 				margin-top: 20px;
 				font-size: 40rpx;
 				color: #898989;
-				image{
+
+				image {
 					width: 70rpx;
 					height: 53rpx;
 					margin-right: 20rpx;
@@ -188,7 +197,7 @@
 				margin-top: 40px;
 				height: 96rpx;
 				background: linear-gradient(105deg, #72C6FF, #79A4F0);
-				box-shadow: 0rpx 18rpx 24rpx 0rpx rgba(63,143,255,0.23);
+				box-shadow: 0rpx 18rpx 24rpx 0rpx rgba(63, 143, 255, 0.23);
 				border-radius: 48rpx;
 				color: #f5f6f7;
 			}

+ 9 - 9
pages/municipal/municipal.vue

@@ -9,11 +9,11 @@
 						<view v-if="this.isEmpty(this.projectType.dictValue)" style="margin-top: 10;"
 							@click="pickerShow('gclx',0)">
 							<span style="color: darkgray;">请选择工程类型</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gclx',0)">
 							<span style="color: black;">{{projectType.dictLabel}}</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 				</view>
@@ -25,11 +25,11 @@
 						<view v-if="this.isEmpty(this.projectName.id)" style="margin-top: 10;"
 							@click="pickerShow('gcmc',0)">
 							<span style="color: darkgray;">请选择工程名称</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gcmc',0)">
 							<span style="color: black;">{{projectName.name}}</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 
@@ -162,7 +162,7 @@
 							</view>
 							<view @click="openDatetimePicker()">
 								<span style="color: black;">{{time}}</span>
-								<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 
@@ -176,7 +176,7 @@
 								</view>
 								<view class="uni-list-cell-db" @click="pickerShow('cz',index)">
 									<span style="color: black;">{{a.cz.id==''?'请选择材质':a.cz.name}}</span>
-									<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+									<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 								</view>
 
 							</view>
@@ -188,7 +188,7 @@
 
 								<view class="uni-list-cell-db" @click="pickerShow('gg',index)">
 									<span style="color: black;">{{a.gg.id==''?'请选择规格':a.gg.name}}</span>
-									<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+									<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 								</view>
 							</view>
 							<view class="container">
@@ -207,7 +207,7 @@
 					<view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
 						<view class="container" style="color: #b2b2b2;">*请上传照片</view>
 						<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
-							<image src="/static/images/updateimg.png" mode=""
+							<image :src="loadImgSrc('updateimg.png')" mode=""
 								style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="choose()"></image>
 							<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
 								<view
@@ -221,7 +221,7 @@
 								</view>
 								<view @click="remove(index)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
-									<image src="../../static/images/icon_close.png" style=" width: 15px; height: 15px;">
+									<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
 									</image>
 								</view>
 							</view>

+ 18 - 18
pages/oldrenovation/courtyard/courtyard.vue

@@ -8,11 +8,11 @@
 						</view>
 						<view v-if="this.isEmpty(this.projectValue.dictValue)" @click="pickerShow('gczq')">
 							<span style="color: darkgray;">请选择工程周期</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" @click="pickerShow('gczq')">
 							<span style="color: black;">{{projectValue.dictLabel}}</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 
 					</view>
@@ -24,11 +24,11 @@
 						</view>
 						<view v-if="this.isEmpty(this.XZQValue.dictValue)" @click="pickerShow('xzq')">
 							<span style="color: darkgray;">请选择行政区</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" @click="pickerShow('xzq')">
 							<span style="color: black;">{{XZQValue.dictLabel}}</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 
 					</view>
@@ -41,11 +41,11 @@
 
 						<view v-if="this.isEmpty(this.XQValue.id)" class="uni-list-cell-db" @click="pickerShow('xq')">
 							<span style="color: darkgray;">请选择小区</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" @click="pickerShow('xq')">
 							<span style="color: black;">{{XQValue.name}}</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 				</view>
@@ -56,11 +56,11 @@
 						</view>
 						<view v-if="this.isEmpty(this.LDValue.id)" class="uni-list-cell-db" @click="pickerShow('ld')">
 							<span style="color: darkgray;">请选择楼栋</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" @click="pickerShow('ld')">
 							<span style="color: black;">{{LDValue.name}}</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 				</view>
@@ -93,7 +93,7 @@
 							</view>
 							<view @click="openDatetimePicker('sg')">
 								<span style="color: black;">{{time}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 
@@ -104,7 +104,7 @@
 							</view>
 							<view @click="openDatetimePicker('ht')">
 								<span style="color: black;">{{BackfillingTime ? BackfillingTime:'请选择回填时间'}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 						<view class="container" v-else-if="objValue.enginClassValue=='打压'">
@@ -114,11 +114,11 @@
 							</view>
 							<view v-if="this.isEmpty(this.isOkValue)" @click="showActionsheet()">
 								<span style="color: darkgray;">请选择分段打压是否合格</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" @click="showActionsheet()">
 								<span style="color: black;">{{isOkLabel}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 						<view class="container" style="border-bottom: 1px solid #f8f8f8;">
@@ -140,11 +140,11 @@
 							</view>
 							<view v-if="this.isEmpty(this.materialValue.id)" @click="pickerShow('cz')">
 								<span style="color: darkgray;">请选择材质</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" @click="pickerShow('cz')">
 								<span style="color: black;">{{materialValue.name}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 						<view class="container" style="border-bottom: 1px solid #f8f8f8;">
@@ -154,11 +154,11 @@
 							</view>
 							<view v-if="this.isEmpty(this.specificationValue.id)" @click="pickerShow('gg')">
 								<span style="color: darkgray;">请选择规格</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" @click="pickerShow('gg')">
 								<span style="color: black;">{{specificationValue.name}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 						<view class="container" style="border-bottom: 1px solid #f8f8f8;">
@@ -173,7 +173,7 @@
 					<view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
 						<view class="container" style="color: #b2b2b2;">*请上传照片</view>
 						<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
-							<image src="/static/images/updateimg.png" mode=""
+							<image :src="loadImgSrc('updateimg.png')" mode=""
 								style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="choose()"
 								v-show="reviewStatus!='1'"></image>
 							<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
@@ -188,7 +188,7 @@
 								</view>
 								<view @click="remove(index)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
-									<image src="../../../static/images/icon_close.png" style=" width: 15px; height: 15px;">
+									<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
 									</image>
 								</view>
 							</view>

+ 36 - 36
pages/oldrenovation/indoor/indoor.vue

@@ -13,13 +13,13 @@
 								<span style="color: darkgray;">请选择工程周期
 
 								</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 						<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gczq')">
 							<span style="color: black;">{{projectValue.dictLabel}}
 							</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 
 					</view>
@@ -32,11 +32,11 @@
 						<view v-if="this.isEmpty(this.XZQValue.dictValue)" style="margin-top: 10;"
 							@click="pickerShow('xzq')">
 							<span style="color: darkgray;">请选择行政区</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('xzq')">
 							<span style="color: black;">{{XZQValue.dictLabel}}</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 
 					</view>
@@ -50,11 +50,11 @@
 						<view v-if="this.isEmpty(this.XQValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
 							@click="pickerShow('xq')">
 							<span style="color: darkgray;">请选择小区</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('xq')">
 							<span style="color: black;">{{XQValue.name}}</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 				</view>
@@ -66,11 +66,11 @@
 						<view v-if="this.isEmpty(this.LDValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
 							@click="pickerShow('ld')">
 							<span style="color: darkgray;">请选择楼栋</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('ld')">
 							<span style="color: black;">{{LDValue.name}}</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 				</view>
@@ -82,11 +82,11 @@
 						<view v-if="this.isEmpty(this.DYValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
 							@click="pickerShow('dy')">
 							<span style="color: darkgray;">请选择单元</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('dy')">
 							<span style="color: black;">{{DYValue.name}}</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 				</view>
@@ -98,11 +98,11 @@
 						<view v-if="this.isEmpty(this.FJValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
 							@click="pickerShow('fj')">
 							<span style="color: darkgray;">请选择房间</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('fj')">
 							<span style="color: black;">{{FJValue.name}}</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 				</view>
@@ -140,11 +140,11 @@
 							<view v-if="this.isEmpty(this.brandValue.dictValue)" style="margin-top: 10;"
 								@click="pickerShow('brand')">
 								<span style="color: darkgray;">请选择厂家</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('brand')">
 								<span style="color: black;">{{brandValue.dictLabel}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 					</view>
@@ -170,11 +170,11 @@
 							<view v-if="this.isEmpty(this.LevelValue.dictValue)" style="margin-top: 10;"
 								@click="pickerShow('fsdj')">
 								<span style="color: darkgray;">请选择腐蚀等级</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('fsdj')">
 								<span style="color: black;">{{LevelValue.dictLabel}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 					</view>
@@ -198,11 +198,11 @@
 							<view v-if="this.isEmpty(this.LevelValue.dictValue)" style="margin-top: 10;"
 								@click="pickerShow('kj')">
 								<span style="color: darkgray;">请选择孔距</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('kj')">
 								<span style="color: black;">{{LevelValue.dictLabel}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 					</view>
@@ -227,11 +227,11 @@
 							<view v-if="this.isEmpty(this.materialValue.id)" style="margin-top: 10;"
 								@click="pickerShow('cz')">
 								<span style="color: darkgray;">请选择材质</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('cz')">
 								<span style="color: black;">{{materialValue.name}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 						<view class="container" style="border-bottom: 1px solid #f8f8f8;">
@@ -242,11 +242,11 @@
 							<view v-if="this.isEmpty(this.specificationValue.id)" style="margin-top: 10;"
 								@click="pickerShow('gg')">
 								<span style="color: darkgray;">请选择规格</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gg')">
 								<span style="color: black;">{{specificationValue.name}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 						<view class="container" style="border-bottom: 1px solid #f8f8f8;">
@@ -277,11 +277,11 @@
 							<view v-if="this.isEmpty(this.brandValue.dictValue)" style="margin-top: 10;"
 								@click="pickerShow('brand')">
 								<span style="color: darkgray;">请选择品牌</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('brand')">
 								<span style="color: black;">{{brandValue.dictLabel}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 
@@ -326,11 +326,11 @@
 							<view v-if="this.isEmpty(this.specificationValue.id)" style="margin-top: 10;"
 								@click="pickerShow('gg')">
 								<span style="color: darkgray;">请选择规格</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gg')">
 								<span style="color: black;">{{specificationValue.name}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 						<view class="container" style="border-bottom: 1px solid #f8f8f8;">
@@ -360,11 +360,11 @@
 							<view v-if="this.isEmpty(this.doorValue.dictValue)" style="margin-top: 10;"
 								@click="pickerShow('door')">
 								<span style="color: darkgray;">请选择上门类型</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('door')">
 								<span style="color: black;">{{doorValue.dictLabel}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 						<view class="container" style="border-bottom: 1px solid #f8f8f8;">
@@ -375,11 +375,11 @@
 							<view v-if="this.isEmpty(this.SelfClosValve.dictValue)" style="margin-top: 10;"
 								@click="pickerShow('zbf')">
 								<span style="color: darkgray;">请选择自闭阀类型</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('zbf')">
 								<span style="color: black;">{{SelfClosValve.dictLabel}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 						<view class="container" style="border-bottom: 1px solid #f8f8f8;">
@@ -390,11 +390,11 @@
 							<view v-if="this.isEmpty(this.materialValue.id)" style="margin-top: 10;"
 								@click="pickerShow('cz')">
 								<span style="color: darkgray;">请选择材质</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('cz')">
 								<span style="color: black;">{{materialValue.name}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 						<view class="container" style="border-bottom: 1px solid #f8f8f8;">
@@ -405,11 +405,11 @@
 							<view v-if="this.isEmpty(this.specificationValue.id)" style="margin-top: 10;"
 								@click="pickerShow('gg')">
 								<span style="color: darkgray;">请选择规格</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gg')">
 								<span style="color: black;">{{specificationValue.name}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 						<view class="container" style="border-bottom: 1px solid #f8f8f8;">
@@ -423,7 +423,7 @@
 				<view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
 					<view class="container" style="color: #b2b2b2;">*请上传照片</view>
 					<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
-						<image src="/static/images/updateimg.png" mode=""
+						<image :src="loadImgSrc('updateimg.png')" mode=""
 							style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="choose()"
 							v-show="reviewStatus!='1'"></image>
 						<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
@@ -438,7 +438,7 @@
 							</view>
 							<view @click="remove(index)"
 								style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
-								<image src="../../../static/images/icon_close.png" style=" width: 15px; height: 15px;">
+								<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
 								</image>
 							</view>
 						</view>

+ 20 - 20
pages/oldrenovation/overhead/overhead.vue

@@ -9,11 +9,11 @@
 						<view v-if="this.isEmpty(this.projectValue.dictValue)" style="margin-top: 10;"
 							@click="pickerShow('gczq')">
 							<span style="color: darkgray;">请选择工程周期</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gczq')">
 							<span style="color: black;">{{projectValue.dictLabel}}</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 
 					</view>
@@ -26,11 +26,11 @@
 						<view v-if="this.isEmpty(this.XZQValue.dictValue)" style="margin-top: 10;"
 							@click="pickerShow('xzq')">
 							<span style="color: darkgray;">请选择行政区</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('xzq')">
 							<span style="color: black;">{{XZQValue.dictLabel}}</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 
 					</view>
@@ -44,11 +44,11 @@
 						<view v-if="this.isEmpty(this.XQValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
 							@click="pickerShow('xq')">
 							<span style="color: darkgray;">请选择小区</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('xq')">
 							<span style="color: black;">{{XQValue.name}}</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 				</view>
@@ -60,11 +60,11 @@
 						<view v-if="this.isEmpty(this.LDValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
 							@click="pickerShow('ld')">
 							<span style="color: darkgray;">请选择楼栋</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('ld')">
 							<span style="color: black;">{{LDValue.name}}</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 				</view>
@@ -76,11 +76,11 @@
 						<view v-if="this.isEmpty(this.DYValue.id)" class="uni-list-cell-db" style="margin-top: 10;"
 							@click="pickerShow('dy')">
 							<span style="color: darkgray;">请选择单元</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('dy')">
 							<span style="color: black;">{{DYValue.name}}</span>
-							<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 				</view>
@@ -112,7 +112,7 @@
 							</view>
 							<view @click="openDatetimePicker('sg')">
 								<span style="color: black;">{{time}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 
@@ -123,7 +123,7 @@
 							</view>
 							<view style="margin-top: 10;" @click="openDatetimePicker('ht')">
 								<span style="color: black;">{{BackfillingTime ? BackfillingTime:'请选择回填时间'}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 						<view class="container" v-else-if="objValue.enginClassValue=='打压'">
@@ -133,11 +133,11 @@
 							</view>
 							<view v-if="this.isEmpty(this.isOkValue)" style="margin-top: 10;" @click="showActionsheet()">
 								<span style="color: darkgray;">请选择分段打压是否合格</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="showActionsheet()">
 								<span style="color: black;">{{isOkLabel}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 						<view class="container" style="border-bottom: 1px solid #f8f8f8;">
@@ -160,11 +160,11 @@
 							<view v-if="this.isEmpty(this.materialValue.id)" style="margin-top: 10;"
 								@click="pickerShow('cz')">
 								<span style="color: darkgray;">请选择材质</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('cz')">
 								<span style="color: black;">{{materialValue.name}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 						<view class="container" style="border-bottom: 1px solid #f8f8f8;">
@@ -175,11 +175,11 @@
 							<view v-if="this.isEmpty(this.specificationValue.id)" style="margin-top: 10;"
 								@click="pickerShow('gg')">
 								<span style="color: darkgray;">请选择规格</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 							<view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gg')">
 								<span style="color: black;">{{specificationValue.name}}</span>
-								<image src="../../../static/images/icon_right.png" class="to-right-icon"></image>
+								<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 							</view>
 						</view>
 						<view class="container" style="border-bottom: 1px solid #f8f8f8;">
@@ -194,7 +194,7 @@
 					<view class="align-items" style="margin-top: 20px;margin-bottom: 20px;">
 						<view class="container" style="color: #b2b2b2;">*请上传照片</view>
 						<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px; margin-left: 10px;">
-							<image src="/static/images/updateimg.png" mode=""
+							<image :src="loadImgSrc('updateimg.png')" mode=""
 								style="width: 200rpx; height: 150rpx; margin: 0 12rpx;; " @click="choose()"
 								v-show="reviewStatus!='1'"></image>
 							<view v-for="(item,index) in imgArr" :key="index" style="position: relative;">
@@ -209,7 +209,7 @@
 								</view>
 								<view @click="remove(index)"
 									style="position: absolute; top: 0; right: 14rpx; border-radius: 50%;">
-									<image src="../../../static/images/icon_close.png" style=" width: 15px; height: 15px;">
+									<image :src="loadImgSrc('icon_close.png')" style=" width: 15px; height: 15px;">
 									</image>
 								</view>
 							</view>

+ 25 - 24
pages/statistics/statistics.vue

@@ -11,11 +11,11 @@
 						<view v-if="this.isEmpty(this.projectValue.dictValue)" style="margin-top: 10;"
 							@click="pickerShow('gczq')">
 							<span style="color: darkgray;">请选择工程周期</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else style="margin-top: 10;" @click="pickerShow('gczq')">
 							<span style="color: black;">{{projectValue.dictLabel}}</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 
@@ -28,11 +28,11 @@
 						<view v-if="this.isEmpty(this.XZQValue.dictValue)" style="margin-top: 10;"
 							@click="pickerShow('xzq')">
 							<span style="color: darkgray;">请选择行政区</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else style="margin-top: 10;" @click="pickerShow('xzq')">
 							<span style="color: black;">{{XZQValue.dictLabel}}</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 
@@ -45,11 +45,11 @@
 					<view class="uni-list-cell-db">
 						<view v-if="this.isEmpty(this.XQValue.id)" style="margin-top: 10;" @click="pickerShow('xq')">
 							<span style="color: darkgray;">请选择小区</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else style="margin-top: 10;" @click="pickerShow('xq')">
 							<span style="color: black;">{{XQValue.name}}</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 				</view>
@@ -61,11 +61,11 @@
 						<view v-if="this.isEmpty(this.materialValue.name)" style="margin-top: 10;"
 							@click="pickerShow('cz')">
 							<span style="color: darkgray;">请选择材料</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else style="margin-top: 10;" @click="pickerShow('cz')">
 							<span style="color: black;">{{materialValue.name}}</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 				</view>
@@ -77,11 +77,11 @@
 						<view v-if="this.isEmpty(this.specificationValue.name)" style="margin-top: 10;"
 							@click="pickerShow('gg')">
 							<span style="color: darkgray;">请选择规格</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else style="margin-top: 10;" @click="pickerShow('gg')">
 							<span style="color: black;">{{specificationValue.name}}</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 				</view>
@@ -114,11 +114,11 @@
 						<view v-if="this.isEmpty(this.projectValue2.dictValue)" style="margin-top: 10;"
 							@click="pickerShow('gczq2')">
 							<span style="color: darkgray;">请选择工程周期</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else style="margin-top: 10;" @click="pickerShow('gczq2')">
 							<span style="color: black;">{{projectValue2.dictLabel}}</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 				</view>
@@ -130,11 +130,11 @@
 						<view v-if="this.isEmpty(this.XZQValue2.dictValue)" style="margin-top: 10;"
 							@click="pickerShow('xzq2')">
 							<span style="color: darkgray;">请选择行政区</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else style="margin-top: 10;" @click="pickerShow('xzq2')">
 							<span style="color: black;">{{XZQValue2.dictLabel}}</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 
@@ -145,11 +145,11 @@
 					<view class="uni-list-cell-db">
 						<view v-if="this.isEmpty(this.XQValue2.id)" style="margin-top: 10;" @click="pickerShow('xq2')">
 							<span style="color: darkgray;">请选择小区</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else style="margin-top: 10;" @click="pickerShow('xq2')">
 							<span style="color: black;">{{XQValue2.name}}</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 
@@ -159,11 +159,11 @@
 					<view class="uni-list-cell-db">
 						<view v-if="this.isEmpty(this.LDValue2.id)" style="margin-top: 10;" @click="pickerShow('ld2')">
 							<span style="color: darkgray;">请选择楼栋</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view style="margin-top: 10;" @click="pickerShow('ld2')">
 							<span style="color: black;">{{LDValue2.name}}</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 
@@ -173,11 +173,11 @@
 					<view class="uni-list-cell-db">
 						<view v-if="this.isEmpty(this.DYValue2.id)" style="margin-top: 10;" @click="pickerShow('dy2')">
 							<span style="color: darkgray;">请选择单元</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 						<view v-else style="margin-top: 10;" @click="pickerShow('dy2')">
 							<span style="color: black;">{{DYValue2.name}}</span>
-							<image src="../../static/images/icon_right.png" class="to-right-icon"></image>
+							<image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
 						</view>
 					</view>
 
@@ -196,7 +196,7 @@
 					</uni-grid>
 				</view>
 			</view> -->
-			<image src="../../static/images/lou-img-bg.png" style="width: 110%;
+			<image :src="loadImgSrc('lou-img-bg.png')" style="width: 110%;
     height: 121px;
     position: absolute;
     bottom: 15px;
@@ -221,7 +221,7 @@
 			<view v-if="roomList.length == 0" style="padding:50rpx;text-align: center;">暂无数据</view>
 			<view style="align-items: center; margin-top: 20rpx;">
 				<view style="display: flex;align-items: center;justify-content:center">
-					<image class="block-iv" src="../../static/images/ic_legend.png"></image>
+					<image class="block-iv" :src="loadImgSrc('ic_legend.png')"></image>
 					<text style="margin-right: 20px;margin-left: 5px;">图例: </text>
 					<div class="block-iv" style="background-color: #80d9ae;"></div>
 					<text style="margin-right: 20px;margin-left: 5px;">竣工</text>
@@ -750,8 +750,9 @@
 		flex-wrap: nowrap;
 
 	}
-     .NeiRong :last-child{
-		margin-right:0 !important;
+
+	.NeiRong :last-child {
+		margin-right: 0 !important;
 	}
 
 

+ 22 - 22
pages/work/index.vue

@@ -1,18 +1,18 @@
 <template>
 	<view class="work-container">
 		<view style="work-banner">
-			<image src="../../static/images/work-banner.png" style="width: 100%;height:43vh"></image>
+			<image :src="loadImgSrc('work-banner.png')" style="width: 100%;height:43vh"></image>
 		</view>
 		<view class="grid-body">
 			<view class="Grid">
 				<view class="Grid-Item" v-for="item in List" :key="item.id" @click="navClick(item.id)"
 					hover-class="click-hover" hover-start-time="50" hover-stay-time="50">
-					<image class="icon-item" src="../../static/images/mygc.png" v-if="item.title == '民用工程'"></image>
-					<image class="icon-item" src="../../static/images/gygc.png" v-if="item.title == '工业工程'"></image>
-					<image class="icon-item" src="../../static/images/szgc.png" v-if="item.title == '市政工程'"></image>
-					<image class="icon-item" src="../../static/images/wxzy.png" v-if="item.title == '危险作业工程'"></image>
-					<image class="icon-item" src="../../static/images/dggc.png" v-if="item.title == '顶管工程'"></image>
-					<image class="icon-item" src="../../static/images/jjgc.png" v-if="item.title == '基建工程'"></image>
+					<image class="icon-item" :src="loadImgSrc('mygc.png')" v-if="item.title == '民用工程'"></image>
+					<image class="icon-item" :src="loadImgSrc('gygc.png')" v-if="item.title == '工业工程'"></image>
+					<image class="icon-item" :src="loadImgSrc('szgc.png')" v-if="item.title == '市政工程'"></image>
+					<image class="icon-item" :src="loadImgSrc('wxzy.png')" v-if="item.title == '危险作业工程'"></image>
+					<image class="icon-item" :src="loadImgSrc('dggc.png')" v-if="item.title == '顶管工程'"></image>
+					<image class="icon-item" :src="loadImgSrc('jjgc.png')" v-if="item.title == '基建工程'"></image>
 					<view class="GStitle">{{ item.title }}
 					</view>
 				</view>
@@ -33,11 +33,11 @@ border-radius: 50%; margin-right: 20rpx;">旧</view>
 					<view class="line2 btn-grp">
 						<view class="btn-grp-item" v-for="(item, index) in OldProjectList" :key="index"
 							@click="OldProject(item.dictValue)">
-							<image src="../../static/images/sn.png" class="line2-btn-big"
-								v-if="item.dictLabel == '室内工程'"></image>
-							<image src="../../static/images/ty.png" class="line2-btn-big"
-								v-if="item.dictLabel == '庭院工程'"></image>
-							<image src="../../static/images/jk.png" class="line2-btn-big" v-if="item.dictLabel == '架空'">
+							<image :src="loadImgSrc('sn.png')" class="line2-btn-big" v-if="item.dictLabel == '室内工程'">
+							</image>
+							<image :src="loadImgSrc('ty.png')" class="line2-btn-big" v-if="item.dictLabel == '庭院工程'">
+							</image>
+							<image :src="loadImgSrc('jk.png')" class="line2-btn-big" v-if="item.dictLabel == '架空'">
 							</image>
 							{{item.dictLabel}}
 						</view>
@@ -56,18 +56,18 @@ border-radius: 50%; margin-right: 20rpx;">旧</view>
 					<view class="line2 btn-grp">
 						<view class="btn-grp-item" v-for="(item, index) in NewProjectList" :key="index"
 							@click="NewProject(item.dictValue)">
-							<image src="../../static/images/sn2.png" class="line2-btn-big"
-								v-if="item.dictLabel == '室内工程'"></image>
-							<image src="../../static/images/ty2.png" class="line2-btn-big"
-								v-if="item.dictLabel == '庭院工程'"></image>
-							<image src="../../static/images/jk2.png" class="line2-btn-big"
-								v-if="item.dictLabel == '架空'"></image>
+							<image :src="loadImgSrc('sn2.png')" class="line2-btn-big" v-if="item.dictLabel == '室内工程'">
+							</image>
+							<image :src="loadImgSrc('ty2.png')" class="line2-btn-big" v-if="item.dictLabel == '庭院工程'">
+							</image>
+							<image :src="loadImgSrc('jk2.png')" class="line2-btn-big" v-if="item.dictLabel == '架空'">
+							</image>
 							{{item.dictLabel}}
 						</view>
 					</view>
 				</view>
 
-			<!-- 	<view class="btn-group">
+				<!-- 	<view class="btn-group">
 					<view class="btn_position">
 						<view class="cancel" @click="showMinYong">取消</view>
 					</view>
@@ -602,9 +602,9 @@ border-radius: 50%; margin-right: 20rpx;">旧</view>
 		transition: all 0.3s ease;
 		transform: translateY(100%);
 		z-index: 1999;
-	       border-top-left-radius: 40rpx;
-	       border-top-right-radius: 40rpx;
-	   
+		border-top-left-radius: 40rpx;
+		border-top-right-radius: 40rpx;
+
 
 		.share-to {
 			width: 100%;

BIN
static/images/chooseimg.png


BIN
static/images/dggc.png


BIN
static/images/gg-bg.png


BIN
static/images/gg-img.png


BIN
static/images/gg-lb.png


BIN
static/images/gg_.png


BIN
static/images/gygc.png


BIN
static/images/home_.png


BIN
static/images/ic_legend.png


BIN
static/images/icon_close.png


BIN
static/images/icon_right.png


BIN
static/images/jjgc.png


BIN
static/images/jk.png


BIN
static/images/jk2.png


BIN
static/images/login-bg.png


BIN
static/images/login-logo.png


BIN
static/images/logo-gg.png


BIN
static/images/lou-img-bg.png


BIN
static/images/mygc.png


BIN
static/images/password.png


BIN
static/images/search.png


BIN
static/images/sn.png


BIN
static/images/sn2.png


BIN
static/images/szgc.png


BIN
static/images/time.png


BIN
static/images/ty.png


BIN
static/images/ty2.png


BIN
static/images/updateimg.png


BIN
static/images/username.png


BIN
static/images/void.png


BIN
static/images/work-banner.png


BIN
static/images/wxzy.png