update
@ -18,7 +18,8 @@
|
||||
},
|
||||
/* 模块配置 */
|
||||
"modules" : {
|
||||
"Maps" : {}
|
||||
"Maps" : {},
|
||||
"Payment" : {}
|
||||
},
|
||||
/* 应用发布信息 */
|
||||
"distribute" : {
|
||||
@ -50,6 +51,13 @@
|
||||
"info" : {
|
||||
"NSLocationWhenInUseUsageDescription" : "我们需要获取您的位置信息,提供更精准的服务。",
|
||||
"NSLocationAlwaysUsageDescription" : "我们需要获取您的位置信息,以便提供更全面的服务。"
|
||||
},
|
||||
"capabilities" : {
|
||||
"entitlements" : {
|
||||
"com.apple.developer.associated-domains" : [
|
||||
"applinks:static-mp-5b41af94-82e9-4997-bf46-f2ae745e4038.next.bspapp.com"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
/* SDK配置 */
|
||||
@ -62,6 +70,17 @@
|
||||
"appkey_ios" : "78e8b8340770d439c5415a6d897b68a7",
|
||||
"appkey_android" : "d773aa156f8ca2160cfb06d5f117dacd"
|
||||
}
|
||||
},
|
||||
"payment" : {
|
||||
"appleiap" : {},
|
||||
"weixin" : {
|
||||
"__platform__" : [ "ios" ],
|
||||
"appid" : "wx4c497eddcec4a0e7",
|
||||
"UniversalLinks" : "https://static-mp-5b41af94-82e9-4997-bf46-f2ae745e4038.next.bspapp.com/uni-universallinks/__UNI__F870657/"
|
||||
},
|
||||
"alipay" : {
|
||||
"__platform__" : [ "ios", "android" ]
|
||||
}
|
||||
}
|
||||
},
|
||||
/* nvue */
|
||||
@ -115,5 +134,6 @@
|
||||
"uniStatistics" : {
|
||||
"enable" : false
|
||||
},
|
||||
"vueVersion" : "2"
|
||||
"vueVersion" : "2",
|
||||
"_spaceID" : "mp-5b41af94-82e9-4997-bf46-f2ae745e4038"
|
||||
}
|
||||
|
||||
28
pages.json
@ -272,7 +272,8 @@
|
||||
{
|
||||
"path": "payfor/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "会员积分码"
|
||||
"navigationBarTitleText": "会员积分码",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -316,7 +317,9 @@
|
||||
"root": "pages/orders",
|
||||
"pages": [{
|
||||
"path": "orderdetail/index",
|
||||
"style": {}
|
||||
"style": {
|
||||
"navigationBarTitleText": "订单详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "buydetail/index",
|
||||
@ -391,25 +394,29 @@
|
||||
"pages": [{
|
||||
"path": "index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "社区互动"
|
||||
"navigationBarTitleText": "社区互动",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "addNewPost",
|
||||
"style": {
|
||||
"navigationBarTitleText": "发帖"
|
||||
"navigationBarTitleText": "发帖",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "myPost",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的发帖"
|
||||
"navigationBarTitleText": "我的发帖",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
"navigationBarTitleText": "",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -422,6 +429,15 @@
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
"root": "pages/memberBenefits",
|
||||
"pages": [{
|
||||
"path": "index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "会员权益"
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
],
|
||||
|
||||
@ -382,8 +382,8 @@ export default {
|
||||
.imgList {
|
||||
display: flex;
|
||||
.imgBox {
|
||||
width: 140rpx;
|
||||
height: 140rpx;
|
||||
width: 160rpx;
|
||||
height: 160rpx;
|
||||
margin-right: 16rpx;
|
||||
border-radius: 8rpx;
|
||||
margin-bottom: 16rpx;
|
||||
@ -394,8 +394,10 @@ export default {
|
||||
}
|
||||
.deleteImg {
|
||||
position: absolute;
|
||||
top: -15rpx;
|
||||
right: -15rpx;
|
||||
// top: -15rpx;
|
||||
// right: -15rpx;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 30rpx;
|
||||
height: 30rpx;
|
||||
}
|
||||
@ -404,8 +406,8 @@ export default {
|
||||
|
||||
.submitImg {
|
||||
display: inline-block;
|
||||
width: 140rpx;
|
||||
height: 140rpx;
|
||||
width: 160rpx;
|
||||
height: 160rpx;
|
||||
background: #f7f8f9;
|
||||
border-radius: 4rpx;
|
||||
border: 2rpx dashed #e7e7e6;
|
||||
|
||||
@ -805,7 +805,7 @@ export default {
|
||||
.childrenItem {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
margin-top: 32rpx;
|
||||
margin-top: 24rpx;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
.childrenLeft {
|
||||
@ -941,7 +941,7 @@ export default {
|
||||
.userProfile {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin-right: 18px;
|
||||
margin-right: 8px;
|
||||
.profile {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@ -949,7 +949,7 @@ export default {
|
||||
}
|
||||
|
||||
.userInput {
|
||||
width: calc(100% - 52px);
|
||||
width: calc(100% - 42px);
|
||||
height: 36px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -958,6 +958,7 @@ export default {
|
||||
box-sizing: border-box;
|
||||
padding-left: 24rpx;
|
||||
border-radius: 8rpx;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.userSubmit {
|
||||
|
||||
@ -590,7 +590,7 @@ export default {
|
||||
.scrollItem {
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #f5f6f7;
|
||||
padding: 16rpx 0;
|
||||
padding: 24px 0;
|
||||
.itemTop {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -771,7 +771,8 @@ export default {
|
||||
// left: 50%;
|
||||
// transform: translateX(-50%);
|
||||
.newPostBox {
|
||||
display: inline-block;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 16rpx 24rpx;
|
||||
border-radius: 36rpx;
|
||||
background: #ba922f;
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
<div
|
||||
class="pageList"
|
||||
:style="{ height: `calc(100vh - 200rpx - ${menu.bottom}px)` }"
|
||||
:style="{ height: `calc(100vh - 200rpx - ${menu.bottom}px - 30px)` }"
|
||||
>
|
||||
<div
|
||||
v-if="dataList && dataList.length > 0"
|
||||
@ -91,6 +91,11 @@
|
||||
src="/static/images/home/phoneIcon.svg"
|
||||
/>
|
||||
<span class="phoneText">{{ item.PHONE_NUMBER }}</span> -->
|
||||
<image
|
||||
class="phoneIcon"
|
||||
src="/static/images/home/communityInteraction.svg"
|
||||
/>
|
||||
|
||||
<span class="phoneText">{{ item.SERVERPART_NAME }}</span>
|
||||
</div>
|
||||
<div class="callPhoneBox" @click="handleCallPhone(item)">
|
||||
@ -112,7 +117,7 @@
|
||||
</div>
|
||||
<div
|
||||
v-if="!(dataList && dataList.length > 0)"
|
||||
style="width: 100%; height: 100%"
|
||||
style="width: 100%; padding-top: 160px"
|
||||
>
|
||||
<no-data text="暂无物品信息" :isShow="true" :type="1"></no-data>
|
||||
</div>
|
||||
@ -222,7 +227,7 @@ export default {
|
||||
showSearchBtn: false, // 点击输入框时 出现搜索按钮
|
||||
menu: {}, // 手机样式
|
||||
goAdd: false, // 判断是否已经跳转了新增页面
|
||||
inSearchAll: false, // 判断是否查看全部服务区
|
||||
inSearchAll: true, // 判断是否查看全部服务区
|
||||
pageObj: {
|
||||
pageSize: 10,
|
||||
pageIndex: 1,
|
||||
@ -740,9 +745,9 @@ export default {
|
||||
// border-radius: 36rpx;
|
||||
// background: #ba922f;
|
||||
box-sizing: border-box;
|
||||
position: fixed;
|
||||
bottom: 20vh;
|
||||
right: 0;
|
||||
// position: fixed;
|
||||
// bottom: 20px;
|
||||
// left: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
@ -121,13 +121,13 @@
|
||||
<!-- 预约和商城 -->
|
||||
<div class="majorFun">
|
||||
<div class="majorItem" @click="handleGoReservation">
|
||||
<image class="majorIcon" src="/static/images/home/order.png" />
|
||||
<image class="majorIcon" src="/static/images/home/order.svg" />
|
||||
<span class="majorTitle">预约点餐</span>
|
||||
<span class="majorDesc">提前点餐 免排队</span>
|
||||
</div>
|
||||
<div class="majorLine"></div>
|
||||
<div class="majorItem" @click="handleGoOnlineShop">
|
||||
<image class="majorIcon" src="/static/images/home/store.png" />
|
||||
<image class="majorIcon" src="/static/images/home/store.svg" />
|
||||
<span class="majorTitle">线上商城</span>
|
||||
<span class="majorDesc">购特产 买周边</span>
|
||||
</div>
|
||||
@ -141,10 +141,13 @@
|
||||
:key="index"
|
||||
@click="handleClick(item.value)"
|
||||
>
|
||||
<image class="funItemIcon" :src="item.src" />
|
||||
<image
|
||||
class="funItemIcon"
|
||||
:src="item.click ? item.src : item.noSrc"
|
||||
/>
|
||||
<span
|
||||
class="funItemText"
|
||||
:style="{ color: item.click ? '#787879' : '#b5b5bb' }"
|
||||
:style="{ color: item.click ? '#130F05' : '#B8B7B4' }"
|
||||
>{{ item.label }}</span
|
||||
>
|
||||
</div>
|
||||
@ -273,48 +276,57 @@ export default {
|
||||
{
|
||||
label: "扫码充电",
|
||||
value: 1,
|
||||
src: "/static/images/home/scanCodeToCharge.png",
|
||||
src: "/static/images/home/scanCodeToCharge.svg",
|
||||
noSrc: "/static/images/home/noScanCodeToCharge.svg",
|
||||
click: true,
|
||||
},
|
||||
{
|
||||
label: "出行导航",
|
||||
value: 2,
|
||||
src: "/static/tabs/travel.png",
|
||||
src: "/static/images/home/travel.svg",
|
||||
noSrc: "/static/images/home/noTravel.svg",
|
||||
click: true,
|
||||
},
|
||||
{
|
||||
label: "社区互动",
|
||||
value: 3,
|
||||
src: "/static/images/home/community.png",
|
||||
src: "/static/images/home/community.svg",
|
||||
noSrc: "/static/images/home/noCommunity.svg",
|
||||
click: true,
|
||||
},
|
||||
{
|
||||
label: "一键救援",
|
||||
value: 4,
|
||||
src: "/static/images/home/oneClickRescue.png",
|
||||
src: "/static/images/home/oneClickRescue.svg",
|
||||
noSrc: "/static/images/home/noOneClickRescue.svg",
|
||||
click: true,
|
||||
},
|
||||
{
|
||||
label: "服务区",
|
||||
value: 5,
|
||||
src: "/static/images/home/communityInteraction.png",
|
||||
src: "/static/images/home/communityInteraction.svg",
|
||||
noSrc: "/static/images/home/noCommunityInteraction.svg",
|
||||
click: true,
|
||||
},
|
||||
{
|
||||
label: "投诉反馈",
|
||||
value: 6,
|
||||
src: "/static/images/home/complaints.png",
|
||||
src: "/static/images/home/complaints.svg",
|
||||
noSrc: "/static/images/home/noComplaints.svg",
|
||||
click: true,
|
||||
},
|
||||
{
|
||||
label: "会员权益",
|
||||
value: 7,
|
||||
src: "/static/images/home/MEMBERBENEFITS.png",
|
||||
src: "/static/images/home/MEMBERBENEFITS.svg",
|
||||
noSrc: "/static/images/home/noMEMBERBENEFITS.svg",
|
||||
click: true,
|
||||
},
|
||||
{
|
||||
label: "失物招领",
|
||||
value: 8,
|
||||
src: "/static/images/home/lostAndfound.png",
|
||||
src: "/static/images/home/lostAndfound.svg",
|
||||
noSrc: "/static/images/home/nolostAndfound.svg",
|
||||
click: true,
|
||||
},
|
||||
], // 更多功能的渲染列表
|
||||
@ -926,6 +938,9 @@ export default {
|
||||
});
|
||||
}
|
||||
} else if (value === 7) {
|
||||
uni.navigateTo({
|
||||
url: "/pages/memberBenefits/index",
|
||||
});
|
||||
} else if (value === 8) {
|
||||
uni.navigateTo({
|
||||
url: "/pages/contact/index",
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
<div class="flex align-center">
|
||||
<div class="flex align-center">
|
||||
<image
|
||||
src="/static/images/home/couponIcon.png"
|
||||
src="/static/images/home/couponLogo.png"
|
||||
class="coupon-ico"
|
||||
></image>
|
||||
<view class="text-39">优惠券</view>
|
||||
@ -91,7 +91,7 @@
|
||||
@click="handleSelectCoupon"
|
||||
style="display: flex; align-items: center"
|
||||
>
|
||||
<text class="text-sm color9d" v-if="couponlist.length == 0"
|
||||
<text class="text-sm color9d" style="margin-right: 8rpx" v-if="couponlist.length == 0"
|
||||
>暂无可使用的优惠券</text
|
||||
>
|
||||
<text class="text-sm color9d" v-else>{{
|
||||
@ -125,18 +125,22 @@
|
||||
</view> -->
|
||||
|
||||
<view class="shipList">
|
||||
<view class="shipItem" @click="handleRealGoPay(1)">
|
||||
<view
|
||||
class="shipItem"
|
||||
@click="handleRealGoPay(1)"
|
||||
style="margin-right: 40rpx"
|
||||
>
|
||||
<view class="shipIconBox">
|
||||
<image
|
||||
class="shipIcon"
|
||||
src="/static/images/home/alipayIcon.png"
|
||||
src="/static/images/home/alipayIcon.svg"
|
||||
/>
|
||||
</view>
|
||||
<!-- <span class="shipTitle">支付宝</span> -->
|
||||
</view>
|
||||
<view class="shipItem" @click="handleRealGoPay(2)">
|
||||
<view class="shipIconBox">
|
||||
<image class="shipIcon" src="/static/images/home/wxPay.png" />
|
||||
<image class="shipIcon" src="/static/images/home/wxPay.svg" />
|
||||
</view>
|
||||
<!-- <span class="shipTitle">微信</span> -->
|
||||
</view>
|
||||
@ -565,7 +569,8 @@ canvas {
|
||||
|
||||
.skipContent {
|
||||
width: 700rpx;
|
||||
padding: 6px;
|
||||
height: 136rpx;
|
||||
padding: 32rpx;
|
||||
box-sizing: border-box;
|
||||
background: #fff;
|
||||
border-radius: 12rpx;
|
||||
@ -591,15 +596,15 @@ canvas {
|
||||
|
||||
.shipItem {
|
||||
box-sizing: border-box;
|
||||
padding: 16px;
|
||||
// padding: 16px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
.shipIconBox {
|
||||
width: 64rpx;
|
||||
height: 64rpx;
|
||||
width: 72rpx;
|
||||
height: 72rpx;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
margin-bottom: 4px;
|
||||
@ -702,6 +707,7 @@ canvas {
|
||||
letter-spacing: 2rpx;
|
||||
text-align: center;
|
||||
margin-right: 8rpx;
|
||||
color: #130F05;
|
||||
// flex 1
|
||||
}
|
||||
}
|
||||
@ -716,9 +722,9 @@ canvas {
|
||||
line-height: 1.2;
|
||||
|
||||
.coupon-ico {
|
||||
width: 44rpx;
|
||||
height: 35rpx;
|
||||
margin-right: 20rpx;
|
||||
width: 32rpx;
|
||||
height: 32rpx;
|
||||
margin-right: 8rpx;
|
||||
line-height: 102rpx;
|
||||
}
|
||||
}
|
||||
|
||||
76
pages/memberBenefits/index.vue
Normal file
@ -0,0 +1,76 @@
|
||||
<template>
|
||||
<view class="main">
|
||||
<view class="title"> 1.会员权益设计:</view>
|
||||
<view class="content">
|
||||
<view>普通会员:享受基础服务折扣,如餐饮、购物等。</view>
|
||||
<view>银卡会员:在普通会员基础上提高相应折扣。</view>
|
||||
<view
|
||||
>提供更高商品折扣及个性化服务,如休息室使用、定点服务区咖啡品尝等。</view
|
||||
>
|
||||
</view>
|
||||
|
||||
<view class="title"> 2.会员积分获取:</view>
|
||||
<view class="content">
|
||||
<view>新用户注册:奖励初始积分10个。</view>
|
||||
<view>餐饮消费:每消费1元获得1个积分。</view>
|
||||
<view>购物消费:每消费1元获得1个积分。</view>
|
||||
<view>住宿消费:每消费100元获得10个积分。</view>
|
||||
<view>导航使用:通过APP中内嵌导航,每100公里获得1个积分。</view>
|
||||
<view>充电消费:通过APP扫码充电每消费10元获得1个积分。</view>
|
||||
<view>社区互动及评价:合理发帖或评价,每10条获得1个积分。</view>
|
||||
</view>
|
||||
|
||||
<view class="title"> 3.活动积分:</view>
|
||||
<view class="content">
|
||||
<view>会员推荐:成功推荐一名新会员加入,奖励推荐人50个积分。</view>
|
||||
<view
|
||||
>参与活动:参加服务区内的各类活动(如节庆活动、主题活动等),每次奖励20-50个积分不等。</view
|
||||
>
|
||||
</view>
|
||||
|
||||
<view class="title"> 4.特殊积分:</view>
|
||||
<view class="content">
|
||||
<view
|
||||
>生日礼遇:在会员生日月份,到服务区消费单笔满10元额外赠送50个积分作为生日礼物。</view
|
||||
>
|
||||
<view>节假日优惠:在特定节假日期间,消费可额外获得双倍积分。</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
<style scoped lang="less">
|
||||
.main {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background: #fff;
|
||||
box-sizing: border-box;
|
||||
padding: 0 32rpx 32rpx;
|
||||
.title {
|
||||
font-family: PingFangSC, PingFang SC;
|
||||
font-weight: 600;
|
||||
font-size: 38rpx;
|
||||
color: #130f05;
|
||||
line-height: 56rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
}
|
||||
.content {
|
||||
font-family: PingFangSC, PingFang SC;
|
||||
font-weight: 400;
|
||||
font-size: 30rpx;
|
||||
color: #130f05;
|
||||
line-height: 56rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@ -93,7 +93,7 @@
|
||||
<div class="info">
|
||||
<image
|
||||
class="infoIcon"
|
||||
src="/static/images/home/address.png"
|
||||
src="/static/images/home/address.svg"
|
||||
></image>
|
||||
<div class="addressBox">
|
||||
<span class="distance">{{ item.SERVERPART_DISTANCE }}km</span>
|
||||
@ -592,7 +592,7 @@ export default {
|
||||
.typeBox {
|
||||
// background: linear-gradient(180deg, rgba(49, 144, 255, 0.2) 0%, rgba(22, 87, 255, 0.2) 100%);
|
||||
background: #FEF7E5;
|
||||
border-radius: 8rpx;
|
||||
border-radius: 4rpx;
|
||||
padding: 0 8rpx;
|
||||
font-size: 24rpx;
|
||||
font-family: PingFangSC, PingFang SC;
|
||||
@ -600,7 +600,7 @@ export default {
|
||||
// color: #1E67FF;
|
||||
color: #BA922F;
|
||||
line-height: 40rpx;
|
||||
margin-left: 16rpx;
|
||||
// margin-left: 16rpx;
|
||||
}
|
||||
}
|
||||
|
||||
@ -674,7 +674,7 @@ export default {
|
||||
width: 1px;
|
||||
height: 24rpx;
|
||||
background: #E7E7E6;
|
||||
margin: 0 16rpx;
|
||||
margin: 0 12rpx;
|
||||
}
|
||||
|
||||
.address {
|
||||
|
||||
@ -18,9 +18,8 @@
|
||||
class="orderItem"
|
||||
v-for="(item, index) in orderList"
|
||||
:key="index"
|
||||
@click="goOrderDetail(item)"
|
||||
>
|
||||
<!-- @click="goOrderDetail(item)" -->
|
||||
|
||||
<div class="topItem">
|
||||
<div class="shopIconBox">
|
||||
<image
|
||||
@ -61,7 +60,7 @@
|
||||
<div
|
||||
class="commentItem"
|
||||
@click.stop="goEvaluate(item)"
|
||||
v-if="item.COMMENT_STATE === 0 && item.SALEBILL_STATE !== 1010"
|
||||
v-if="item.COMMENT_STATE === 0 && item.SALEBILL_STATE !== 1010 && item.SALEBILL_STATE > 3000"
|
||||
>
|
||||
评价得积分
|
||||
</div>
|
||||
@ -320,12 +319,15 @@ export default {
|
||||
},
|
||||
goOrderDetail(item) {
|
||||
uni.navigateTo({
|
||||
url:
|
||||
"/pages/orders/orderdetail/index?orderNumber=" +
|
||||
item.SALEBILL_CODE +
|
||||
"&orderInternal=" +
|
||||
item.SALEBILL_ID,
|
||||
url: `/pages/orders/orderdetail/index?orderInternal=${item.SALEBILL_ID}`,
|
||||
});
|
||||
// uni.navigateTo({
|
||||
// url:
|
||||
// "/pages/orders/orderdetail/index?orderNumber=" +
|
||||
// item.SALEBILL_CODE +
|
||||
// "&orderInternal=" +
|
||||
// item.SALEBILL_ID,
|
||||
// });
|
||||
},
|
||||
// 请求我的评价列表
|
||||
handleGetOurEvaluateList() {
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
>条款。
|
||||
</view>
|
||||
<view class="imgbox">
|
||||
<image class="img" src="/static/images/home/registerIcon.png" />
|
||||
<image class="img" src="https://eshangtech.com/minTestImg/registerIcon.png" />
|
||||
</view>
|
||||
|
||||
<div class="desc newBtnFixed" v-if="!user.MEMBERSHIP_ID">
|
||||
|
||||
@ -131,11 +131,12 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<no-data
|
||||
text="暂无可点餐门店"
|
||||
:isShow="!(shopList && shopList.length > 0)"
|
||||
/>
|
||||
<div class="noDataBox">
|
||||
<no-data
|
||||
text="暂无可点餐门店"
|
||||
:isShow="!(shopList && shopList.length > 0)"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@ -671,6 +672,11 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.noDataBox{
|
||||
width: 100%;
|
||||
padding-top: 160px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@ -1,15 +1,92 @@
|
||||
<template>
|
||||
<div class="main">1</div>
|
||||
<div class="main">
|
||||
<view class="goAppBox" @click="handleGo">
|
||||
<div class="appLeft">
|
||||
<image
|
||||
class="goAppIcon"
|
||||
src="https://eshangtech.com/ShopICO/ahyd-user/images/home/anhuiAPPIcon.png"
|
||||
/>
|
||||
<span class="appName">安徽充换电APP</span>
|
||||
</div>
|
||||
|
||||
<div class="appRight">
|
||||
<span class="search">查看</span>
|
||||
<image class="searchIcon" src="/static/images/home/rightArrow.png" />
|
||||
</div>
|
||||
</view>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
methods: {},
|
||||
methods: {
|
||||
// 跳转安徽充换电
|
||||
handleGo() {
|
||||
uni.navigateTo({
|
||||
url: `/pages/thirdParty/chargAndSwapp`,
|
||||
});
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
<style scoped lang="less">
|
||||
.main {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background: #f6f7f8;
|
||||
box-sizing: border-box;
|
||||
padding: 32rpx;
|
||||
.goAppBox {
|
||||
margin-top: 24rpx;
|
||||
width: 100%;
|
||||
height: 120rpx;
|
||||
background: #ffffff;
|
||||
border-radius: 6rpx;
|
||||
box-sizing: border-box;
|
||||
padding: 24rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
.appLeft {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.goAppIcon {
|
||||
width: 72rpx;
|
||||
height: 72rpx;
|
||||
margin-right: 16rpx;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.appName {
|
||||
font-family: PingFangSC, PingFang SC;
|
||||
font-weight: 400;
|
||||
font-size: 28rpx;
|
||||
color: #130f05;
|
||||
line-height: 40rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.appRight {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.search {
|
||||
font-family: PingFangSC, PingFang SC;
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #716f69;
|
||||
line-height: 36rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
}
|
||||
.searchIcon {
|
||||
width: 24rpx;
|
||||
height: 24rpx;
|
||||
margin-left: 4rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@ -244,7 +244,7 @@
|
||||
|
||||
<div class="payList">
|
||||
<radio-group :value="payType" class="radio-group">
|
||||
<div
|
||||
<!-- <div
|
||||
class="bottom-radio"
|
||||
color="#CAA97F"
|
||||
@click="handleChangePayType(1)"
|
||||
@ -263,7 +263,7 @@
|
||||
color="#CAA97F"
|
||||
:checked="payType === 1"
|
||||
/>
|
||||
</div>
|
||||
</div> -->
|
||||
<div
|
||||
class="bottom-radio"
|
||||
color="#CAA97F"
|
||||
@ -355,8 +355,9 @@ export default {
|
||||
orderNumber: "", // 订单号
|
||||
orderInternal: "", // 订单内码
|
||||
payShow: false, // 支付方式的悬浮框
|
||||
payType: 1, // 1 支付宝 2 微信
|
||||
payType: 2, // 1 支付宝 2 微信
|
||||
loginType: "", //
|
||||
currentOrderDetail: {}, // 当前订单的数据
|
||||
};
|
||||
},
|
||||
components: {
|
||||
@ -416,28 +417,127 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
// 确认支付
|
||||
handleRealGoPay() {
|
||||
async handleRealGoPay() {
|
||||
if (this.loginType === "android") {
|
||||
if (this.payType === 1) {
|
||||
uni.showModal({
|
||||
title: "确认跳转支付宝?",
|
||||
content: "点击确认将自动跳转到支付宝付款码页面",
|
||||
confirmText: "确认",
|
||||
cancelText: "取消",
|
||||
success: function (res) {
|
||||
plus.runtime.openURL(
|
||||
`alipayqr://platformapi/startapp?saId=20000056`
|
||||
);
|
||||
},
|
||||
});
|
||||
// uni.showModal({
|
||||
// title: "确认跳转支付宝?",
|
||||
// content: "点击确认将自动跳转到支付宝付款码页面",
|
||||
// confirmText: "确认",
|
||||
// cancelText: "取消",
|
||||
// success: function (res) {
|
||||
// plus.runtime.openURL(
|
||||
// `alipayqr://platformapi/startapp?saId=20000056`
|
||||
// );
|
||||
// },
|
||||
// });
|
||||
} else if (this.payType === 2) {
|
||||
uni.showModal({
|
||||
title: "确认跳转微信?",
|
||||
content: "跳转后点击首页右上角-->首付款",
|
||||
confirmText: "确认",
|
||||
cancelText: "取消",
|
||||
success: function (res) {
|
||||
plus.runtime.openURL(`weixin://`);
|
||||
// uni.showModal({
|
||||
// title: "确认跳转微信?",
|
||||
// content: "跳转后点击首页右上角-->首付款",
|
||||
// confirmText: "确认",
|
||||
// cancelText: "取消",
|
||||
// success: function (res) {
|
||||
// plus.runtime.openURL(`weixin://`);
|
||||
// },
|
||||
// });
|
||||
let _this = this;
|
||||
let detailObj = _this.currentOrderDetail;
|
||||
|
||||
// 拿到签名
|
||||
let mchid = "1707624624"; // 商户号
|
||||
let timeStamp = Math.ceil(new Date().getTime() / 1000); // 随机的时间戳 秒为单位
|
||||
let nonceStr = Math.random().toString(36).substring(2, 8); // 随机字符串
|
||||
let serial_no = "5904E3BF9EDC8B2AA3F99E51440B34FB7FFA6EDA"; // 证书序列号
|
||||
let out_trade_no = detailObj.SALEBILL_CODE; // 本地生成的订单编码
|
||||
|
||||
let req = {
|
||||
appid: "wx4c497eddcec4a0e7", // 小程序的id
|
||||
mchid: mchid, // 商户号
|
||||
description: "安徽省驿达高速公路服务区经营管理有限公司", // 微信支付上面会显示付款给谁的名称
|
||||
out_trade_no: out_trade_no, // 商户订单号
|
||||
notify_url:
|
||||
"https://mp.eshangtech.com/Coop.Merchant/Handler/Handler_Trade.ashx", // 商户回调地址
|
||||
amount: {
|
||||
total: Number(_this.orderAmount) * 100 || 1, // 多少钱 分为单位所以乘了100
|
||||
currency: "CNY", // 人民币的标识
|
||||
}, // 订单金额
|
||||
payer: {
|
||||
openid: _this.user.WECHATAPP_OPENID,
|
||||
}, // 支付者信息
|
||||
};
|
||||
// 生成请求头签名的参数
|
||||
let reqSign = {
|
||||
parameters:
|
||||
"POST\n/v3/pay/transactions/jsapi\n" +
|
||||
timeStamp +
|
||||
"\n" +
|
||||
nonceStr +
|
||||
"\n" +
|
||||
JSON.stringify(req) +
|
||||
"\n",
|
||||
provinceCode: _this.provinceCode || "340000",
|
||||
};
|
||||
|
||||
const data = await this.$api.$get("/WeChat/GenerateSign", reqSign);
|
||||
let Authorization = `mchid="${mchid}",nonce_str="${nonceStr}",signature="${data.Result_Data}",timestamp="${timeStamp}",serial_no="${serial_no}"`;
|
||||
let AuthorizationStr = `WECHATPAY2-SHA256-RSA2048 ${Authorization}`; // 请求头中的一个参数
|
||||
|
||||
uni.request({
|
||||
url: "https://api.mch.weixin.qq.com/v3/pay/transactions/jsapi",
|
||||
method: "POST",
|
||||
data: req,
|
||||
header: {
|
||||
Authorization: AuthorizationStr,
|
||||
Accept: "application/json", //自定义请求头信息
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
success: async (res) => {
|
||||
let paySign = "";
|
||||
let reqSign = {
|
||||
parameters:
|
||||
"wx4c497eddcec4a0e7\n" +
|
||||
timeStamp +
|
||||
"\n" +
|
||||
nonceStr +
|
||||
"\nprepay_id=" +
|
||||
res.data.prepay_id +
|
||||
"\n",
|
||||
provinceCode: _this.provinceCode || "340000",
|
||||
};
|
||||
// 支付的签名
|
||||
const data = await _this.$api.$get(
|
||||
"/WeChat/GenerateSign",
|
||||
reqSign
|
||||
);
|
||||
paySign = data.Result_Data;
|
||||
|
||||
console.log("dsadas", paySign);
|
||||
|
||||
uni.requestPayment({
|
||||
provider: "wxpay",
|
||||
orderInfo: {
|
||||
appid: "wx4c497eddcec4a0e7", // 微信开放平台 - 应用 - AppId,注意和微信小程序、公众号 AppId 可能不一致
|
||||
noncestr: nonceStr, // 随机字符串
|
||||
package: `Sign=WXPay`, // 固定值
|
||||
partnerid: mchid, // 微信支付商户号
|
||||
prepayid: res.data.prepay_id, // 统一下单订单号
|
||||
timestamp: timeStamp, // 时间戳(单位:秒)
|
||||
sign: paySign, // 签名,这里用的 MD5/RSA 签名
|
||||
},
|
||||
success(Payres) {
|
||||
console.log("Payres", Payres);
|
||||
},
|
||||
fail(e) {
|
||||
console.log("e", e);
|
||||
},
|
||||
complete(payres) {
|
||||
// _this.isMakeOrdering = false;
|
||||
// uni.redirectTo({
|
||||
// url: `/pages/orders/orderdetail/index?orderInternal=${detailObj.SALEBILL_ID}`,
|
||||
// });
|
||||
},
|
||||
});
|
||||
},
|
||||
});
|
||||
}
|
||||
@ -510,7 +610,7 @@ export default {
|
||||
|
||||
let arr = {
|
||||
CouponStatus: 0,
|
||||
provinceCode: this.provinceCode,
|
||||
provinceCode: this.provinceCode || "340000",
|
||||
orderAmount: this.couponOrder,
|
||||
serverpartShopId: this.storeId,
|
||||
};
|
||||
@ -573,7 +673,6 @@ export default {
|
||||
goRemark() {
|
||||
uni.navigateTo({ url: "/pages/shopPages/orderRemark/index" });
|
||||
},
|
||||
|
||||
createOrder() {
|
||||
// 生成订单
|
||||
let _this = this;
|
||||
@ -609,22 +708,23 @@ export default {
|
||||
})
|
||||
.then((res) => {
|
||||
if (res.ResultCode === "100") {
|
||||
// 调起支付方式的悬浮框
|
||||
_this.$refs.payPopup.open("bottom");
|
||||
_this.payShow = true;
|
||||
return;
|
||||
// let _data = res.Data;
|
||||
// _this.orderInternal = _data.SALEBILL_ID;
|
||||
// _this.orderNumber = _data.SALEBILL_CODE;
|
||||
console.log("res", res);
|
||||
console.log("_this.loginType", _this.loginType);
|
||||
_this.currentOrderDetail = res.Data;
|
||||
// 如果是微信小程序的话 直接调用支付
|
||||
// APP端的话 弹出支付宝和微信支付的选择 并调用对应的方法
|
||||
if (_this.loginType === "min") {
|
||||
_this.handleWxPay(res.Data);
|
||||
} else {
|
||||
// 调起支付方式的悬浮框;
|
||||
_this.$refs.payPopup.open("bottom");
|
||||
_this.payShow = true;
|
||||
}
|
||||
|
||||
// if (
|
||||
// this.user.MEMBERSHIP_TYPE === 3000 &&
|
||||
// this.cardPay.payType === "余额支付"
|
||||
// ) {
|
||||
// _this.payByCard();
|
||||
// } else {
|
||||
// _this.getOrderInfo(); // 微信支付
|
||||
// }
|
||||
// 调起支付方式的悬浮框
|
||||
// _this.$refs.payPopup.open("bottom");
|
||||
// _this.payShow = true;
|
||||
// return;
|
||||
} else {
|
||||
// uni.showModal({
|
||||
// title: "温馨提示",
|
||||
@ -634,7 +734,114 @@ export default {
|
||||
}
|
||||
});
|
||||
}
|
||||
this.onClose();
|
||||
// this.onClose();
|
||||
},
|
||||
// 实际的微信支付方法
|
||||
async handleWxPay(obj) {
|
||||
// obj 为生成好的本地订单信息
|
||||
let _this = this;
|
||||
// 拿到签名
|
||||
let mchid = "1707624624"; // 商户号
|
||||
let timeStamp = Math.ceil(new Date().getTime() / 1000); // 随机的时间戳 秒为单位
|
||||
let nonceStr = Math.random().toString(36).substring(2, 8); // 随机字符串
|
||||
let serial_no = "5904E3BF9EDC8B2AA3F99E51440B34FB7FFA6EDA"; // 证书序列号
|
||||
let out_trade_no = obj.SALEBILL_CODE; // 本地生成的订单编码
|
||||
|
||||
let req = {
|
||||
appid: "wx4c497eddcec4a0e7", // 小程序的id
|
||||
mchid: mchid, // 商户号
|
||||
description: "安徽省驿达高速公路服务区经营管理有限公司", // 微信支付上面会显示付款给谁的名称
|
||||
out_trade_no: out_trade_no, // 商户订单号
|
||||
notify_url:
|
||||
"https://mp.eshangtech.com/Coop.Merchant/Handler/Handler_Trade.ashx", // 商户回调地址
|
||||
amount: {
|
||||
total: Number(_this.orderAmount) * 100 || 1, // 多少钱 分为单位所以乘了100
|
||||
currency: "CNY", // 人民币的标识
|
||||
}, // 订单金额
|
||||
payer: {
|
||||
openid: _this.user.WECHATAPP_OPENID,
|
||||
}, // 支付者信息
|
||||
};
|
||||
|
||||
// 生成请求头签名的参数
|
||||
let reqSign = {
|
||||
parameters:
|
||||
"POST\n/v3/pay/transactions/jsapi\n" +
|
||||
timeStamp +
|
||||
"\n" +
|
||||
nonceStr +
|
||||
"\n" +
|
||||
JSON.stringify(req) +
|
||||
"\n",
|
||||
provinceCode: _this.provinceCode || "340000",
|
||||
};
|
||||
console.log("reqSign", reqSign);
|
||||
console.log("mchid", mchid);
|
||||
console.log("nonceStr", nonceStr);
|
||||
console.log("timeStamp", timeStamp);
|
||||
console.log("serial_no", serial_no);
|
||||
// 生成签名的接口
|
||||
const data = await this.$api.$get("/WeChat/GenerateSign", reqSign);
|
||||
console.log("data.Result_Data", data.Result_Data);
|
||||
|
||||
let Authorization = `mchid="${mchid}",nonce_str="${nonceStr}",signature="${data.Result_Data}",timestamp="${timeStamp}",serial_no="${serial_no}"`;
|
||||
let AuthorizationStr = `WECHATPAY2-SHA256-RSA2048 ${Authorization}`; // 请求头中的一个参数
|
||||
|
||||
// 微信支付的下单接口
|
||||
uni.request({
|
||||
url: "https://api.mch.weixin.qq.com/v3/pay/transactions/jsapi",
|
||||
method: "POST",
|
||||
data: req,
|
||||
header: {
|
||||
Authorization: AuthorizationStr,
|
||||
Accept: "application/json", //自定义请求头信息
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
success: async (res) => {
|
||||
let paySign = "";
|
||||
let reqSign = {
|
||||
parameters:
|
||||
"wx4c497eddcec4a0e7\n" +
|
||||
timeStamp +
|
||||
"\n" +
|
||||
nonceStr +
|
||||
"\nprepay_id=" +
|
||||
res.data.prepay_id +
|
||||
"\n",
|
||||
provinceCode: _this.provinceCode || "340000",
|
||||
};
|
||||
// 支付的签名
|
||||
const data = await _this.$api.$get("/WeChat/GenerateSign", reqSign);
|
||||
paySign = data.Result_Data;
|
||||
// 调起微信支付
|
||||
wx.requestPayment({
|
||||
timeStamp: timeStamp.toString(),
|
||||
nonceStr: nonceStr,
|
||||
package: `prepay_id=${res.data.prepay_id}`,
|
||||
signType: "RSA",
|
||||
paySign: paySign,
|
||||
total_fee: Number(_this.orderAmount) * 100 || 1,
|
||||
success(res) {
|
||||
console.log("res", res);
|
||||
},
|
||||
fail(res) {
|
||||
console.log("fail", res);
|
||||
},
|
||||
complete(res) {
|
||||
// 不管支付成功还是支付失败 都会调用的内容
|
||||
// _this.isMakeOrdering = true;
|
||||
// uni.redirectTo({
|
||||
// url: `/pages/order/orderFoodDetail/index?orderInternal=${obj.SALEBILL_ID}`,
|
||||
// });
|
||||
|
||||
_this.isMakeOrdering = false;
|
||||
uni.redirectTo({
|
||||
url: `/pages/orders/orderdetail/index?orderInternal=${obj.SALEBILL_ID}`,
|
||||
});
|
||||
},
|
||||
});
|
||||
},
|
||||
});
|
||||
},
|
||||
// 去支付
|
||||
goPayMent() {
|
||||
@ -663,17 +870,6 @@ export default {
|
||||
}
|
||||
|
||||
_this.createOrder();
|
||||
|
||||
// // 调起支付方式的悬浮框
|
||||
// this.$refs.payPopup.open("bottom");
|
||||
// this.payShow = true;
|
||||
|
||||
// if (this.user.MEMBERSHIP_TYPE === 3000) { // 判断是否是内部会员
|
||||
// _this.getCardAmount()
|
||||
// _this.isShow = true
|
||||
// } else {
|
||||
// _this.createOrder()
|
||||
// }
|
||||
},
|
||||
// 关闭支付方式悬浮框
|
||||
handlePayClose() {
|
||||
|
||||
6
pages/thirdParty/chargAndSwapp.vue
vendored
@ -40,10 +40,8 @@ export default {
|
||||
this.loginType = type;
|
||||
|
||||
if (type === "min") {
|
||||
console.log(option);
|
||||
let vuex = uni.getStorageSync("vuex");
|
||||
let phone = vuex.user.MEMBERSHIP_MOBILEPHONE;
|
||||
this.src = `https://dipper.in.ah.cn/wsth5/#/#${phone}`;
|
||||
let phone = this.user.MEMBERSHIP_MOBILEPHONE;
|
||||
this.src = `https://dipper.in.ah.cn/wsth5/#/`;
|
||||
} else {
|
||||
this.src = `https://dipper.in.ah.cn/wsth5/#/`;
|
||||
var current = this.$scope.$getAppWebview();
|
||||
|
||||
@ -186,7 +186,7 @@
|
||||
</view>
|
||||
|
||||
<!-- 充换电app跳转 -->
|
||||
<view class="goAppBox" @click="handleGo" v-if="loginType !== 'min'">
|
||||
<view class="goAppBox" @click="handleGo" v-if="false">
|
||||
<div class="appLeft">
|
||||
<image
|
||||
class="goAppIcon"
|
||||
@ -351,7 +351,7 @@ export default {
|
||||
// Seq: SeqData,
|
||||
// };
|
||||
// let sigObj = `78109626X${encryptionReq}${TimeStamp}${SeqData}`;
|
||||
let sigObj = `123456789il7BOBSEjFdzpyKzfOFpvg/SelCP802RItKYFPfSLRxJ3jfObVI9hvYOEktPAYW2nd7S8MBcyHYyacHK bISq5iTmDzG+ivnR+SZJv3USNTYVMz9rCQVSxdOcLlqsJauko79NnwQJbzDTyLooYolwz75qBOH2/xOMir peEqRJrF/EQjWekJmGk9RtboXePu2rka+Xm51syBPhiXJAqOGfbfaFu9tNqs/e2Vjja/ltE1MOlqvxfXQ6da6HrT hsm5id4ClZFli0acRfrsPLRixS/IQYtksxghvJwbqOsbIsITail9Ayy4tKcogeEZiOO+4Ed264NSKmk713wKwJLA FjCFogBx8GE3OBz4pqcAn/ydA=201607291424000001`;
|
||||
let sigObj = `123456789il7BOBSEjFdzpyKzfOFpvg/SelCP802RItKYFPfSLRxJ3jfObVI9hvYOEktPAYW2nd7S8MBcyHYyacHKbISq5iTmDzG+ivnR+SZJv3USNTYVMz9rCQVSxdOcLlqsJauko79NnwQJbzDTyLooYolwz75qBOH2/xOMirpeEqRJrF/EQjWekJmGk9RtboXePu2rka+Xm51syBPhiXJAqOGfbfaFu9tNqs/e2Vjja/ltE1MOlqvxfXQ6da6HrThsm5id4ClZFli0acRfrsPLRixS/IQYtksxghvJwbqOsbIsITail9Ayy4tKcogeEZiOO+4Ed264NSKmk713wKwJLAFjCFogBx8GE3OBz4pqcAn/ydA=201607291424000001`;
|
||||
const Md5Sig = this.hmacMd5Signature(sigObj);
|
||||
console.log("Md5Sig", Md5Sig);
|
||||
|
||||
|
||||
@ -61,7 +61,7 @@
|
||||
|
||||
<div class="funListBox">
|
||||
<div class="funItem" @click="isGo('/pages/orders/order/index')">
|
||||
<image class="funIcon" src="/static/images/home/foodIcon.png" />
|
||||
<image class="funIcon" src="/static/images/home/foodIcon.svg" />
|
||||
<div class="funName">我的点餐</div>
|
||||
</div>
|
||||
<div class="funItem" @click="isGo('/pages/homeFn/myCoupon/index')">
|
||||
@ -83,24 +83,23 @@
|
||||
<image class="funIcon" src="/static/images/home/post.png" />
|
||||
<div class="funName">我的发帖</div>
|
||||
</div>
|
||||
<div class="funItem" @click="isGo('/pages/contact/index')">
|
||||
<image class="funIcon" src="/static/images/home/lostAndfound.png" />
|
||||
<div class="funName">失物招领</div>
|
||||
</div>
|
||||
|
||||
<div class="funItem">
|
||||
<image class="funIcon" src="/static/images/home/iLike.png" />
|
||||
<image class="funIcon" src="/static/images/home/noiLike.svg" />
|
||||
<div class="funName gray">我的关注</div>
|
||||
</div>
|
||||
|
||||
<div class="funItem">
|
||||
<image class="funIcon" src="/static/images/home/lostAndfound.png" />
|
||||
<div class="funName gray">失物招领</div>
|
||||
</div>
|
||||
|
||||
<div class="funItem">
|
||||
<image class="funIcon" src="/static/images/home/customerService.png" />
|
||||
<image class="funIcon" src="/static/images/home/nocustomerService.svg" />
|
||||
<div class="funName gray">客户服务</div>
|
||||
</div>
|
||||
|
||||
<div class="funItem">
|
||||
<image class="funIcon" src="/static/images/home/serviceHotline.png" />
|
||||
<image class="funIcon" src="/static/images/home/noserviceHotline.svg" />
|
||||
<div class="funName gray">服务热线</div>
|
||||
</div>
|
||||
|
||||
@ -482,10 +481,6 @@ export default {
|
||||
onChooseAvatar(e) {
|
||||
console.log("e", e);
|
||||
this.WXProfile = e.detail.avatarUrl;
|
||||
|
||||
|
||||
|
||||
|
||||
},
|
||||
goRegister() {
|
||||
if (this.user.MEMBERSHIP_NAME) {
|
||||
@ -665,7 +660,7 @@ export default {
|
||||
background: #FFFFFF;
|
||||
border-radius: 8rpx;
|
||||
box-sizing: border-box;
|
||||
padding: 32rpx;
|
||||
padding: 24rpx 32rpx;
|
||||
margin-bottom: 32rpx;
|
||||
|
||||
.userBox {
|
||||
@ -686,16 +681,17 @@ export default {
|
||||
height: 104rpx;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
.avatarBtn{
|
||||
width:100%;
|
||||
height:100%;
|
||||
|
||||
.avatarBtn {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
.headerImg{
|
||||
width:100%;
|
||||
height:100%;
|
||||
|
||||
.headerImg {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.userDetail {
|
||||
|
||||
15
static/images/home/MEMBERBENEFITS.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_11@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-348.000000, -272.000000)">
|
||||
<g id="图标/我的-未选中" transform="translate(348.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
||||
<g id="编组" transform="translate(2.000000, 2.750000)" stroke="#130F05" stroke-width="1.3">
|
||||
<line x1="0" y1="18" x2="20" y2="18" id="路径-18"></line>
|
||||
<path d="M9.9215869,1.28942381 L14.1961669,6.05059529 C14.3958586,6.28434074 14.6699881,6.4188161 14.9547943,6.44758149 C15.244031,6.47679437 15.5442792,6.3969828 15.7887556,6.20140169 L19.2467212,3.43502918 L19.3441708,14.35 L0.65,14.35 L0.65,3.30539305 L5.22341973,6.26348259 C5.48764872,6.43963526 5.79826316,6.4920116 6.08685851,6.43429253 C6.37545386,6.37657346 6.64203013,6.20875898 6.81818279,5.94452998 L9.9215869,1.28942381 Z" id="矩形"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
13
static/images/home/address.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>通用图标/定位_线性_2@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-340.000000, -322.000000)">
|
||||
<g id="编组-16" transform="translate(340.000000, 322.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="12" height="12"></rect>
|
||||
<path d="M6,0.5 C7.1045695,0.5 8.1045695,0.94771525 8.82842712,1.67157288 C9.55228475,2.3954305 10,3.3954305 10,4.5 C10,6.02205627 8.62442185,8.26302226 5.99961926,11.246799 C3.37540248,8.26273606 2,6.02195908 2,4.5 C2,3.3954305 2.44771525,2.3954305 3.17157288,1.67157288 C3.8954305,0.94771525 4.8954305,0.5 6,0.5 Z" id="椭圆形" stroke="#B8B7B4"></path>
|
||||
<path d="M6,6 C6.82842712,6 7.5,5.32842712 7.5,4.5 C7.5,3.67157288 6.82842712,3 6,3 C5.17157288,3 4.5,3.67157288 4.5,4.5 C4.5,5.32842712 5.17157288,6 6,6 Z" id="椭圆形" fill="#B8B7B4"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
15
static/images/home/alipayIcon.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="36px" height="36px" viewBox="0 0 36 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组_5@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-422.000000, -272.000000)">
|
||||
<g id="编组-5" transform="translate(422.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="36" height="36"></rect>
|
||||
<g id="支付宝" transform="translate(2.000000, 2.000000)" fill-rule="nonzero">
|
||||
<rect id="矩形" fill="#000000" opacity="0" x="0" y="0" width="32" height="32"></rect>
|
||||
<path d="M7.200125,18.01675 C6.82240625,18.32075 6.41753125,18.7645625 6.29996875,19.32875 C6.13996875,20.0995625 6.2665625,21.0644062 7.01021875,21.8212812 C7.91109375,22.7388437 9.280125,22.9899687 9.87146875,23.033125 C11.4777188,23.1492812 13.1897188,22.35275 14.480125,21.44425 C14.985875,21.087375 15.8519688,20.3708437 16.6798125,19.2654687 C14.8245,18.3075625 12.5086563,17.2480625 10.0328438,17.3517187 C8.76815625,17.4045937 7.86240625,17.6668437 7.200125,18.01675 L7.200125,18.01675 Z M30.7269688,22.2525312 C31.5457187,20.3304375 32,18.21775 32,16 C32,7.17775 24.8229688,0 16,0 C7.17703125,0 0,7.17775 0,16 C0,24.8229688 7.17703125,32 16,32 C21.3245312,32 26.0465937,29.3836563 28.9572187,25.371125 C26.2073125,24.0041875 21.675125,21.7544375 18.8834687,20.3930312 C17.5512812,21.9116563 15.5819062,23.43375 13.3572187,24.096 C11.9596562,24.5113125 10.6998125,24.6699063 9.38225,24.4006875 C8.07790625,24.1335625 7.11721875,23.5227813 6.55721875,22.9105938 C6.272,22.59825 5.94434375,22.2010312 5.707125,21.7287187 C5.71891362,21.760763 5.73143776,21.7925318 5.7446875,21.824 C5.7446875,21.824 5.60834375,21.588875 5.504,21.214625 C5.44897883,21.0299248 5.41398586,20.8398417 5.399625,20.6476562 C5.38805398,20.512082 5.38596556,20.3758652 5.393375,20.24 C5.3815625,19.9993125 5.3913125,19.7467812 5.4455625,19.488 C5.57634375,18.8556562 5.84625,18.1189375 6.5446875,17.435125 C8.07790625,15.9339062 10.1314687,15.8532187 11.195125,15.8595 C12.7707812,15.8685312 15.508875,16.5579375 17.81425,17.3732187 C18.452875,16.0132188 18.8625937,14.5585938 19.1269687,13.5888437 L9.540875,13.5888437 L9.540875,12.5523437 L14.4633125,12.5523437 L14.4633125,10.4793125 L8.50434375,10.4793125 L8.50434375,9.44278125 L14.4633125,9.44278125 L14.4633125,7.3704375 C14.4633125,7.08590625 14.5196563,6.8521875 14.9815625,6.8521875 L17.3134062,6.8521875 L17.3134062,9.44278125 L23.7913125,9.44278125 L23.7913125,10.4793125 L17.3134062,10.4793125 L17.3134062,12.5523437 L22.4952812,12.5523437 C22.4952812,12.5523437 21.9749687,15.4532187 20.3478125,18.3123437 C23.9589687,19.6020937 29.0393125,21.588875 30.7269688,22.2525312 Z" id="形状" fill="#4191FF"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
16
static/images/home/community.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_6@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-204.000000, -272.000000)">
|
||||
<g id="图标/我的-未选中" transform="translate(204.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
||||
<g id="编组" transform="translate(2.000000, 3.222222)" stroke="#130F05" stroke-width="1.3">
|
||||
<path d="M6.66666667,7.77777778 C8.81444069,7.77777778 10.5555556,6.03666292 10.5555556,3.88888889 C10.5555556,1.74111486 8.81444069,0 6.66666667,0 C4.51889264,0 2.77777778,1.74111486 2.77777778,3.88888889 C2.77777778,6.03666292 4.51889264,7.77777778 6.66666667,7.77777778 Z" id="椭圆形"></path>
|
||||
<path d="M15.5555556,8.33333333 C16.782855,8.33333333 17.7777778,7.33841056 17.7777778,6.11111111 C17.7777778,4.88381167 16.782855,3.88888889 15.5555556,3.88888889 C14.3282561,3.88888889 13.3333333,4.88381167 13.3333333,6.11111111 C13.3333333,7.33841056 14.3282561,8.33333333 15.5555556,8.33333333 Z" id="椭圆形"></path>
|
||||
<path d="M0,14.4444444 C0,12.6034953 1.49238417,11.1111111 3.33333333,11.1111111 L10,11.1111111 C11.8409492,11.1111111 13.3333333,12.6034953 13.3333333,14.4444444 L13.3333333,17.7777778 L0,17.7777778 L0,14.4444444 Z M15.5555556,12.2222222 L17.7777778,12.2222222 C19.0050772,12.2222222 20,13.217145 20,14.4444444 L20,16.6666667 L15.5555556,16.6666667" id="形状"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
19
static/images/home/communityInteraction.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_9备份@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-276.000000, -272.000000)">
|
||||
<g id="编组-2" transform="translate(276.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
||||
<path d="M22,11.75 L22,18.25 L2,18.25 L2,11.75" id="路径" stroke="#090C1A" stroke-width="1.3"></path>
|
||||
<path d="M18.3501269,3.9 L21.7347529,11.0036334 C21.7449552,11.216931 21.720829,11.3883211 21.6430028,11.5080772 L2.65280974,11.6 C2.45375232,11.5226946 2.30693267,11.4310397 2.22910643,11.3112837 L5.33003905,4.10785154 L18.3501269,3.9 Z" id="矩形备份" stroke="#090C1A" stroke-width="1.3"></path>
|
||||
<rect id="矩形" fill="#090C1A" x="5" y="14.25" width="3" height="1.3" rx="0.65"></rect>
|
||||
<rect id="矩形备份-2" fill="#090C1A" x="16" y="14.25" width="3" height="1.3" rx="0.65"></rect>
|
||||
<rect id="矩形备份-3" fill="#090C1A" x="21" y="11" width="3" height="1.3" rx="0.65"></rect>
|
||||
<rect id="矩形备份-4" fill="#090C1A" x="0" y="11" width="3" height="1.3" rx="0.65"></rect>
|
||||
<path d="M6,18.25 L6,20.25 L2,20.25 L2,18.25" id="路径" stroke="#090C1A" stroke-width="1.3"></path>
|
||||
<path d="M22,18.25 L22,20.25 L18,20.25 L18,18.25" id="路径备份" stroke="#090C1A" stroke-width="1.3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
15
static/images/home/complaints.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_9@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-312.000000, -272.000000)">
|
||||
<g id="编组" transform="translate(312.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
||||
<path d="M11.3535125,13.0049427 L12.6535125,13.0049427 L12.6535125,21.0049427 L11.3535125,21.0049427 L11.3535125,13.0049427 Z M14.4035125,15.0049427 L15.7035125,15.0049427 L15.7035125,19.0049427 L14.4035125,19.0049427 L14.4035125,15.0049427 Z M8.30351246,14.5049427 L9.60351246,14.5049427 L9.60351246,19.5049427 L8.30351246,19.5049427 L8.30351246,14.5049427 Z" id="形状结合" fill="#130F05"></path>
|
||||
<path d="M20.5,13.65 L20.6683877,13.6575603 C21.1120644,13.6975919 21.5105616,13.8942665 21.8081475,14.1918525 C22.1429317,14.5266366 22.35,14.9891366 22.35,15.5 L22.35,18.5 C22.35,19.0108634 22.1429317,19.4733634 21.8081475,19.8081475 C21.4733634,20.1429317 21.0108634,20.35 20.5,20.35 L19,20.35 L18.65,14 L20.5,13.65 Z" id="矩形" stroke="#130F05" stroke-width="1.3"></path>
|
||||
<path d="M3.5,13.65 C4.01086339,13.65 4.47336339,13.8570683 4.80814755,14.1918525 C5.1429317,14.5266366 5.35,14.9891366 5.35,15.5 L5.35,18.5 C5.35,19.0108634 5.1429317,19.4733634 4.80814755,19.8081475 C4.47336339,20.1429317 4.01086339,20.35 3.5,20.35 L2,20.35 L1.65,14 Z" id="矩形备份-3" stroke="#130F05" stroke-width="1.3" transform="translate(3.500000, 17.000000) scale(-1, 1) translate(-3.500000, -17.000000) "></path>
|
||||
<path d="M12,3 C16.9705627,3 21,7.02943725 21,12 L21,13 L19.699,13 L19.7,12 C19.7,7.74740743 16.2525926,4.3 12,4.3 C7.74740743,4.3 4.3,7.74740743 4.3,12 L4.299,13 L3,13 L3,12 C3,7.02943725 7.02943725,3 12,3 Z" id="形状结合" fill="#130F05" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
15
static/images/home/customerService.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的发帖_5@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.699999988">
|
||||
<g id="切图汇总" transform="translate(-128.000000, -354.000000)">
|
||||
<g id="图标/我的发帖" transform="translate(128.000000, 354.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="20" height="20"></rect>
|
||||
<g id="编组-55" transform="translate(2.083333, 2.083333)" stroke="#130F05" stroke-width="1.08333333">
|
||||
<path d="M1.8627451,11.1764706 L1.8627451,6.05392157 C1.8627451,2.71029412 4.57303922,0 7.91666667,0 C11.2602941,0 13.9705882,2.71029412 13.9705882,6.05392157 L13.9705882,9.77941176 C13.9705882,12.4729412 12.2112255,14.7557353 9.77941176,15.541348" id="路径"></path>
|
||||
<path d="M7.91666667,15.8333333 C8.56676471,15.8333333 9.19264706,15.7308824 9.77941176,15.541348 L9.77941176,14.4362745 C9.77941176,14.1790831 9.57091692,13.9705882 9.31372549,13.9705882 L6.51960784,13.9705882 C6.26241642,13.9705882 6.05392157,14.1790831 6.05392157,14.4362745 L6.05392157,15.3676471 C6.05392157,15.6248385 6.26241642,15.8333333 6.51960784,15.8333333 L7.91666667,15.8333333 Z M1.8627451,6.51960784 L0.465686275,6.51960784 C0.208494847,6.51960784 0,6.72810269 0,6.98529412 L0,9.77941176 C0,10.0366032 0.208494847,10.245098 0.465686275,10.245098 L1.8627451,10.245098 M13.9705882,6.05392157 L13.9705882,9.77941176 M13.9705882,6.51960784 L15.3676471,6.51960784 C15.6248385,6.51960784 15.8333333,6.72810269 15.8333333,6.98529412 L15.8333333,9.77941176 C15.8333333,10.0366032 15.6248385,10.245098 15.3676471,10.245098 L13.9705882,10.245098 L13.9705882,6.51960784 Z" id="形状"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
@ -1 +1,12 @@
|
||||
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1739779525139" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="17409" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><path d="M875.52 171.1616A496.9984 496.9984 0 0 0 522.7008 25.6a497.152 497.152 0 0 0-352.9216 145.5104 492.6464 492.6464 0 0 0-146.2784 351.4368 492.5952 492.5952 0 0 0 146.2784 351.488 496.9472 496.9472 0 0 0 352.9216 145.5104 496.6912 496.6912 0 0 0 352.8704-145.5104 493.056 493.056 0 0 0 146.2784-351.488A492.288 492.288 0 0 0 875.52 171.1616z" fill="#F24724" p-id="17410"></path><path d="M558.336 558.2848H273.0496a35.6352 35.6352 0 1 1 0-71.3216h499.2a35.6352 35.6352 0 0 1 0 71.3216h-213.9136z" fill="#FFFFFF" p-id="17411"></path></svg>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组_4备份</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-576.000000, -422.000000)">
|
||||
<g id="编组-4备份" transform="translate(576.000000, 422.000000)">
|
||||
<path d="M0,0 L13,0 C14.6568542,-3.04359188e-16 16,1.34314575 16,3 L16,16 L16,16 L3,16 C1.34314575,16 2.02906125e-16,14.6568542 0,13 L0,0 L0,0 Z" id="矩形" fill="#130F05" opacity="0.5"></path>
|
||||
<path d="M4,4 L7.99968571,8 M7.99968571,8 L12,12 M7.99968571,8 L12,4 M7.99968571,8 L4,12" id="形状" stroke="#FFFFFF" stroke-width="1.3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 869 B After Width: | Height: | Size: 881 B |
17
static/images/home/foodIcon.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的发帖_2@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.699999988">
|
||||
<g id="切图汇总" transform="translate(-320.000000, -354.000000)">
|
||||
<g id="编组备份" transform="translate(320.000000, 354.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="20" height="20"></rect>
|
||||
<path d="M10,16.725 C14.0040644,16.725 17.25,13.1544709 17.25,8.75 L18.3333333,8.75 C18.3333333,13.8126102 14.6023729,17.9166667 10,17.9166667 C5.39762709,17.9166667 1.66666667,13.8126102 1.66666667,8.75 L2.75,8.75 C2.75,13.1544709 5.99593556,16.725 10,16.725 Z" id="形状结合" fill="#130F05" fill-rule="nonzero"></path>
|
||||
<polygon id="矩形" fill="#130F05" points="6.66666667 17.0833333 13.3333333 17.0833333 13.3333333 18.125 6.66666667 18.125"></polygon>
|
||||
<polygon id="矩形" fill="#130F05" points="1.66666667 7.66666667 18.3333333 7.66666667 18.3333333 8.75 1.66666667 8.75"></polygon>
|
||||
<path d="M6.25,1.75 C6.54915424,1.75 6.79166667,1.99251243 6.79166667,2.29166667 L6.79166667,3.33333333 C6.79166667,3.90295717 6.62437037,4.32119792 6.28402724,4.83171261 C6.12363843,5.06642458 6.06757274,5.15052313 6.02240177,5.23333657 C5.9754706,5.31937705 5.95833333,5.37446112 5.95833333,5.41666667 L5.95833333,6.25 C5.95833333,6.54915424 5.71582091,6.79166667 5.41666667,6.79166667 C5.11751243,6.79166667 4.875,6.54915424 4.875,6.25 L4.875,5.41666667 C4.875,5.17055376 4.94451862,4.94710104 5.07134823,4.7145801 C5.14336476,4.58254979 5.23052823,4.45180458 5.38263942,4.23078739 C5.61521296,3.88192708 5.70833333,3.64912616 5.70833333,3.33333333 L5.70833333,2.29166667 C5.70833333,1.99251243 5.95084576,1.75 6.25,1.75 Z" id="路径-2" fill="#130F05" fill-rule="nonzero"></path>
|
||||
<path d="M10.4166667,1.75 C10.7158209,1.75 10.9583333,1.99251243 10.9583333,2.29166667 L10.9583333,3.33333333 C10.9583333,3.90295717 10.791037,4.32119792 10.4506939,4.83171261 C10.2903051,5.06642458 10.2342394,5.15052313 10.1890684,5.23333657 C10.1421373,5.31937705 10.125,5.37446112 10.125,5.41666667 L10.125,6.25 C10.125,6.54915424 9.88248757,6.79166667 9.58333333,6.79166667 C9.28417909,6.79166667 9.04166667,6.54915424 9.04166667,6.25 L9.04166667,5.41666667 C9.04166667,5.17055376 9.11118529,4.94710104 9.2380149,4.7145801 C9.31003143,4.58254979 9.3971949,4.45180458 9.54930609,4.23078739 C9.78187963,3.88192708 9.875,3.64912616 9.875,3.33333333 L9.875,2.29166667 C9.875,1.99251243 10.1175124,1.75 10.4166667,1.75 Z" id="路径-2备份" fill="#130F05" fill-rule="nonzero"></path>
|
||||
<path d="M14.5833333,1.75 C14.8824876,1.75 15.125,1.99251243 15.125,2.29166667 L15.125,3.33333333 C15.125,3.90295717 14.9577037,4.32119792 14.6173606,4.83171261 C14.4569718,5.06642458 14.4009061,5.15052313 14.3557351,5.23333657 C14.3088039,5.31937705 14.2916667,5.37446112 14.2916667,5.41666667 L14.2916667,6.25 C14.2916667,6.54915424 14.0491542,6.79166667 13.75,6.79166667 C13.4508458,6.79166667 13.2083333,6.54915424 13.2083333,6.25 L13.2083333,5.41666667 C13.2083333,5.17055376 13.277852,4.94710104 13.4046816,4.7145801 C13.4766981,4.58254979 13.5638616,4.45180458 13.7159728,4.23078739 C13.9485463,3.88192708 14.0416667,3.64912616 14.0416667,3.33333333 L14.0416667,2.29166667 C14.0416667,1.99251243 14.2841791,1.75 14.5833333,1.75 Z" id="路径-2备份-2" fill="#130F05" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.6 KiB |
12
static/images/home/iLike.svg
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/关注_2@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.600000024">
|
||||
<g id="切图汇总" transform="translate(-32.000000, -354.000000)">
|
||||
<g id="图标/关注" transform="translate(32.000000, 354.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="20" height="20"></rect>
|
||||
<path d="M16.9034919,3.9560886 C18.7756921,5.86093948 18.8142186,8.94198222 16.9902574,10.8949151 L16.9034919,10.9849129 L10.8627527,17.1362591 C10.3862779,17.621247 9.6137221,17.621247 9.13724733,17.1362591 L3.09650805,10.9854129 L3.00974259,10.8949151 C1.18578144,8.94198222 1.22430786,5.86093948 3.09650805,3.9560886 C5.00289733,2.01463713 8.09361072,2.01463713 10,3.9560886 C11.9063893,2.01463713 14.9971027,2.01463713 16.9034919,3.9560886 Z" id="路径" stroke="#130F05" stroke-width="1.08333333"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
13
static/images/home/lostAndfound.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_12@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-384.000000, -272.000000)">
|
||||
<g id="图标/我的-未选中" transform="translate(384.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
||||
<path d="M4.68916667,9.3125 L19.4775,9.3125 C19.7660688,9.3125 20,9.54643122 20,9.835 L20,20.4775 C20,20.7660688 19.7660688,21 19.4775,21 L4.68916667,21 C4.40059788,21 4.16666667,20.7660688 4.16666667,20.4775 L4.16666667,9.835 C4.16666667,9.54643122 4.40059788,9.3125 4.68916667,9.3125 Z" id="矩形" stroke="#130F05" stroke-width="1.3"></path>
|
||||
<path d="M2.58333333,4.53125 C2.58333333,4.23784873 2.81962749,4 3.11111111,4 L21.0555556,4 C21.3470392,4 21.5833333,4.23784873 21.5833333,4.53125 L21.5833333,8.78125 C21.5833333,9.07465127 21.3470392,9.3125 21.0555556,9.3125 L3.11111111,9.3125 C2.81962749,9.3125 2.58333333,9.07465127 2.58333333,8.78125 L2.58333333,4.53125 Z M9.44444444,14.09375 L14.7222222,14.09375" id="形状" stroke="#130F05" stroke-width="1.3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
16
static/images/home/noCommunity.svg
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_6@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-204.000000, -272.000000)">
|
||||
<g id="图标/我的-未选中" transform="translate(204.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="24" height="24" ></rect>
|
||||
<g id="编组" transform="translate(2.000000, 3.222222)" stroke="#B8B7B4" stroke-width="1.3">
|
||||
<path d="M6.66666667,7.77777778 C8.81444069,7.77777778 10.5555556,6.03666292 10.5555556,3.88888889 C10.5555556,1.74111486 8.81444069,0 6.66666667,0 C4.51889264,0 2.77777778,1.74111486 2.77777778,3.88888889 C2.77777778,6.03666292 4.51889264,7.77777778 6.66666667,7.77777778 Z" id="椭圆形" fill="#B8B7B4" stroke="#B8B7B4"></path>
|
||||
<path d="M15.5555556,8.33333333 C16.782855,8.33333333 17.7777778,7.33841056 17.7777778,6.11111111 C17.7777778,4.88381167 16.782855,3.88888889 15.5555556,3.88888889 C14.3282561,3.88888889 13.3333333,4.88381167 13.3333333,6.11111111 C13.3333333,7.33841056 14.3282561,8.33333333 15.5555556,8.33333333 Z" id="椭圆形" fill="#B8B7B4" stroke="#B8B7B4"></path>
|
||||
<path d="M0,14.4444444 C0,12.6034953 1.49238417,11.1111111 3.33333333,11.1111111 L10,11.1111111 C11.8409492,11.1111111 13.3333333,12.6034953 13.3333333,14.4444444 L13.3333333,17.7777778 L0,17.7777778 L0,14.4444444 Z M15.5555556,12.2222222 L17.7777778,12.2222222 C19.0050772,12.2222222 20,13.217145 20,14.4444444 L20,16.6666667 L15.5555556,16.6666667" id="形状" fill="#B8B7B4" stroke="#B8B7B4"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
19
static/images/home/noCommunityInteraction.svg
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_9备份@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-276.000000, -272.000000)">
|
||||
<g id="编组-2" transform="translate(276.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
||||
<path d="M22,11.75 L22,18.25 L2,18.25 L2,11.75" id="路径" stroke="#B8B7B4" stroke-width="1.3"></path>
|
||||
<path d="M18.3501269,3.9 L21.7347529,11.0036334 C21.7449552,11.216931 21.720829,11.3883211 21.6430028,11.5080772 L2.65280974,11.6 C2.45375232,11.5226946 2.30693267,11.4310397 2.22910643,11.3112837 L5.33003905,4.10785154 L18.3501269,3.9 Z" id="矩形备份" stroke="#B8B7B4" stroke-width="1.3"></path>
|
||||
<rect id="矩形" fill="#B8B7B4" x="5" y="14.25" width="3" height="1.3" rx="0.65"></rect>
|
||||
<rect id="矩形备份-2" fill="#B8B7B4" x="16" y="14.25" width="3" height="1.3" rx="0.65"></rect>
|
||||
<rect id="矩形备份-3" fill="#B8B7B4" x="21" y="11" width="3" height="1.3" rx="0.65"></rect>
|
||||
<rect id="矩形备份-4" fill="#B8B7B4" x="0" y="11" width="3" height="1.3" rx="0.65"></rect>
|
||||
<path d="M6,18.25 L6,20.25 L2,20.25 L2,18.25" id="路径" stroke="#B8B7B4" stroke-width="1.3"></path>
|
||||
<path d="M22,18.25 L22,20.25 L18,20.25 L18,18.25" id="路径备份" stroke="#B8B7B4" stroke-width="1.3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
15
static/images/home/noComplaints.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_9@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-312.000000, -272.000000)">
|
||||
<g id="编组" transform="translate(312.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
||||
<path d="M11.3535125,13.0049427 L12.6535125,13.0049427 L12.6535125,21.0049427 L11.3535125,21.0049427 L11.3535125,13.0049427 Z M14.4035125,15.0049427 L15.7035125,15.0049427 L15.7035125,19.0049427 L14.4035125,19.0049427 L14.4035125,15.0049427 Z M8.30351246,14.5049427 L9.60351246,14.5049427 L9.60351246,19.5049427 L8.30351246,19.5049427 L8.30351246,14.5049427 Z" id="形状结合" fill="#B8B7B4"></path>
|
||||
<path d="M20.5,13.65 L20.6683877,13.6575603 C21.1120644,13.6975919 21.5105616,13.8942665 21.8081475,14.1918525 C22.1429317,14.5266366 22.35,14.9891366 22.35,15.5 L22.35,18.5 C22.35,19.0108634 22.1429317,19.4733634 21.8081475,19.8081475 C21.4733634,20.1429317 21.0108634,20.35 20.5,20.35 L19,20.35 L18.65,14 L20.5,13.65 Z" id="矩形" stroke="#B8B7B4" stroke-width="1.3"></path>
|
||||
<path d="M3.5,13.65 C4.01086339,13.65 4.47336339,13.8570683 4.80814755,14.1918525 C5.1429317,14.5266366 5.35,14.9891366 5.35,15.5 L5.35,18.5 C5.35,19.0108634 5.1429317,19.4733634 4.80814755,19.8081475 C4.47336339,20.1429317 4.01086339,20.35 3.5,20.35 L2,20.35 L1.65,14 Z" id="矩形备份-3" stroke="#B8B7B4" stroke-width="1.3" transform="translate(3.500000, 17.000000) scale(-1, 1) translate(-3.500000, -17.000000) "></path>
|
||||
<path d="M12,3 C16.9705627,3 21,7.02943725 21,12 L21,13 L19.699,13 L19.7,12 C19.7,7.74740743 16.2525926,4.3 12,4.3 C7.74740743,4.3 4.3,7.74740743 4.3,12 L4.299,13 L3,13 L3,12 C3,7.02943725 7.02943725,3 12,3 Z" id="形状结合" fill="#B8B7B4" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
15
static/images/home/noMEMBERBENEFITS.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_11@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-348.000000, -272.000000)">
|
||||
<g id="图标/我的-未选中" transform="translate(348.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
||||
<g id="编组" transform="translate(2.000000, 2.750000)" stroke="#B8B7B4" stroke-width="1.3">
|
||||
<line x1="0" y1="18" x2="20" y2="18" id="路径-18"></line>
|
||||
<path d="M9.9215869,1.28942381 L14.1961669,6.05059529 C14.3958586,6.28434074 14.6699881,6.4188161 14.9547943,6.44758149 C15.244031,6.47679437 15.5442792,6.3969828 15.7887556,6.20140169 L19.2467212,3.43502918 L19.3441708,14.35 L0.65,14.35 L0.65,3.30539305 L5.22341973,6.26348259 C5.48764872,6.43963526 5.79826316,6.4920116 6.08685851,6.43429253 C6.37545386,6.37657346 6.64203013,6.20875898 6.81818279,5.94452998 L9.9215869,1.28942381 Z" id="矩形" stroke="#B8B7B4" ></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
17
static/images/home/noOneClickRescue.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_7@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-240.000000, -272.000000)">
|
||||
<g id="图标/我的-未选中" transform="translate(240.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
||||
<g id="编组" transform="translate(2.500000, 2.000000)">
|
||||
<path d="M12.9671275,0.65 L16.7071275,19.35 L2.29287254,19.35 L6.03287254,0.65 L12.9671275,0.65 Z" id="矩形" stroke="#B8B7B4" stroke-width="1.3"></path>
|
||||
<rect id="矩形" fill="#B8B7B4" x="4.5" y="6" width="10" height="1.3"></rect>
|
||||
<rect id="矩形备份" fill="#B8B7B4" x="3.5" y="13" width="12" height="1.3"></rect>
|
||||
<polygon id="矩形备份-2" fill="#B8B7B4" points="0 18.7 19 18.7 19 20 0 20"></polygon>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
18
static/images/home/noScanCodeToCharge.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_4@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-132.000000, -272.000000)">
|
||||
<g id="编组" transform="translate(132.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
||||
<path d="M3.3,14.999 L3.3,20.7 L7,20.7 L7,22 L3,22 C2.44771525,22 2,21.5522847 2,21 L2,14.999 L3.3,14.999 Z M22,14.999 L22,21 C22,21.5522847 21.5522847,22 21,22 L17,22 L17,20.7 L20.7,20.7 L20.7,14.999 L22,14.999 Z M7,2 L7,3.3 L3.3,3.3 L3.3,6.999 L2,6.999 L2,3 C2,2.44771525 2.44771525,2 3,2 L7,2 Z M21,2 C21.5522847,2 22,2.44771525 22,3 L22,6.999 L20.7,6.999 L20.7,3.3 L17,3.3 L17,2 L21,2 Z" id="形状结合" fill="#B8B7B4" fill-rule="nonzero"></path>
|
||||
<rect id="矩形" stroke="#B8B7B4" stroke-width="1.3" x="6.65" y="6.65" width="3.7" height="3.7"></rect>
|
||||
<rect id="矩形备份-3" stroke="#B8B7B4" stroke-width="1.3" x="13.65" y="6.65" width="3.7" height="3.7"></rect>
|
||||
<rect id="矩形备份-4" stroke="#B8B7B4" stroke-width="1.3" x="6.65" y="13.65" width="3.7" height="3.7"></rect>
|
||||
<polygon id="矩形" fill="#B8B7B4" points="13 13 14.3 13 14.3 18 13 18"></polygon>
|
||||
<polygon id="矩形备份-5" fill="#B8B7B4" points="15 13 16.3 13 16.3 18 15 18"></polygon>
|
||||
<polygon id="矩形备份-6" fill="#B8B7B4" points="17 13 18.3 13 18.3 18 17 18"></polygon>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
15
static/images/home/noTravel.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_5@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-168.000000, -272.000000)">
|
||||
<g id="编组-2" transform="translate(168.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
||||
<g id="编组" transform="translate(3.000000, 2.000000)" stroke="#B8B7B4" stroke-width="1.3">
|
||||
<polyline id="路径-3" points="-1.08413278e-13 6.25 -1.08413278e-13 19.25 6 16.25 12 19.25 18 17.25 18 3.25" stroke="#B8B7B4"></polyline>
|
||||
<path d="M9,0.65 C10.4773617,0.65 11.8148617,1.24881915 12.7830213,2.21697872 C13.7511809,3.18513829 14.35,4.52263829 14.35,6 C14.35,8.02581447 12.5006803,10.7109368 8.9997622,14.0997706 C5.49908453,10.7105953 3.65,8.02568566 3.65,6 C3.65,4.52263829 4.24881915,3.18513829 5.21697872,2.21697872 C6.18513829,1.24881915 7.52263829,0.65 9,0.65 Z" id="椭圆形" fill="#B8B7B4" stroke="#B8B7B4"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
15
static/images/home/nocustomerService.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的发帖_5@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.699999988">
|
||||
<g id="切图汇总" transform="translate(-128.000000, -354.000000)">
|
||||
<g id="图标/我的发帖" transform="translate(128.000000, 354.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="20" height="20"></rect>
|
||||
<g id="编组-55" transform="translate(2.083333, 2.083333)" stroke="#B8B7B4" stroke-width="1.08333333">
|
||||
<path d="M1.8627451,11.1764706 L1.8627451,6.05392157 C1.8627451,2.71029412 4.57303922,0 7.91666667,0 C11.2602941,0 13.9705882,2.71029412 13.9705882,6.05392157 L13.9705882,9.77941176 C13.9705882,12.4729412 12.2112255,14.7557353 9.77941176,15.541348" id="路径"></path>
|
||||
<path d="M7.91666667,15.8333333 C8.56676471,15.8333333 9.19264706,15.7308824 9.77941176,15.541348 L9.77941176,14.4362745 C9.77941176,14.1790831 9.57091692,13.9705882 9.31372549,13.9705882 L6.51960784,13.9705882 C6.26241642,13.9705882 6.05392157,14.1790831 6.05392157,14.4362745 L6.05392157,15.3676471 C6.05392157,15.6248385 6.26241642,15.8333333 6.51960784,15.8333333 L7.91666667,15.8333333 Z M1.8627451,6.51960784 L0.465686275,6.51960784 C0.208494847,6.51960784 0,6.72810269 0,6.98529412 L0,9.77941176 C0,10.0366032 0.208494847,10.245098 0.465686275,10.245098 L1.8627451,10.245098 M13.9705882,6.05392157 L13.9705882,9.77941176 M13.9705882,6.51960784 L15.3676471,6.51960784 C15.6248385,6.51960784 15.8333333,6.72810269 15.8333333,6.98529412 L15.8333333,9.77941176 C15.8333333,10.0366032 15.6248385,10.245098 15.3676471,10.245098 L13.9705882,10.245098 L13.9705882,6.51960784 Z" id="形状"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
12
static/images/home/noiLike.svg
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/关注_2@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.600000024">
|
||||
<g id="切图汇总" transform="translate(-32.000000, -354.000000)">
|
||||
<g id="图标/关注" transform="translate(32.000000, 354.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="20" height="20"></rect>
|
||||
<path d="M16.9034919,3.9560886 C18.7756921,5.86093948 18.8142186,8.94198222 16.9902574,10.8949151 L16.9034919,10.9849129 L10.8627527,17.1362591 C10.3862779,17.621247 9.6137221,17.621247 9.13724733,17.1362591 L3.09650805,10.9854129 L3.00974259,10.8949151 C1.18578144,8.94198222 1.22430786,5.86093948 3.09650805,3.9560886 C5.00289733,2.01463713 8.09361072,2.01463713 10,3.9560886 C11.9063893,2.01463713 14.9971027,2.01463713 16.9034919,3.9560886 Z" id="路径" stroke="#B8B7B4" stroke-width="1.08333333"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
13
static/images/home/nolostAndfound.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_12@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-384.000000, -272.000000)">
|
||||
<g id="图标/我的-未选中" transform="translate(384.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
||||
<path d="M4.68916667,9.3125 L19.4775,9.3125 C19.7660688,9.3125 20,9.54643122 20,9.835 L20,20.4775 C20,20.7660688 19.7660688,21 19.4775,21 L4.68916667,21 C4.40059788,21 4.16666667,20.7660688 4.16666667,20.4775 L4.16666667,9.835 C4.16666667,9.54643122 4.40059788,9.3125 4.68916667,9.3125 Z" id="矩形" stroke="#B8B7B4" stroke-width="1.3"></path>
|
||||
<path d="M2.58333333,4.53125 C2.58333333,4.23784873 2.81962749,4 3.11111111,4 L21.0555556,4 C21.3470392,4 21.5833333,4.23784873 21.5833333,4.53125 L21.5833333,8.78125 C21.5833333,9.07465127 21.3470392,9.3125 21.0555556,9.3125 L3.11111111,9.3125 C2.81962749,9.3125 2.58333333,9.07465127 2.58333333,8.78125 L2.58333333,4.53125 Z M9.44444444,14.09375 L14.7222222,14.09375" id="形状" stroke="#B8B7B4" stroke-width="1.3"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
12
static/images/home/noserviceHotline.svg
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的发帖_3@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.699999988">
|
||||
<g id="切图汇总" transform="translate(-192.000000, -354.000000)">
|
||||
<g id="编组" transform="translate(192.000000, 354.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="20" height="20"></rect>
|
||||
<path d="M2.1546125,14.8932788 C1.97428305,14.7128949 1.97428305,14.4204925 2.1546125,14.2401086 L4.76775516,11.6269659 C4.94813908,11.4466365 5.24054142,11.4466365 5.42092534,11.6269659 L7.70748291,13.9135235 C7.70748291,13.9135235 9.34040837,13.2603533 11.3003808,11.3003808 C13.2603533,9.34040837 13.9135235,7.70748291 13.9135235,7.70748291 L11.6269659,5.42092534 C11.4466365,5.24054142 11.4466365,4.94813908 11.6269659,4.76775516 L14.2401086,2.1546125 C14.4204925,1.97428305 14.7128949,1.97428305 14.8932788,2.1546125 L17.669483,4.93081674 C17.669483,4.93081674 19.1398088,8.36065309 13.75,13.75 C8.36065309,19.1398088 4.93081674,17.669483 4.93081674,17.669483 L2.1546125,14.8932788 Z" id="路径" stroke="#B8B7B4" stroke-width="1.08333333"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
17
static/images/home/oneClickRescue.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_7@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-240.000000, -272.000000)">
|
||||
<g id="图标/我的-未选中" transform="translate(240.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
||||
<g id="编组" transform="translate(2.500000, 2.000000)">
|
||||
<path d="M12.9671275,0.65 L16.7071275,19.35 L2.29287254,19.35 L6.03287254,0.65 L12.9671275,0.65 Z" id="矩形" stroke="#130F05" stroke-width="1.3"></path>
|
||||
<rect id="矩形" fill="#130F05" x="4.5" y="6" width="10" height="1.3"></rect>
|
||||
<rect id="矩形备份" fill="#130F05" x="3.5" y="13" width="12" height="1.3"></rect>
|
||||
<polygon id="矩形备份-2" fill="#130F05" points="0 18.7 19 18.7 19 20 0 20"></polygon>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
17
static/images/home/order.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="36px" height="36px" viewBox="0 0 36 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中备份_2@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-32.000000, -266.000000)">
|
||||
<g id="编组备份" transform="translate(32.000000, 266.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="36" height="36"></rect>
|
||||
<path d="M18,30.105 C25.207316,30.105 31.05,23.6780476 31.05,15.75 L33,15.75 C33,24.8626984 26.2842712,32.25 18,32.25 C9.71572875,32.25 3,24.8626984 3,15.75 L4.95,15.75 C4.95,23.6780476 10.792684,30.105 18,30.105 Z" id="形状结合" fill="#130F05" fill-rule="nonzero"></path>
|
||||
<polygon id="矩形" fill="#130F05" points="12 30.75 24 30.75 24 32.625 12 32.625"></polygon>
|
||||
<polygon id="矩形" fill="#130F05" points="3 13.8 33 13.8 33 15.75 3 15.75"></polygon>
|
||||
<path d="M11.25,3.15 C11.7884776,3.15 12.225,3.58652237 12.225,4.125 L12.225,6 C12.225,7.02532291 11.9238667,7.77815625 11.311249,8.69708269 C11.0225492,9.11956425 10.9216309,9.27094163 10.8403232,9.42000583 C10.7558471,9.57487868 10.725,9.67403001 10.725,9.75 L10.725,11.25 C10.725,11.7884776 10.2884776,12.225 9.75,12.225 C9.21152237,12.225 8.775,11.7884776 8.775,11.25 L8.775,9.75 C8.775,9.30699677 8.90013352,8.90478188 9.12842682,8.48624417 C9.25805657,8.24858962 9.41495082,8.01324825 9.68875096,7.61541731 C10.1073833,6.98746875 10.275,6.56842709 10.275,6 L10.275,4.125 C10.275,3.58652237 10.7115224,3.15 11.25,3.15 Z" id="路径-2" fill="#130F05" fill-rule="nonzero"></path>
|
||||
<path d="M18.75,3.15 C19.2884776,3.15 19.725,3.58652237 19.725,4.125 L19.725,6 C19.725,7.02532291 19.4238667,7.77815625 18.811249,8.69708269 C18.5225492,9.11956425 18.4216309,9.27094163 18.3403232,9.42000583 C18.2558471,9.57487868 18.225,9.67403001 18.225,9.75 L18.225,11.25 C18.225,11.7884776 17.7884776,12.225 17.25,12.225 C16.7115224,12.225 16.275,11.7884776 16.275,11.25 L16.275,9.75 C16.275,9.30699677 16.4001335,8.90478188 16.6284268,8.48624417 C16.7580566,8.24858962 16.9149508,8.01324825 17.188751,7.61541731 C17.6073833,6.98746875 17.775,6.56842709 17.775,6 L17.775,4.125 C17.775,3.58652237 18.2115224,3.15 18.75,3.15 Z" id="路径-2备份" fill="#130F05" fill-rule="nonzero"></path>
|
||||
<path d="M26.25,3.15 C26.7884776,3.15 27.225,3.58652237 27.225,4.125 L27.225,6 C27.225,7.02532291 26.9238667,7.77815625 26.311249,8.69708269 C26.0225492,9.11956425 25.9216309,9.27094163 25.8403232,9.42000583 C25.7558471,9.57487868 25.725,9.67403001 25.725,9.75 L25.725,11.25 C25.725,11.7884776 25.2884776,12.225 24.75,12.225 C24.2115224,12.225 23.775,11.7884776 23.775,11.25 L23.775,9.75 C23.775,9.30699677 23.9001335,8.90478188 24.1284268,8.48624417 C24.2580566,8.24858962 24.4149508,8.01324825 24.688751,7.61541731 C25.1073833,6.98746875 25.275,6.56842709 25.275,6 L25.275,4.125 C25.275,3.58652237 25.7115224,3.15 26.25,3.15 Z" id="路径-2备份-2" fill="#130F05" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 101 KiB |
18
static/images/home/scanCodeToCharge.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_4@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-132.000000, -272.000000)">
|
||||
<g id="编组" transform="translate(132.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
||||
<path d="M3.3,14.999 L3.3,20.7 L7,20.7 L7,22 L3,22 C2.44771525,22 2,21.5522847 2,21 L2,14.999 L3.3,14.999 Z M22,14.999 L22,21 C22,21.5522847 21.5522847,22 21,22 L17,22 L17,20.7 L20.7,20.7 L20.7,14.999 L22,14.999 Z M7,2 L7,3.3 L3.3,3.3 L3.3,6.999 L2,6.999 L2,3 C2,2.44771525 2.44771525,2 3,2 L7,2 Z M21,2 C21.5522847,2 22,2.44771525 22,3 L22,6.999 L20.7,6.999 L20.7,3.3 L17,3.3 L17,2 L21,2 Z" id="形状结合" fill="#130F05" fill-rule="nonzero"></path>
|
||||
<rect id="矩形" stroke="#090C1A" stroke-width="1.3" x="6.65" y="6.65" width="3.7" height="3.7"></rect>
|
||||
<rect id="矩形备份-3" stroke="#090C1A" stroke-width="1.3" x="13.65" y="6.65" width="3.7" height="3.7"></rect>
|
||||
<rect id="矩形备份-4" stroke="#090C1A" stroke-width="1.3" x="6.65" y="13.65" width="3.7" height="3.7"></rect>
|
||||
<polygon id="矩形" fill="#130F05" points="13 13 14.3 13 14.3 18 13 18"></polygon>
|
||||
<polygon id="矩形备份-5" fill="#130F05" points="15 13 16.3 13 16.3 18 15 18"></polygon>
|
||||
<polygon id="矩形备份-6" fill="#130F05" points="17 13 18.3 13 18.3 18 17 18"></polygon>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
12
static/images/home/serviceHotline.svg
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的发帖_3@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" opacity="0.699999988">
|
||||
<g id="切图汇总" transform="translate(-192.000000, -354.000000)">
|
||||
<g id="编组" transform="translate(192.000000, 354.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="20" height="20"></rect>
|
||||
<path d="M2.1546125,14.8932788 C1.97428305,14.7128949 1.97428305,14.4204925 2.1546125,14.2401086 L4.76775516,11.6269659 C4.94813908,11.4466365 5.24054142,11.4466365 5.42092534,11.6269659 L7.70748291,13.9135235 C7.70748291,13.9135235 9.34040837,13.2603533 11.3003808,11.3003808 C13.2603533,9.34040837 13.9135235,7.70748291 13.9135235,7.70748291 L11.6269659,5.42092534 C11.4466365,5.24054142 11.4466365,4.94813908 11.6269659,4.76775516 L14.2401086,2.1546125 C14.4204925,1.97428305 14.7128949,1.97428305 14.8932788,2.1546125 L17.669483,4.93081674 C17.669483,4.93081674 19.1398088,8.36065309 13.75,13.75 C8.36065309,19.1398088 4.93081674,17.669483 4.93081674,17.669483 L2.1546125,14.8932788 Z" id="路径" stroke="#130F05" stroke-width="1.08333333"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
24
static/images/home/store.svg
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="36px" height="36px" viewBox="0 0 36 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_10@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-84.000000, -266.000000)">
|
||||
<g id="编组-5" transform="translate(32.000000, 266.000000)">
|
||||
<g id="图标/我的-未选中" transform="translate(52.000000, 0.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="36" height="36"></rect>
|
||||
<g id="编组-2" transform="translate(3.000000, 5.550000)">
|
||||
<polygon id="矩形" fill="#130F05" points="-1.29896094e-13 24 30 24 30 25.95 -1.29896094e-13 25.95"></polygon>
|
||||
<polygon id="矩形" fill="#130F05" points="2.175 13.5 4.125 13.5 4.125 25.5 2.175 25.5"></polygon>
|
||||
<polygon id="矩形备份" fill="#130F05" points="25.8 13.5 27.75 13.5 27.75 25.5 25.8 25.5"></polygon>
|
||||
<polyline id="路径" stroke="#130F05" stroke-width="1.95" points="12 25.5 12 16.5 18 16.5 18 25.5"></polyline>
|
||||
<path d="M1.5,8.25 L3.65811388,1.02565835 C3.86228495,0.413145142 4.43549322,0 5.08113883,0 L24.9188612,0 C25.5645068,0 26.137715,0.413145142 26.3418861,1.02565835 L28.5,8.25" id="路径" stroke="#130F05" stroke-width="1.95" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
<path d="M21.75,8.25 C21.75,9.90685425 23.261039,11.25 25.125,11.25 C26.988961,11.25 28.5,9.90685425 28.5,8.25" id="路径" stroke="#130F05" stroke-width="1.95" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
<path d="M15,8.25 C15,9.90685425 16.511039,11.25 18.375,11.25 C20.238961,11.25 21.75,9.90685425 21.75,8.25" id="路径备份" stroke="#130F05" stroke-width="1.95" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
<path d="M8.25,8.25 C8.25,9.90685425 9.76103897,11.25 11.625,11.25 C13.488961,11.25 15,9.90685425 15,8.25" id="路径备份-2" stroke="#130F05" stroke-width="1.95" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
<path d="M1.5,8.25 C1.5,9.90685425 3.01103897,11.25 4.875,11.25 C6.73896103,11.25 8.25,9.90685425 8.25,8.25" id="路径备份-3" stroke="#130F05" stroke-width="1.95" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
15
static/images/home/travel.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>图标/我的_未选中_5@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-168.000000, -272.000000)">
|
||||
<g id="编组-2" transform="translate(168.000000, 272.000000)">
|
||||
<rect id="矩形" x="0" y="0" width="24" height="24"></rect>
|
||||
<g id="编组" transform="translate(3.000000, 2.000000)" stroke="#130F05" stroke-width="1.3">
|
||||
<polyline id="路径-3" points="-1.08413278e-13 6.25 -1.08413278e-13 19.25 6 16.25 12 19.25 18 17.25 18 3.25"></polyline>
|
||||
<path d="M9,0.65 C10.4773617,0.65 11.8148617,1.24881915 12.7830213,2.21697872 C13.7511809,3.18513829 14.35,4.52263829 14.35,6 C14.35,8.02581447 12.5006803,10.7109368 8.9997622,14.0997706 C5.49908453,10.7105953 3.65,8.02568566 3.65,6 C3.65,4.52263829 4.24881915,3.18513829 5.21697872,2.21697872 C6.18513829,1.24881915 7.52263829,0.65 9,0.65 Z" id="椭圆形"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
12
static/images/home/wxPay.svg
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="36px" height="36px" viewBox="0 0 36 36" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>微信支付@2x</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="切图汇总" transform="translate(-478.000000, -272.000000)" fill-rule="nonzero">
|
||||
<g id="微信支付" transform="translate(478.000000, 272.000000)">
|
||||
<rect id="矩形" fill="#000000" opacity="0" x="0" y="0" width="36" height="36"></rect>
|
||||
<path d="M14.2210898,21.1241953 C14.0746102,21.1986136 13.9126434,21.2374341 13.7483437,21.2375039 C13.3546992,21.2375039 13.0123477,21.0205898 12.8326992,20.7003516 L12.763793,20.5493203 L9.89627344,14.2572656 C9.86533594,14.1885703 9.84596484,14.1114727 9.84596484,14.0363086 C9.84596484,13.7461992 10.0810195,13.5109336 10.3711289,13.5109336 C10.4889727,13.5109336 10.5976055,13.5498867 10.6854961,13.615207 L14.0690391,16.0241836 C14.3244772,16.1919813 14.6234798,16.2812641 14.9291016,16.281 C15.1189805,16.281 15.2994375,16.2457734 15.4679766,16.1842852 L31.3812773,9.10170703 C28.5291914,5.74013672 23.8312266,3.54294141 18.5149687,3.54294141 C9.81558984,3.54294141 2.76373828,9.41958984 2.76373828,16.6689492 C2.76373828,20.6244141 4.88555859,24.1845117 8.20624219,26.5905352 C8.47279687,26.7805547 8.64699609,27.0930234 8.64699609,27.4457109 C8.64699609,27.5621836 8.62196484,27.6693047 8.59180078,27.7802578 C8.32658203,28.7699062 7.90185937,30.3537656 7.88206641,30.4280156 C7.84901953,30.5521172 7.79712891,30.6818437 7.79712891,30.8118516 C7.79712891,31.10175 8.03239453,31.3368398 8.32250391,31.3368398 C8.43679687,31.3368398 8.52957422,31.294582 8.62590234,31.2391055 L12.0742383,29.2485586 C12.3335859,29.0985469 12.6082266,29.0059805 12.9106055,29.0059805 C13.0715508,29.0059805 13.2271172,29.0306953 13.3737539,29.0755195 C14.9823633,29.5381758 16.717957,29.7953789 18.5150039,29.7953789 C27.2140312,29.7953789 34.2664805,23.9185898 34.2664805,16.6690195 C34.2664805,14.4734414 33.6160195,12.4054453 32.4723516,10.5866367 L14.3359453,21.0578203 L14.2210898,21.1241953 L14.2210898,21.1241953 Z" id="路径" fill="#00C800"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
6
unpackage/dist/build/app-plus/app-service.js
vendored
2
unpackage/dist/build/app-plus/app-view.js
vendored
2
unpackage/dist/build/app-plus/manifest.json
vendored
@ -1 +1 @@
|
||||
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__F870657","name":"皖美驿站","version":{"name":"1.0.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Maps":{"coordType":"gcj02"},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"nvue":{"user-agent":"user-agent"},"icons":{"android":{"hdpi":"C:/Users/yskj03/Desktop/wanmeiyizhanLogo.png","xhdpi":"C:/Users/yskj03/Desktop/wanmeiyizhanLogo.png","xxhdpi":"C:/Users/yskj03/Desktop/wanmeiyizhanLogo.png","xxxhdpi":"C:/Users/yskj03/Desktop/wanmeiyizhanLogo.png"},"ios":{"appstore":""}},"google":{"permissions":["<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-feature android:name=\"android.hardware.camera\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>"]},"apple":{"dSYMs":false,"info":{"NSLocationWhenInUseUsageDescription":"我们需要获取您的位置信息,提供更精准的服务。","NSLocationAlwaysUsageDescription":"我们需要获取您的位置信息,以便提供更全面的服务。"}},"plugins":{"ad":{},"oauth":{},"maps":{"amap":{"name":"amap_18158132615AICJ55IM2","appkey_ios":"78e8b8340770d439c5415a6d897b68a7","appkey_android":"d773aa156f8ca2160cfb06d5f117dacd"}},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"safearea":{"background":"#fff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"4.36","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#130F05","backgroundColor":"#fff","selectedColor":"#130F05","borderStyle":"rgba(0,0,0,0.4)","list":[{"text":"首页","pagePath":"pages/home/index","iconPath":"static/tabs/home.png","selectedIconPath":"static/tabs/home-active.png"},{"text":"出行导航","pagePath":"pages/travelNavigation/index","iconPath":"static/tabs/travel.png","selectedIconPath":"static/tabs/travel_active.png"},{"text":"精选活动","pagePath":"pages/discovery/index","iconPath":"static/tabs/discovery.png","selectedIconPath":"static/tabs/discovery-active.png"},{"text":"我的","pagePath":"pages/userCenter/index","iconPath":"static/tabs/user.png","selectedIconPath":"static/tabs/user-active.png"}],"height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html"}}
|
||||
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__F870657","name":"皖美驿站","version":{"name":"1.0.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"Maps":{"coordType":"gcj02"},"Payment":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"nvue":{"user-agent":"user-agent"},"icons":{"android":{"hdpi":"C:/Users/yskj03/Desktop/wanmeiyizhanLogo.png","xhdpi":"C:/Users/yskj03/Desktop/wanmeiyizhanLogo.png","xxhdpi":"C:/Users/yskj03/Desktop/wanmeiyizhanLogo.png","xxxhdpi":"C:/Users/yskj03/Desktop/wanmeiyizhanLogo.png"},"ios":{"appstore":""}},"google":{"permissions":["<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-feature android:name=\"android.hardware.camera\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>","<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>","<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>"]},"apple":{"dSYMs":false,"info":{"NSLocationWhenInUseUsageDescription":"我们需要获取您的位置信息,提供更精准的服务。","NSLocationAlwaysUsageDescription":"我们需要获取您的位置信息,以便提供更全面的服务。"},"capabilities":{"entitlements":{"com.apple.developer.associated-domains":["applinks:static-mp-5b41af94-82e9-4997-bf46-f2ae745e4038.next.bspapp.com"]}}},"plugins":{"ad":{},"oauth":{},"maps":{"amap":{"name":"amap_18158132615AICJ55IM2","appkey_ios":"78e8b8340770d439c5415a6d897b68a7","appkey_android":"d773aa156f8ca2160cfb06d5f117dacd"}},"payment":{"appleiap":{},"weixin":{"__platform__":["ios"],"appid":"wx4c497eddcec4a0e7","UniversalLinks":"https://static-mp-5b41af94-82e9-4997-bf46-f2ae745e4038.next.bspapp.com/uni-universallinks/__UNI__F870657/"},"alipay":{"__platform__":["ios","android"]}},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"safearea":{"background":"#fff","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"4.36","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"color":"#130F05","backgroundColor":"#fff","selectedColor":"#130F05","borderStyle":"rgba(0,0,0,0.4)","list":[{"text":"首页","pagePath":"pages/home/index","iconPath":"static/tabs/home.png","selectedIconPath":"static/tabs/home-active.png"},{"text":"出行导航","pagePath":"pages/travelNavigation/index","iconPath":"static/tabs/travel.png","selectedIconPath":"static/tabs/travel_active.png"},{"text":"精选活动","pagePath":"pages/discovery/index","iconPath":"static/tabs/discovery.png","selectedIconPath":"static/tabs/discovery-active.png"},{"text":"我的","pagePath":"pages/userCenter/index","iconPath":"static/tabs/user.png","selectedIconPath":"static/tabs/user-active.png"}],"height":"50px","child":["lauchwebview"],"selected":0},"launch_path":"__uniappview.html"}}
|
||||
|
Before Width: | Height: | Size: 101 KiB |