张跃文 4 年 前
コミット
6e8f3ae091

+ 8 - 3
unimall-app/manifest.json

@@ -1,9 +1,9 @@
 {
     "name" : "易粮易运",
     "appid" : "__UNI__7297DA2",
-    "description" : "",
-    "versionName" : "1.0.4",
-    "versionCode" : 104,
+    "description" : "易粮易运——为天下粮食人服务的App",
+    "versionName" : "1.0.6",
+    "versionCode" : 106,
     "transformPx" : false,
     /* SDK配置 */
     "quickapp" : {},
@@ -115,6 +115,11 @@
                     "NSPhotoLibraryAddUsageDescription" : "App会在您使用扫码或上传功能时,访问您的相册权限",
                     "NSCameraUsageDescription" : "App会在您使用扫码或上传功能时,访问您的拍照权限",
                     "NSLocalNetworkUsageDescription" : "App会在您使用网络时,访问您的本地网络权限"
+                },
+                "capabilities" : {
+                    "entitlements" : {
+                        "com.apple.developer.associated-domains" : [ "app.zthymaoyi.com" ]
+                    }
                 }
             }
         },

+ 8 - 8
unimall-app/pageA/pages/contract.vue

@@ -22,15 +22,15 @@
 					</view>
 				</view>
 			</view>
-			<drag-button
-				:isDock="true"
-				:existTabBar="true"
-				text="新增"
-				location="40"
-				icon='cuIcon-roundadd'
-				@btnClick="Company"
-				/>
 		</scroll-view>
+		<drag-button
+			:isDock="true"
+			:existTabBar="true"
+			:isIcon="true"
+			text="新增"
+			location="20"
+			@btnClick="Company"
+			/>
 	</view>
 </template>
 

+ 4 - 21
unimall-app/pages.json

@@ -27,15 +27,7 @@
 					"pagePath": "pages/home/home",
 					"iconPath":"static/img/liangxin.png",
 					"selectedIconPath":"static/img/liangxin.png",
-					"text": "粮信",
-					"midButton":true,
-					"app-plus":{
-	                    "titleNView":{
-	                       "backButton": { //自定义 backButton
-								"background": "#00FF00"
-							}
-	                    }
-	                }
+					"text": "粮信"
 				},
 				{
 					"pagePath": "pages/tran/tran",
@@ -82,20 +74,11 @@
 		{
 			"path": "pages/home/home",
 			"style": {
-				"navigationBarTitleText": "消息",
-				"enablePullDownRefresh": true ,
-				// #ifdef MP-WEIXIN
 				"navigationStyle": "custom",
-				// #endif
 				"app-plus": {
-					"titleNView": {
-						"buttons": [{
-							"fontSrc": "/static/iconfont/iconfont.ttf",
-							"float": "right",
-							"text": "\ue9c9"
-						}]
-					}
-				}
+					"titleNView": false
+				},
+				"enablePullDownRefresh": true 
 			}
 		},
 		{

+ 19 - 6
unimall-app/pages/home/home.vue

@@ -13,9 +13,12 @@
 			<!-- #endif -->
 			
 			<!-- #ifdef APP-PLUS -->
-			<view class="slot-wrap">
-					<text class = 'tip_text cuIcon-back' @click='back' ></text>
-			</view>
+			<u-navbar :is-back="false" title="消息" :background="{ background: '#F6F7F8'  }" title-color="#404133" :border-bottom="false" z-index="1001">
+				<view class="slot-wrap">
+						<text class = 'tip_text cuIcon-back' @click='back' ></text>
+				</view>
+			</u-navbar>
+			
 			<!-- #endif -->
 			<!-- <selectInput :list="selectList" :list-key="'name'" :show.sync="selectShow" @on-select="checkSelect" @close="closeSelect" /> -->
 			<searchInput :searchType="1"/>
@@ -32,9 +35,11 @@
 			</u-navbar>
 			<!-- #endif -->
 			<!-- #ifdef APP-PLUS -->
+			<u-navbar :is-back="false" title="通讯录" :background="{ background: '#F6F7F8'  }" title-color="#404133" :border-bottom="false" z-index="1001">
 			<view class="slot-wrap">
-					<text class = 'tip_text cuIcon-back' @click='back' ></text>
+					<text class = 'tip_text cuIcon-back' @click='back'></text>
 			</view>
+			</u-navbar>
 			<!-- #endif -->
 				<searchInput :searchType="2"/>
 				<addressBook :list="firendItem" :scrollTop="scrollTop" :isShowMenu="true" @linkTo="linkToCard"></addressBook>	
@@ -48,9 +53,11 @@
 			</u-navbar>
 			<!-- #endif -->
 			<!-- #ifdef APP-PLUS -->
+			<u-navbar :is-back="false" title="发现" :background="{ background: '#F6F7F8'  }" title-color="#404133" :border-bottom="false" z-index="1001">
 			<view class="slot-wrap">
 					<text class = 'tip_text cuIcon-back' @click='back' ></text>
 			</view>
+			</u-navbar>
 			<!-- #endif -->
 			<u-cell-group>
 				<u-cell-item  title="粮友圈" :title-style="{marginLeft:'30rpx',fontWeight:'800'}" @tap="linkToMoment">
@@ -87,9 +94,11 @@
 			</u-navbar>
 			<!-- #endif -->
 			<!-- #ifdef APP-PLUS -->
-			<view class="slot-wrap">
+			<u-navbar :is-back="false" title=" " :border-bottom="false">
+				<view class="slot-wrap">
 					<text class = 'tip_text cuIcon-back' @click='back' ></text>
-			</view>
+				</view>
+			</u-navbar>
 			<!-- #endif -->
 			<view class="u-flex user-box u-p-l-30 u-p-r-20 u-p-b-30" @tap="linkToPerson">
 				<view class="u-m-r-10">
@@ -495,6 +504,10 @@ export default {
 };
 </script>
 <style lang="scss" scoped>
+	.status_bar{
+		height: var(--status-bar-height);
+		width: 100%;
+	}
 .content {
 	height: 100%;
 	background:#fff;

BIN
unimall-app/unpackage/res/icons/1024x1024.png


BIN
unimall-app/unpackage/res/icons/120x120.png


BIN
unimall-app/unpackage/res/icons/144x144.png


BIN
unimall-app/unpackage/res/icons/152x152.png


BIN
unimall-app/unpackage/res/icons/167x167.png


BIN
unimall-app/unpackage/res/icons/180x180.png


BIN
unimall-app/unpackage/res/icons/192x192.png


BIN
unimall-app/unpackage/res/icons/20x20.png


BIN
unimall-app/unpackage/res/icons/29x29.png


BIN
unimall-app/unpackage/res/icons/40x40.png


BIN
unimall-app/unpackage/res/icons/58x58.png


BIN
unimall-app/unpackage/res/icons/60x60.png


BIN
unimall-app/unpackage/res/icons/72x72.png


BIN
unimall-app/unpackage/res/icons/76x76.png


BIN
unimall-app/unpackage/res/icons/80x80.png


BIN
unimall-app/unpackage/res/icons/87x87.png


BIN
unimall-app/unpackage/res/icons/96x96.png