This commit is contained in:
ylj20011123 2025-12-09 09:50:33 +08:00
parent 4234ea9dd9
commit c3fa6c2fb5
190 changed files with 7399 additions and 4178 deletions

View File

@ -1,11 +1,12 @@
<template>
<view class="main" :style="{ zIndex: zIndex === 98 ? 98 : 99999 }">
<div class="content">
<div class="tabItem" @click="goPages('/pages/shopMallPage/index/index')">
<image class="tabItemIcon" :src="selectIndex === '/pages/shopMallPage/index/index'
? '/static/images/shopTabbar/active_home.png'
: '/static/images/shopTabbar/home.png'
" />
<div class="tabItem"
@click="goPages(pageType === 'UnionMall' ? '/pages/shopMallPage/tradeUnionMall/index' : '/pages/shopMallPage/index/index')">
<image class="tabItemIcon"
:src="pageType === 'UnionMall' ?
selectIndex === '/pages/shopMallPage/tradeUnionMall/index' ? '/static/images/shopTabbar/active_home.png' : '/static/images/shopTabbar/home.png'
: selectIndex === '/pages/shopMallPage/index/index' ? '/static/images/shopTabbar/active_home.png' : '/static/images/shopTabbar/home.png'" />
<span class="tabItemText" :style="{
color:
selectIndex === '/pages/shopMallPage/index/index'
@ -115,11 +116,21 @@ export default {
return
}
if (pageIndex === '/pages/shopMallPage/index/index') {
console.log('this.selectIndexthis.selectIndex', this.selectIndex);
console.log('pageIndexpageIndexpageIndexpageIndex', pageIndex);
if (pageIndex === '/pages/shopMallPage/index/index' || pageIndex === '/pages/shopMallPage/tradeUnionMall/index') {
// console.log('this.comeFormthis.comeFormthis.comeForm', this.comeForm);
uni.redirectTo({
url: `/pages/shopMallPage/index/index?pageType=${this.pageType}`,
// uni.redirectTo({
// url: `/pages/shopMallPage/index/index?pageType=${this.pageType}`,
// });
uni.switchTab({
url: pageIndex,
});
// if (this.comeForm === 'index') {
// uni.redirectTo({
// url: '/pages/shopMallPage/index/index',
@ -145,7 +156,7 @@ export default {
if (this.selectIndex === '/pages/shopMallPage/index/index') {
uni.navigateTo({ url: `${pageIndex}?pageType=${this.pageType}`, });
} else {
uni.redirectTo({
uni.navigateTo({
url: `${pageIndex}?pageType=${this.pageType}`,
});
}
@ -163,7 +174,7 @@ export default {
url: `${pageIndex}?pageType=${this.pageType}`,
});
} else {
uni.redirectTo({
uni.navigateTo({
url: `${pageIndex}?pageType=${this.pageType}`,
});
}

View File

@ -69,7 +69,8 @@ export default {
},
//
handleGoShop() {
uni.navigateTo({
// uni.navigateTo({
uni.switchTab({
url: "/pages/shopMallPage/index/index",
});
},

View File

@ -17,6 +17,20 @@
"backgroundTextStyle": "dark",
"backgroundColor": "#f7f8fa"
}
},
{
"path": "pages/shopMallPage/index/index",
"style": {
"navigationBarTitleText": "商城首页",
"navigationStyle": "custom"
}
},
{
"path": "pages/shopMallPage/tradeUnionMall/index",
"style": {
"navigationBarTitleText": "工会商城",
"navigationStyle": "custom"
}
}
],
"subPackages": [
@ -224,18 +238,6 @@
}
]
},
{
"root": "pages/shopMallPage/index",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "商城首页",
"navigationStyle": "custom"
}
}
]
},
{
"root": "pages/shopMallPage/searchShopPage",
"pages": [
@ -637,6 +639,18 @@
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home-active.png"
},
{
"text": "商城首页",
"pagePath": "pages/shopMallPage/index/index",
"iconPath": "static/images/tabbar/user.png",
"selectedIconPath": "static/images/tabbar/user.png"
},
{
"text": "工会商城",
"pagePath": "pages/shopMallPage/tradeUnionMall/index",
"iconPath": "static/images/tabbar/user.png",
"selectedIconPath": "static/images/tabbar/user.png"
},
{
"text": "我的",
"pagePath": "pages/user/index",

View File

@ -219,7 +219,8 @@ export default {
//
handleGoShop() {
uni.navigateTo({
// uni.navigateTo({
uni.switchTab({
url: "/pages/shopMallPage/index/index",
});
},

View File

@ -1,7 +1,7 @@
<template>
<view class="main" :style="{
backgroundImage:
pageType === 'spring'
pageType === 'spring'
? `url(https://eshangtech.com/minTestImg/springPageBg.png)`
: `url(https://eshangtech.com/minTestImg/pageBg.png)`,
}">
@ -14,7 +14,7 @@
}">
<view class="topContent" :style="{ paddingTop: menu.top + 'px', height: menu.height + 'px' }">
<view class="topLeft">
<image class="YDIcon" src="/static/images/home/yunnanLogo.svg" />
<image class="YDIcon" src="https://eshangtech.com/caiyunyiImg/home/yunnanLogo.svg" />
</view>
<view class="topRight" @click="goSelectServer">
<image class="searchIcon" src="/static/images/home/searchIcon.svg" />
@ -482,8 +482,8 @@ export default {
label: "服务区",
value: 1,
index: 1,
src: "/static/images/home/serviceIcon.svg",
springSrc: "/static/images/home/springService.svg",
src: "https://eshangtech.com/caiyunyiImg/home/serviceIcon.svg",
springSrc: "https://eshangtech.com/caiyunyiImg/home/springService.svg",
},
{
label: "商城",
@ -496,8 +496,8 @@ export default {
label: "加油",
value: 2,
index: 3,
src: "/static/images/home/gasoline.svg",
springSrc: "/static/images/home/springGasoline.svg",
src: "https://eshangtech.com/caiyunyiImg/home/gasoline.svg",
springSrc: "https://eshangtech.com/caiyunyiImg/home/springGasoline.svg",
},
{
label: "充电",
@ -510,8 +510,8 @@ export default {
label: "ETC",
value: 4,
index: 5,
src: "/static/images/home/ETC.svg",
springSrc: "/static/images/home/springETC.svg",
src: "https://eshangtech.com/caiyunyiImg/home/ETC.svg",
springSrc: "https://eshangtech.com/caiyunyiImg/home/springETC.svg",
},
{
label: "点餐",
@ -531,8 +531,8 @@ export default {
label: "租车",
value: 7,
index: 17,
src: "/static/images/home/carRental.svg",
springSrc: "/static/images/home/springCarRental.svg",
src: "https://eshangtech.com/caiyunyiImg/home/carRental.svg",
springSrc: "https://eshangtech.com/caiyunyiImg/home/springCarRental.svg",
},
{
label: "司机之家",
@ -552,8 +552,8 @@ export default {
label: "保险",
value: 8,
index: 10,
src: "/static/images/home/insuranceIcon.svg",
springSrc: "/static/images/home/springInsurance.svg",
src: "https://eshangtech.com/caiyunyiImg/home/insuranceIcon.svg",
springSrc: "https://eshangtech.com/caiyunyiImg/home/springInsurance.svg",
},
{
label: "金融",
@ -566,8 +566,8 @@ export default {
label: "文旅",
value: 11,
index: 12,
src: "/static/images/home/travel.svg",
springSrc: "/static/images/home/springTravel.svg",
src: "https://eshangtech.com/caiyunyiImg/home/travel.svg",
springSrc: "https://eshangtech.com/caiyunyiImg/home/springTravel.svg",
},
{
label: "售后",
@ -1215,8 +1215,8 @@ export default {
label: "服务区",
value: 1,
index: 1,
src: "/static/images/home/serviceIcon.svg",
springSrc: "/static/images/home/springService.svg",
src: "https://eshangtech.com/caiyunyiImg/home/serviceIcon.svg",
springSrc: "https://eshangtech.com/caiyunyiImg/home/springService.svg",
},
{
label: "商城",
@ -1229,8 +1229,8 @@ export default {
label: "加油",
value: 2,
index: 3,
src: "/static/images/home/gasoline.svg",
springSrc: "/static/images/home/springGasoline.svg",
src: "https://eshangtech.com/caiyunyiImg/home/gasoline.svg",
springSrc: "https://eshangtech.com/caiyunyiImg/home/springGasoline.svg",
},
{
label: "充电",
@ -1243,8 +1243,8 @@ export default {
label: "ETC",
value: 4,
index: 5,
src: "/static/images/home/ETC.svg",
springSrc: "/static/images/home/springETC.svg",
src: "https://eshangtech.com/caiyunyiImg/home/ETC.svg",
springSrc: "https://eshangtech.com/caiyunyiImg/home/springETC.svg",
},
{
label: "点餐",
@ -1264,8 +1264,8 @@ export default {
label: "租车",
value: 7,
index: 17,
src: "/static/images/home/carRental.svg",
springSrc: "/static/images/home/springCarRental.svg",
src: "https://eshangtech.com/caiyunyiImg/home/carRental.svg",
springSrc: "https://eshangtech.com/caiyunyiImg/home/springCarRental.svg",
},
// {
// label: "",
@ -1285,8 +1285,8 @@ export default {
label: "保险",
value: 8,
index: 10,
src: "/static/images/home/insuranceIcon.svg",
springSrc: "/static/images/home/springInsurance.svg",
src: "https://eshangtech.com/caiyunyiImg/home/insuranceIcon.svg",
springSrc: "https://eshangtech.com/caiyunyiImg/home/springInsurance.svg",
},
{
label: "金融",
@ -1299,8 +1299,8 @@ export default {
label: "文旅",
value: 11,
index: 12,
src: "/static/images/home/travel.svg",
springSrc: "/static/images/home/springTravel.svg",
src: "https://eshangtech.com/caiyunyiImg/home/travel.svg",
springSrc: "https://eshangtech.com/caiyunyiImg/home/springTravel.svg",
},
{
label: "售后",
@ -1705,7 +1705,8 @@ export default {
// });
// return;
// }
uni.navigateTo({
// uni.navigateTo({
uni.switchTab({
url: "/pages/shopMallPage/index/index",
});
},

View File

@ -190,23 +190,25 @@ export default {
},
deleteImg(index) {
let _this = this;
_this.$api
.postCoop({
action_type: "DelFile",
filePath: _this.saveMsg.imageArr[index],
})
.then((res) => {
// eslint-disable-next-line eqeqeq
if (res.ResultCode == "100") {
_this.imgsList.splice(index, 1);
_this.saveMsg.imageArr.splice(index, 1);
} else {
uni.showToast({
title: "删除失败请稍后重试。错误:" + res.ResultDesc,
icon: "none",
});
}
});
console.log('_this.imgsList', _this.imgsList);
_this.imgsList.splice(index, 1)
// _this.$api
// .postCoop({
// action_type: "DelFile",
// filePath: _this.saveMsg.imageArr[index],
// })
// .then((res) => {
// // eslint-disable-next-line eqeqeq
// if (res.ResultCode == "100") {
// _this.imgsList.splice(index, 1);
// _this.saveMsg.imageArr.splice(index, 1);
// } else {
// uni.showToast({
// title: "" + res.ResultDesc,
// icon: "none",
// });
// }
// });
},
postRate() {
let _this = this;

View File

@ -1,7 +1,7 @@
<template>
<view class="main">
<view class="noDataBox">
<image class="waitIcon" src="/static/images/home/funWaitIcon.svg" />
<image class="waitIcon" src="https://eshangtech.com/caiyunyiImg/home/funWaitIcon.svg" />
<text class="waitText">模块开发中...</text>
</view>
</view>
@ -17,15 +17,18 @@ export default {};
display: flex;
align-items: center;
justify-content: center;
.noDataBox {
display: flex;
align-items: center;
flex-direction: column;
.waitIcon {
width: 176rpx;
height: 176rpx;
margin-bottom: 24rpx;
}
.waitText {
font-family: PingFangSC, PingFang SC;
font-weight: 400;

View File

@ -251,7 +251,7 @@ export default {
});
},
// JSON
onShow() {
async onShow() {
if (this.isFirst) {
this.isFirst = false
} else {

View File

@ -21,7 +21,7 @@
src="/static/images/home/select_icon.svg"
alt=""
class="select_icon"
/>
/>
筛选
</div>
</div> -->
@ -120,6 +120,55 @@ export default {
behaviorRecordDesc: "进入点餐订单页面"
});
},
onShow() {
let type =
this.currentTab === 1
? ""
: this.currentTab === 2
? "1005"
: this.currentTab === 3
? "1010"
: this.currentTab === 4
? "2000"
: this.currentTab === 5
? "3000"
: "";
let _this = this
const req = {
action_type: "GetOrderList",
salebillType: 6000,
salebillState: type || "",
PageIndex: this.pageMsg.pageIndex,
pageSize: this.pageMsg.pageIndex * this.pageMsg.pageSize,
ownerUnitId: 911,
requestType: "application/x-www-form-urlencoded",
};
this.$api.postCoop(req).then((data) => {
let list = data.Data ? data.Data.List : [];
let resList = [];
if (list && list.length > 0) {
if (_this.currentTab === 5) {
list.forEach((item) => {
if (
item.SALEBILL_STATE >= 3000 &&
item.SALEBILL_STATE !== 8999 &&
item.SALEBILL_STATE !== 9000 &&
item.SALEBILL_STATE !== 9999
) {
resList.push(item);
}
});
} else {
resList = list;
}
}
console.log("获取订单数据", resList);
if (JSON.stringify(resList) !== JSON.stringify(_this.orderList)) {
_this.orderList = resList;
}
})
},
methods: {
//
handleScrollTolower() {
@ -200,17 +249,12 @@ export default {
salebillType: 6000,
salebillState: status || "",
PageIndex: this.pageMsg.pageIndex,
pageSize: this.pageMsg.pageSize,
pageSize: this.pageMsg.pageIndex * this.pageMsg.pageSize,
ownerUnitId: 911,
requestType: "application/x-www-form-urlencoded",
};
const data = await this.$api.postCoop(req);
console.log("data", data);
let oldOrderList = [];
if (this.orderList && this.orderList.length > 0) {
oldOrderList = JSON.parse(JSON.stringify(this.orderList));
}
//
let list = data.Data ? data.Data.List : [];
let resList = [];
if (list && list.length > 0) {
@ -233,7 +277,36 @@ export default {
if (resList && resList.length < 10) {
this.pageMsg.isOver = true;
}
this.orderList = oldOrderList.concat(resList);
this.orderList = resList;
// console.log("data", data);
// let oldOrderList = [];
// if (this.orderList && this.orderList.length > 0) {
// oldOrderList = JSON.parse(JSON.stringify(this.orderList));
// }
// //
// let list = data.Data ? data.Data.List : [];
// let resList = [];
// if (list && list.length > 0) {
// if (this.currentTab === 5) {
// list.forEach((item) => {
// if (
// item.SALEBILL_STATE >= 3000 &&
// item.SALEBILL_STATE !== 8999 &&
// item.SALEBILL_STATE !== 9000 &&
// item.SALEBILL_STATE !== 9999
// ) {
// resList.push(item);
// }
// });
// } else {
// resList = list;
// }
// }
// console.log("", resList);
// if (resList && resList.length < 10) {
// this.pageMsg.isOver = true;
// }
// this.orderList = oldOrderList.concat(resList);
uni.hideLoading();
},
goEvaluate(item) {

View File

@ -235,7 +235,24 @@ export default {
},
// 退
handleRefund() {
let _this = this;
let _this = this
uni.showModal({
title: "提示",
content: "仅支持整单退款,确认发起退款申请?",
success: async function (res) {
if (res.confirm) {
console.log('_this.orderInfo_this.orderInfo_this.orderInfo_this.orderInfo', _this.orderInfo)
uni.navigateTo({
url: `/pages/order/orderdetail/reasonforRefund?salebillId=${_this.orderInfo.SALEBILL_ID}&&saleBillChildId=${_this.orderInfo.SALEBILL_CHILD_ID || ""}&&comePage=food`,
});
}
},
});
// 退
return;
uni.showModal({
title: "提示",
content: "确认发起退款申请?",
@ -423,6 +440,9 @@ export default {
: Number(_this.tatalMoney) * 100 || 1,
success(res) {
console.log("res", res);
_this.handleUpdateOrderGrowth(obj.SALEBILL_ID, obj.PAY_AMOUNT)
//
_this.$store.commit("shopcartOrder", null);
},
fail(res) {
console.log("fail", res);
@ -436,15 +456,39 @@ export default {
},
});
},
//
async handleUpdateOrderGrowth(id, money) {
const req = {
MemberShipId: this.user.MEMBERSHIP_ID,
OwnerUnitId: 911,
ScoreType: "4010",
CurrentScore: money,
ConsumptionRecordId: id,
Description: "点餐订单支付",
AppID: "wxee018fb96955552a",
type: 'encryption'
}
console.log('reqreqreq', req);
const data = await this.$api.$zzyLocalPost(
"/Member/RecordMemberScoreInfo",
req
);
console.log('datadatadatadata', data);
},
//
getOrderType() {
let _this = this;
uni.showLoading({
title: '加载中...'
})
_this.$api
.getCoop({
action_type: "GetOrderDetail",
salebillId: _this.orderInternal,
})
.then((res) => {
uni.hideLoading();
// console.log(res)
if (res.ResultCode === "100") {
let _data = res.Data;
@ -750,9 +794,9 @@ export default {
clearInterval(this.timer);
this.pageMsg.type = 0;
},
// onShow () {
// this.getOrderType()
// },
onShow() {
this.getOrderType()
},
onLoad(option) {
console.log("option", option);
@ -776,7 +820,7 @@ export default {
this.orderNumber = option.orderNumber;
this.orderInternal = option.orderInternal;
this.getOrderType();
// this.getOrderType();
this.$utils.addUserBehaviorNew();
},
};

View File

@ -2,7 +2,7 @@
<view class="container">
<view class="title">请选择退款原因</view>
<scroll-view class="scrollView" scroll-y>
<radio-group class="radio-group" @change="onReasonChange">
<radio-group v-if="comePage !== 'food'" class="radio-group" @change="onReasonChange">
<label class="radio-item" v-for="(item, index) in reasons" :key="index" :style="{
alignItems: index + 1 === reasons.length ? 'flex-start' : '',
}">
@ -18,6 +18,12 @@
</label>
</radio-group>
<view class="radio-group" v-else>
<text style="display: block;margin-bottom: 16rpx;'">{{ item.label }}</text>
<textarea v-model="otherReason" class="other-input" placeholder="请输入具体原因"
:disabled="selectedChildrenReason !== selectedChildrenReason" />
</view>
<radio-group v-if="childrenReasons && childrenReasons.length > 0" class="radio-group" style="margin-top: 40rpx"
@change="onChildrenReasonChange">
<label class="radio-item" v-for="(item, index) in childrenReasons" :key="index" :style="{
@ -55,6 +61,7 @@ export default {
selectedChildrenReason: "", //
selectedChildrenText: "", //
isClick: false,// 退
comePage: "",// food
};
},
computed: {
@ -69,6 +76,9 @@ export default {
if (query.saleBillChildId) {
this.sellchildid = query.saleBillChildId;
}
if (query.comePage) {
this.comePage = query.comePage
}
// 退
this.handleServiceType();
//
@ -154,21 +164,23 @@ export default {
if (this.isClick) {
return
}
if (this.comePage !== 'food') {
if (!this.selectedReason) {
uni.showToast({
title: "请选择退款原因",
icon: "none",
});
return;
}
if (!this.selectedChildrenReason) {
uni.showToast({
title: "请选择具体原因",
icon: "none",
});
return;
}
}
if (!this.selectedReason) {
uni.showToast({
title: "请选择退款原因",
icon: "none",
});
return;
}
if (!this.selectedChildrenReason) {
uni.showToast({
title: "请选择具体原因",
icon: "none",
});
return;
}
if (
(this.selectedChildrenReason === 2099 ||
@ -193,10 +205,10 @@ export default {
salebillType: 3999,
provinceCode: _this.user.PROVINCE_CODE || "530000",
serverpartShopId: "5634",
salebillDesc: `${this.selectedReasonText}:${this.selectedChildrenText === "其他原因"
salebillDesc: this.comePage !== 'food' ? `${this.selectedReasonText}:${this.selectedChildrenText === "其他原因"
? this.otherReason
: this.selectedChildrenText
}`,
}` : this.otherReason,
wechatOpenId: openId || "",
oriSalebillCode: _this.orderInfo.SALEBILL_CODE,
wechatUnionId: _this.user.USER_UNIONID || "",
@ -237,7 +249,7 @@ export default {
}
},
},
};

View File

@ -30,7 +30,7 @@
<!-- 兑换方向切换 -->
<view class="iconBox" @click="toggleConversion">
<text class="exchangeTextIcon"></text>
<text class="exchangeTextIcon"></text>
<view class="rateText">兑换比例 {{ exchangeRate }}:1</view>
</view>
@ -39,6 +39,7 @@
<view class="resultBox">
<view class="resultLabel">{{ conversionDirection === 'etcToPlatform' ? '彩云驿积分' : 'ETC积分' }}</view>
<view class="resultValue">{{ destinationPointsOutput }}</view>
<view class="balanceTextPlaceholder"></view> <!-- Placeholder for alignment -->
</view>
</view>
@ -430,8 +431,15 @@ export default {
}
.exchangeContent {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 24rpx; // Add some bottom margin to separate from the button
.inputBox {
margin-bottom: 12rpx;
// flex: 1;
width: calc((100% - 100rpx)/ 2);
margin-bottom: 0; // Remove vertical margin
.inputLabel {
font-size: 28rpx;
@ -463,7 +471,10 @@ export default {
flex-direction: column;
align-items: center;
justify-content: center;
margin: 24rpx 0;
width: 100rpx; // Fixed width for the icon box
flex-shrink: 0; // Prevent shrinking
margin: 0 20rpx; // Horizontal margin
cursor: pointer;
&:active {
opacity: 0.7;
@ -471,7 +482,6 @@ export default {
.exchangeTextIcon {
font-size: 56rpx;
// Adjust color to match existing design, or a neutral one
color: #667EEA;
font-weight: bold;
line-height: 1;
@ -482,11 +492,16 @@ export default {
color: #667EEA;
font-weight: 500;
margin-top: 8rpx;
text-align: center;
}
}
.resultBox {
// flex: 1;
width: calc((100% - 100rpx)/ 2);
margin-bottom: 0; // Remove vertical margin
.resultLabel {
font-size: 28rpx;
color: #666666;
@ -505,6 +520,17 @@ export default {
display: flex;
align-items: center;
box-sizing: border-box;
overflow-x: auto;
white-space: nowrap;
}
.resultValue::-webkit-scrollbar {
display: none;
}
.balanceTextPlaceholder {
height: 24rpx; // Match font-size of balanceText
margin-top: 12rpx; // Match margin-top of balanceText
}
}
}
@ -520,7 +546,7 @@ export default {
font-size: 32rpx;
font-weight: 400;
color: #FFFFFF;
margin-top: 40rpx;
margin-top: 0; // Adjust margin as exchangeContent now has bottom margin
&:active {
opacity: 0.8;

View File

@ -95,7 +95,7 @@
<!-- && user && user.INDUSTRY_MEMBERSHIP_ID -->
<div class="imgBox">
<div class="itemImgBox">
<image class="img" src="/static/images/home/unionMallIcon.svg"></image>
<image class="img" src="https://eshangtech.com/caiyunyiImg/home/unionMallIcon.svg"></image>
</div>
</div>
<div class="itemName">工会之家</div>
@ -126,7 +126,7 @@
<div class="rowBox" @click="handleGoPointsMall" v-if="pageType !== 'UnionMall'">
<div class="imgBox">
<div class="itemImgBox">
<image class="img" src="/static/images/home/markShopIcon.png"></image>
<image class="img" src="https://eshangtech.com/caiyunyiImg/home/markShopIcon.png"></image>
</div>
</div>
<div class="itemName">积分商城</div>
@ -274,9 +274,9 @@
</div>
</div>
<!-- 活动套餐 图片-->
<div class="advertisementSecond" :style="{ height: showModalActivityImg ? '240rpx' : '' }"
@click="handleGoShopPage({}, 3)">
<!-- 活动套餐 图片 不是工会商城的时候显示-->
<div v-if="pageType !== 'UnionMall'" class="advertisementSecond"
:style="{ height: showModalActivityImg ? '240rpx' : '' }" @click="handleGoShopPage({}, 3)">
<image style="width:100%;height:100%;border-radius: 16rpx;" :lazy-load="true"
src="https://eshangtech.com/caiyunyiImg/indexTopBg2.jpg" @load="handleShowModalActivityImg" />
</div>
@ -675,7 +675,8 @@
<view class="shopLovelyItem" v-for="(item, index) in showShopList" :key="index"
:style="{ marginRight: index % 2 === 0 ? '22rpx' : '' }" @click.stop="handleGoShopDetail(item)">
<div class="shopImgContent">
<image class="shopImage" :src="item.IMAGE_PATH" />
<image class="shopImage"
:src="item.IMAGE_PATH ? item.IMAGE_PATH.split(',') && item.IMAGE_PATH.split(',').length > 1 ? item.IMAGE_PATH.split(',')[0] : item.IMAGE_PATH : '/static/images/home/defultImg.png'" />
</div>
<div class="priceBox">
<div class="shopName">{{ item.COMMODITY_NAME }}</div>
@ -817,19 +818,19 @@ export default {
selectProducts: 0, //
pageType: "", //
brandList: [
{ label: "蓝月亮", value: 1, src: "/static/images/home/1.png" },
{ label: "洁柔", value: 2, src: "/static/images/home/2.png" },
{ label: "新希望", value: 3, src: "/static/images/home/3.png" },
{ label: "八宝贡", value: 4, src: "/static/images/home/4.png" },
{ label: "福临门", value: 5, src: "/static/images/home/5.png" },
{ label: "金丝莉", value: 6, src: "/static/images/home/6.png" },
{ label: "良品铺子", value: 7, src: "/static/images/home/7.png" },
{ label: "云南白药", value: 8, src: "/static/images/home/8.png" },
{ label: "德和", value: 9, src: "/static/images/home/9.png" },
{ label: "蔬果园", value: 10, src: "/static/images/home/10.png" },
{ label: "蓝月亮", value: 1, src: "https://eshangtech.com/caiyunyiImg/home/1.png" },
{ label: "洁柔", value: 2, src: "https://eshangtech.com/caiyunyiImg/home/2.png" },
{ label: "新希望", value: 3, src: "https://eshangtech.com/caiyunyiImg/home/3.png" },
{ label: "八宝贡", value: 4, src: "https://eshangtech.com/caiyunyiImg/home/4.png" },
{ label: "福临门", value: 5, src: "https://eshangtech.com/caiyunyiImg/home/5.png" },
{ label: "金丝莉", value: 6, src: "https://eshangtech.com/caiyunyiImg/home/6.png" },
{ label: "良品铺子", value: 7, src: "https://eshangtech.com/caiyunyiImg/home/7.png" },
{ label: "云南白药", value: 8, src: "https://eshangtech.com/caiyunyiImg/home/8.png" },
{ label: "德和", value: 9, src: "https://eshangtech.com/caiyunyiImg/home/9.png" },
{ label: "蔬果园", value: 10, src: "https://eshangtech.com/caiyunyiImg/10.png" },
], //
minPrice: 10, //
maxPrice: 100, //
maxPrice: 0, //
allShopList: [], //
showShopList: [], //
pageIndex: 1, // 10
@ -890,12 +891,14 @@ export default {
},
async onLoad(query) {
//
this.skeletonControl = useSkeletonControl('/pages/shopMallPage/index/index', query.pageType || '')
this.skeletonControl = useSkeletonControl('/pages/shopMallPage/index/index', '')
console.log("query", query);
console.log("user", this.user);
this.menu = uni.getMenuButtonBoundingClientRect();
this.pageType = query.pageType;
// this.pageType = query.pageType;
//
let firstEntry = uni.getStorageSync("firstEntry");
if (firstEntry === "2") {
@ -909,7 +912,7 @@ export default {
this.safeHeight = Number(safeHeight);
}
this.$utils.addUserBehaviorNew({
behaviorRecordDesc: query.pageType === "UnionMall" ? '进入了工会商城' : "进入了精选商城"
behaviorRecordDesc: "进入了精选商城"
});
// if (query && query.recommendCode && query.recommendId) {
// this.$utils.addUserBehaviorNew(null,true);
@ -921,56 +924,56 @@ export default {
// this.globalData.recommendCode = 1111;
// this.globalData.recommendId = 2222;
if (query.pageType === "UnionMall") {
const data = await this.$api.$javaGet(
'/third-party/getWeChatGetMallGoodsType',
{
ownerUnitId: 911,
commodityNature: 5070,
}
)
console.log("handleGetShopBigType", data);
let typeList = data.Data.List || [];
let resList = [];
let indexOfList = [1253, 1249, 1250, 3176];
// if (query.pageType === "UnionMall") {
// const data = await this.$api.$javaGet(
// '/third-party/getWeChatGetMallGoodsType',
// {
// ownerUnitId: 911,
// commodityNature: 5070,
// }
// )
// console.log("handleGetShopBigType", data);
// let typeList = data.Data.List || [];
// let resList = [];
// let indexOfList = [1253, 1249, 1250, 3176];
if (typeList && typeList.length > 0) {
typeList.forEach((item) => {
if (indexOfList.indexOf(item.UserdefinedType_Id) !== -1) {
resList.push(item);
}
});
}
// if (typeList && typeList.length > 0) {
// typeList.forEach((item) => {
// if (indexOfList.indexOf(item.UserdefinedType_Id) !== -1) {
// resList.push(item);
// }
// });
// }
this.sortType = Math.floor(Math.random() * this.sortTypeList.length);
// this.sortType = Math.floor(Math.random() * this.sortTypeList.length);
this.shopTypeList = resList;
// this.shopTypeList = resList;
//
this.handleGetSortList();
//
this.handleGetUnionShopList();
} else {
// uni.showLoading({
// title: ""
// })
//
this.handleGetEveryWeekShop()
//
this.handleGetModalProducetShop()
//
await this.handleGetShopBigType();
//
this.handleGetSpecialOffers();
//
this.handleGetTodayOffers();
//
this.handleGetProductsList();
if (this.haveActivity) {
this.handleGetActivityList();
}
// uni.hideLoading()
// //
// this.handleGetSortList();
// //
// this.handleGetUnionShopList();
// } else {
// uni.showLoading({
// title: ""
// })
//
this.handleGetEveryWeekShop()
//
this.handleGetModalProducetShop()
//
await this.handleGetShopBigType();
//
this.handleGetSpecialOffers();
//
this.handleGetTodayOffers();
//
this.handleGetProductsList();
if (this.haveActivity) {
this.handleGetActivityList();
}
// uni.hideLoading()
// }
if (this.skeletonControl && this.skeletonControl.showSkeleton) {
setTimeout(async () => {
@ -1001,11 +1004,11 @@ export default {
// 西
let shopCarList = [];
if (this.pageType === "UnionMall") {
shopCarList = this.$store.state.unionMyShopCar;
} else {
shopCarList = this.$store.state.myShopCar;
}
// if (this.pageType === "UnionMall") {
// shopCarList = this.$store.state.unionMyShopCar;
// } else {
shopCarList = this.$store.state.myShopCar;
// }
console.log("shopCarList", shopCarList);
let count = 0;
if (shopCarList && shopCarList.length > 0) {
@ -1023,7 +1026,7 @@ export default {
return {
// title: _this.pageType === "UnionMall" ? "" : "",
title: "彩云驿商城",
path: `/pages/index/index?pageType=${this.pageType}`,
path: `/pages/index/index`,
};
},
onShareTimeline() {
@ -1031,7 +1034,7 @@ export default {
return {
// title: _this.pageType === "UnionMall" ? "" : "",
title: "彩云驿商城",
path: `/pages/index/index?pageType=${this.pageType}`,
path: `/pages/index/index`,
};
},
onUnload() {
@ -1294,8 +1297,8 @@ export default {
action_type: "WeChat_GetMallGoodsInfo",
ownerUnitId: 911, //
COMMODITYNATURE: 5070, //
priceStart: this.minPrice, //
priceEnd: this.maxPrice, //
priceStart: this.minPrice || "", //
priceEnd: this.maxPrice || "", //
payMethod: "1000,3000", //
commodityNature: 5070, //
commodityName: this.searchShopName,//
@ -1305,7 +1308,7 @@ export default {
justCommodity: 1, //
// sortStr: `${this.sortTypeList[this.sortType]} ${new Date().getTime % 2 > 0 ? "" : "desc"
// }`, //
sortStr: `${this.selectShopSort === 0 ? 'COMMODITY_BARCODE' : this.selectShopSort === 1 ? 'COMMODITY_MEMBERPRICE' : this.selectShopSort === 2 ? 'COMMODITY_EN' : this.selectShopSort === 3 ? 'OPERATE_DATE' : ''} ${this.selectSortType === 0 ? 'asc' : 'desc'}`
sortStr: `${this.selectShopSort === 0 ? 'COMMODITY_INDEX,COMMODITY_EN,COMMODITY_MEMBERPRICE,OPERATE_DATE' : this.selectShopSort === 1 ? 'COMMODITY_MEMBERPRICE' : this.selectShopSort === 2 ? 'COMMODITY_EN' : this.selectShopSort === 3 ? 'OPERATE_DATE' : ''} ${this.selectSortType === 0 ? 'asc' : 'desc'}`
});
console.log("handleGetSpecialOffers", data);
let list = data.Data && data.Data.List ? data.Data.List : [];
@ -1530,7 +1533,7 @@ export default {
let getWeChatGetMallGoodsInfoExclude = uni.getStorageSync("getWeChatGetMallGoodsInfoExclude")
if (getWeChatGetMallGoodsInfoExclude) {
list = getWeChatGetMallGoodsInfoExclude
let url = this.pageType === "UnionMall" ? '/third-party/getWeChatGetMallGoodsInfo' : '/third-party/getWeChatGetMallGoodsInfoExclude'
let url = '/third-party/getWeChatGetMallGoodsInfoExclude'
this.$api.$javaGet(
url,
{
@ -1550,7 +1553,7 @@ export default {
}
})
} else {
let url = this.pageType === "UnionMall" ? '/third-party/getWeChatGetMallGoodsInfo' : '/third-party/getWeChatGetMallGoodsInfoExclude'
let url = '/third-party/getWeChatGetMallGoodsInfoExclude'
const data = await this.$api.$javaGet(
// '/third-party/getExcludeWeChatGetMallGoodsInfo',
url,
@ -1946,19 +1949,19 @@ export default {
},
//
handleBackHome() {
if (this.pageType === "UnionMall") {
// uni.navigateBack({
// delta: 1,
// });
// if (this.pageType === "UnionMall") {
// // uni.navigateBack({
// // delta: 1,
// // });
uni.redirectTo({
url: `/pages/shopMallPage/index/index`,
});
} else {
uni.switchTab({
url: "/pages/index/index",
});
}
// uni.redirectTo({
// url: `/pages/shopMallPage/index/index`,
// });
// } else {
uni.switchTab({
url: "/pages/index/index",
});
// }
},
//
handleGoNotice() {
@ -1987,22 +1990,23 @@ export default {
handleGoShopPage(obj, index) {
console.log("obj", obj);
console.log("index", index);
if (this.pageType === "UnionMall") {
// if (obj.UserdefinedType_Name === "") {
// uni.navigateTo({
// url: `/pages/allFunPage/unionActivities`,
// });
// } else {
uni.redirectTo({
url: `/pages/shopMallPage/shopType/index?leftId=${obj.UserdefinedType_Id}&pageType=${this.pageType}&selectIndex=${index}`,
// url: `/pages/shopMallPage/shopType/index?pageType=${this.pageType}`,
});
// }
} else {
uni.redirectTo({
url: `/pages/shopMallPage/shopType/index?selectIndex=${index}&pageType=${this.pageType}`,
});
}
// if (this.pageType === "UnionMall") {
// // if (obj.UserdefinedType_Name === "") {
// // uni.navigateTo({
// // url: `/pages/allFunPage/unionActivities`,
// // });
// // } else {
// uni.redirectTo({
// // leftId=${obj.UserdefinedType_Id}&
// url: `/pages/shopMallPage/shopType/index?pageType=${this.pageType}&selectIndex=${index}`,
// // url: `/pages/shopMallPage/shopType/index?pageType=${this.pageType}`,
// });
// // }
// } else {
uni.redirectTo({
url: `/pages/shopMallPage/shopType/index?selectIndex=${index}&pageType=${this.pageType}`,
});
// }
},
// selectIndex 0
handleGoActivityType() {
@ -2013,8 +2017,11 @@ export default {
},
//
handleGoUnionMall() {
uni.navigateTo({
url: `/pages/shopMallPage/index/index?pageType=UnionMall`,
// uni.navigateTo({
// url: `/pages/shopMallPage/index/index?pageType=UnionMall`,
// });
uni.switchTab({
url: `/pages/shopMallPage/tradeUnionMall/index`,
});
},
},

View File

@ -1055,11 +1055,11 @@ export default {
//
handleBackHome() {
if (this.bigPageType === "UnionMall") {
uni.redirectTo({
url: `/pages/shopMallPage/index/index?pageType=${this.bigPageType}`,
uni.switchTab({
url: `/pages/shopMallPage/tradeUnionMall/index`,
});
} else {
uni.redirectTo({
uni.switchTab({
url: "/pages/shopMallPage/index/index",
});
}

View File

@ -23,13 +23,21 @@
</view>
<!-- <div class="pageTitle" :style="{ height: menu.height + 'px', lineHeight: menu.height + 'px' }">分类</div> -->
<div class="pageSearch" @click="handleGoSearchShopPage">
<!-- <input placeholder="请搜索商品" class="serach_input" v-model="searchText" confirm-type="search"
<div style="width: 100%;display: flex;align-items: center;margin-top: 28rpx;">
<div class="pageSearch" @click="handleGoSearchShopPage" style="width: calc(100% - 150rpx);">
<!-- <input placeholder="请搜索商品" class="serach_input" v-model="searchText" confirm-type="search"
@confirm="handleSearch" /> -->
<div class="serach_input">请搜索商品</div>
<div class="searchBtn">搜索</div>
<!-- @click="handleSearch" -->
<div class="serach_input">请搜索商品</div>
<div class="searchBtn">搜索</div>
<!-- @click="handleSearch" -->
</div>
<view class="shopLovelyRight" @click="handleShowPricePopup">
<image class="filterIcon" src="/static/images/home/filterIcon.svg" />
<text class="filterText">筛选</text>
</view>
</div>
</div>
<!-- 商品分类页面骨架屏 -->
@ -64,7 +72,7 @@
</view>
</view>
</view>
<!-- {{ visibleList.length }} -->
<div class="pageContent" v-if="showContent" :style="{
height: `calc(100vh - 50px - ${safeHeight}px - ${menu.top + 32 + 32 + 12 + 12
}px)`,
@ -82,7 +90,8 @@
<div class="itemBox">
<div class="normal">
<div class="imgBox">
<image style="width: 100%; height: 100%" src="/static/images/home/unionMallIcon.svg"></image>
<image style="width: 100%; height: 100%"
src="https://eshangtech.com/caiyunyiImg/home/unionMallIcon.svg"></image>
</div>
</div>
<div class="tab_txt_normal">工会之家</div>
@ -115,7 +124,8 @@
<div class="itemBox">
<div :class="activeTabs === 999999 ? 'tab_active normal' : 'normal'">
<div class="imgBox">
<image style="width: 100%; height: 100%" :src="'/static/images/home/markShopIcon.png'"></image>
<image style="width: 100%; height: 100%"
:src="'https://eshangtech.com/caiyunyiImg/home/markShopIcon.png'"></image>
</div>
</div>
<div :class="activeTabs === 999999
@ -202,7 +212,7 @@
item.SELLERCOMMODITYTYPE_ID
">
<img class="optionBtn"
:src="pageType === 'UnionMall' ? '/static/images/home/newAddIcon.png' : '/static/images/home/newAddIcon.png'" />
:src="pageType === 'UnionMall' ? 'https://eshangtech.com/caiyunyiImg/home/newAddIcon.png' : 'https://eshangtech.com/caiyunyiImg/home/newAddIcon.png'" />
</div>
<div v-if="activeTabs === 999999"></div>
<div v-if="item.COMMODITY_STOCK === 0 || !item.COMMODITY_STOCK" class="shopState">已售罄</div>
@ -317,6 +327,40 @@
</view>
</uni-popup>
<uni-popup ref="priceRangeRef" @maskClick="handleMaskClick">
<view class="priceRangeBox">
<image class="closeIcon" src="/static/images/home/closeIcon.svg" @click="handleClosePricePopup" />
<view class="sortBox">
<view class="sortItemBox">
<view class="sortItemTitle">排序类别</view>
<picker class="sortItemValue" @change="handleChangeShopSort" :value="selectShopSort"
:range="shopSortTypeList" range-key="label">
<view class="picker"> {{ shopSortTypeList[selectShopSort].label }}
<image class="pickerIcon" src="https://eshangtech.com/caiyunyiImg/bottomArrow.png" />
</view>
</picker>
</view>
<view class="sortItemBox">
<view class="sortItemTitle">排序类型</view>
<picker class="sortItemValue" @change="handleChangeSortType" :value="selectSortType" :range="sortTypeList"
range-key="label">
<view class="picker"> {{ sortTypeList[selectSortType].label }}
<image class="pickerIcon" src="https://eshangtech.com/caiyunyiImg/bottomArrow.png" />
</view>
</picker>
</view>
</view>
<view class="titleBox">
<view class="closeIcon"></view>
<text class="title">价格区间</text>
</view>
<view class="btnList">
<view class="confirmBtn" @click="handleConfirm">确认</view>
</view>
</view>
</uni-popup>
<shop-tabbar :page="'/pages/shopMallPage/shopType/index'" :pageType="pageType" :shopCarLength="shopCarListLength"
:comeForm="comeForm" />
</view>
@ -372,13 +416,25 @@ export default {
shopTopId: '',
comeForm: "",//
comeService: "",// comeForm serviceDetail
priceRangeRefShow: false,
shopSortTypeList: [
{ label: "综合排序", value: 1 },
{ label: "价格排序", value: 2 },
{ label: "销量排序", value: 3 },
{ label: "上架时间排序", value: 4 },
],
selectShopSort: 0,
sortTypeList: [
{ label: "由低到高", value: 1 },
{ label: "由高到低", value: 2 },
],
selectSortType: 1
};
},
watch: {
//
shopCarList: {
handler(newVal, oldVal) {
console.log("shopCarList 发生变化:", newVal, oldVal);
if (newVal && newVal.length > 0) {
let count = 0;
newVal.forEach((item) => {
@ -401,7 +457,6 @@ export default {
// if (newVal && newVal.length > 0) {
// newVal.forEach((subItem) => {
// if (item.COMMODITY_ID === subItem.COMMODITY_ID) {
// console.log('subItemsubItemsubItemsubItem', subItem);
// newVisibleList.push({
// ...subItem,
@ -437,9 +492,8 @@ export default {
let height = uni.getStorageSync("safeHeight");
this.safeHeight = Number(height);
console.log('queryqueryquery', query);
console.log("this.systemInfo ", this.systemInfo);
console.log("query", query);
if (query.selectIndex) {
this.activeTabs = Number(query.selectIndex);
}
@ -508,8 +562,6 @@ export default {
shopCarList = this.$store.state.myShopCar;
}
console.log("shopCarList22222222", shopCarList);
console.log("this.shopCarList", this.shopCarList);
//
if (JSON.stringify(shopCarList) === JSON.stringify(this.shopCarList)) {
@ -538,7 +590,6 @@ export default {
item.cartItemAoumt =
Number(item.COMMODITY_MEMBERPRICE) * Number(item.count);
});
console.log("list", list);
// list
if (this.pageType === "UnionMall") {
this.$store.commit("unionMyShopCar", list);
@ -563,7 +614,6 @@ export default {
item.cartItemAoumt =
Number(item.COMMODITY_MEMBERPRICE) * Number(item.count);
});
console.log("list", list);
// list
if (this.pageType === "UnionMall") {
this.$store.commit("unionMyShopCar", list);
@ -579,14 +629,58 @@ export default {
}
this.searchText = "";
},
methods: {
//
async handleConfirm() {
uni.showLoading({
title: '加载中...'
})
if (this.pageType === "UnionMall") {
//
await this.handleGetUnionMallShopType();
} else {
//
await this.handleGetShopType();
}
uni.hideLoading()
this.handleClosePricePopup()
},
//
handleChangeSortType(e) {
this.selectSortType = Number(e.detail.value)
},
//
handleChangeShopSort(e) {
let type = Number(e.detail.value)
if (type === 0) {
this.sortTypeList = [{ label: "由低到高", value: 1 }, { label: "由高到低", value: 2 }]
} else if (type === 1) {
this.sortTypeList = [{ label: "由低到高", value: 1 }, { label: "由高到低", value: 2 }]
} else if (type === 2) {
this.sortTypeList = [{ label: "由低到高", value: 1 }, { label: "由高到低", value: 2 }]
} else if (type === 3) {
this.sortTypeList = [{ label: "由远到近", value: 1 }, { label: "由近到远", value: 2 }]
}
this.selectShopSort = type
},
//
handleClosePricePopup() {
this.$refs.priceRangeRef.close();
this.priceRangeRefShow = false
},
handleMaskClick(e) {
this.priceRangeRefShow = false
},
//
handleShowPricePopup() {
this.$refs.priceRangeRef.open("bottom");
this.priceRangeRefShow = true
},
//
handleShowExportBox(e) {
uni.switchTab({
url: "/pages/index/index"
})
// console.log('e', e);
// this.showExportFun = !this.showExportFun;
// this.showExportObj = e.detail
},
@ -594,8 +688,6 @@ export default {
handleUpDataShop(newVal) {
if (this.visibleList && this.visibleList.length > 0) {
let newVisibleList = []
console.log('this.visibleListthis.visibleListthis.visibleList', JSON.parse(JSON.stringify(this.visibleList)));
console.log('newValnewValnewValnewValnewValnewVal', JSON.parse(JSON.stringify(newVal)));
this.visibleList.forEach((item) => {
if (newVal && newVal.length > 0) {
@ -688,8 +780,6 @@ export default {
for (let i = 0; i < arr1.length; i++) {
// COMMODITY_ID
if (arr1[i].COMMODITY_ID !== arr2[i].COMMODITY_ID) {
console.log('arr1[i]', arr1[i]);
console.log('arr2[i]', arr2[i]);
return false;
}
@ -714,9 +804,6 @@ export default {
return;
}
console.log("good", this.good);
this.good.COMMODITY_GRADE = null
this.good.LIMIT_TOTALCOUNT = this.good.LIMIT_TOTALCOUNT ? this.good.LIMIT_TOTALCOUNT.toString() : ""
this.good.LIMIT_DAILYCOUNT = this.good.LIMIT_DAILYCOUNT ? this.good.LIMIT_DAILYCOUNT.toString() : ""
@ -735,8 +822,6 @@ export default {
//
let nowShopList = JSON.parse(JSON.stringify(this.rightShopList));
console.log("nowShopList", nowShopList);
console.log("this.shopCarList", this.shopCarList);
//
if (this.shopCarList && this.shopCarList.length > 0) {
@ -844,7 +929,6 @@ export default {
// const data = await this.$api.getCoop(req);
let typeList = data.Data.List;
console.log("typeList321", typeList);
let resList = [];
let indexOfList = [1249, 1250, 1253, 3176];
if (typeList && typeList.length > 0) {
@ -858,10 +942,11 @@ export default {
}
});
}
console.log("this.shopTypeList222", resList);
console.log('resListresListresList', resList);
this.shopTypeList = resList;
console.log("this.shopTypeList222", this.shopTypeList);
this.handleGetAllShopItem(resList[this.activeTabs].UserdefinedType_Id);
},
//
@ -898,7 +983,6 @@ export default {
uni.hideLoading()
let list = data.Data.List;
console.log("list", list);
let shopList = [];
if (list && list.length > 0) {
list.forEach((item) => {
@ -945,7 +1029,6 @@ export default {
}
});
}
console.log("搜索商品", shopList);
//
let res = []
@ -1048,37 +1131,42 @@ export default {
},
//
async handleGetAllShopItem(id) {
console.log("id", id);
uni.showLoading({ title: "加载中" });
// const data = await this.$api.getCoop({
// action_type: "WeChat_GetMallGoodsInfo",
// ownerUnitId: 911,
// userdefinedtypeId: this.searchText ? "" : id,
// commodityName: this.searchText,
// excludeNature: this.pageType === "UnionMall" ? "" : 5070,
// commodityNature: this.pageType === "UnionMall" ? 5070 : "",
// // justCommodity: 1,
// });
const data = await this.$api.getCoop({
action_type: "WeChat_GetMallGoodsInfo",
ownerUnitId: 911,
userdefinedtypeId: this.searchText ? "" : id,
commodityName: this.searchText,
excludeNature: this.pageType === "UnionMall" ? "" : 5070,
commodityNature: this.pageType === "UnionMall" ? 5070 : "",
// justCommodity: 1,
sortStr: `${this.selectShopSort === 0 ? 'COMMODITY_INDEX,COMMODITY_EN,COMMODITY_MEMBERPRICE,OPERATE_DATE' : this.selectShopSort === 1 ? 'COMMODITY_MEMBERPRICE' : this.selectShopSort === 2 ? 'COMMODITY_EN' : this.selectShopSort === 3 ? 'OPERATE_DATE' : ''} ${this.selectSortType === 0 ? 'asc' : 'desc'}`
let url = this.pageType === "UnionMall" ? '/third-party/getWeChatGetMallGoodsInfo' : '/third-party/getWeChatGetMallGoodsInfoExclude'
const data = await this.$api.$javaGet(
// '/third-party/getExcludeWeChatGetMallGoodsInfo',
url,
{
ownerUnitId: 911,
userdefinedTypeId: this.searchText ? "" : id,
userdefinedtypeId: this.searchText ? "" : id,
commodityName: this.searchText,
excludeNature: this.pageType === "UnionMall" ? "" : 5070,
commodityNature: this.pageType === "UnionMall" ? 5070 : "",
// justCommodity: 1,
}
)
uni.hideLoading()
});
// let url = this.pageType === "UnionMall" ? '/third-party/getWeChatGetMallGoodsInfo' : '/third-party/getWeChatGetMallGoodsInfoExclude'
// const data = await this.$api.$javaGet(
// // '/third-party/getExcludeWeChatGetMallGoodsInfo',
// url,
// {
// ownerUnitId: 911,
// userdefinedTypeId: this.searchText ? "" : id,
// userdefinedtypeId: this.searchText ? "" : id,
// commodityName: this.searchText,
// excludeNature: this.pageType === "UnionMall" ? "" : 5070,
// commodityNature: this.pageType === "UnionMall" ? 5070 : "",
// // justCommodity: 1,
// }
// )
// uni.hideLoading()
let list = data.Data.List;
console.log("拿到全部的商品", list);
console.log('ididid', id);
console.log('listlistlistlist', JSON.parse(JSON.stringify(list)));
let thisAllType = [];
console.log("this.shopTypeList", this.shopTypeList);
if (this.shopTypeList && this.shopTypeList.length > 0) {
this.shopTypeList.forEach((item) => {
if (item.UserdefinedType_Id === id) {
@ -1086,9 +1174,17 @@ export default {
}
});
}
console.log("拿到当前的所有子类", thisAllType);
let haveAll = false;
console.log('thisAllTypethisAllType', JSON.parse(JSON.stringify(thisAllType)));
//
list.unshift({
UserdefinedType_Name: "全部",
UserdefinedType_Id: -1,
});
if (thisAllType && thisAllType.length > 0) {
thisAllType.forEach((item) => {
if (item.USERDEFINEDTYPE_NAME === "全部") {
@ -1096,11 +1192,7 @@ export default {
}
});
}
//
list.unshift({
UserdefinedType_Name: "全部",
UserdefinedType_Id: -1,
});
if (!haveAll) {
//
thisAllType.unshift({
@ -1108,21 +1200,20 @@ export default {
UserdefinedType_Id: -1,
});
}
console.log('thisAllTypethisAllTypethisAllType', JSON.parse(JSON.stringify(thisAllType)));
console.log('this.leftIdthis.leftIdthis.leftId', JSON.parse(JSON.stringify(this.leftId)));
let leftIndex = -1;
console.log("this.pageType", this.pageType);
console.log("this.leftId", this.leftId);
console.log("thisAllTypethisAllTypethisAllType", thisAllType);
if (this.pageType === "UnionMall" && this.leftId) {
if (thisAllType && thisAllType.length > 0) {
thisAllType.forEach((item, index) => {
if (item.UserdefinedType_Id === Number(this.leftId)) {
leftIndex = index;
}
});
}
} else if (this.comeService) {
// if (this.pageType === "UnionMall" && this.leftId) {
// if (thisAllType && thisAllType.length > 0) {
// thisAllType.forEach((item, index) => {
// if (item.UserdefinedType_Id === Number(this.leftId)) {
// leftIndex = index;
// }
// });
// }
// } else
if (this.comeService) {
if (thisAllType && thisAllType.length > 0) {
thisAllType.forEach((item, index) => {
if (this.comeService === item.UserdefinedType_Name) {
@ -1131,22 +1222,21 @@ export default {
});
}
}
console.log("leftIndexleftIndex", leftIndex);
console.log("list", list);
console.log("thisAllType", thisAllType);
console.log('leftIndexleftIndexleftIndex', JSON.parse(JSON.stringify(leftIndex)));
if (leftIndex === -1) {
leftIndex = this.leftSelectIndex;
}
console.log("this.leftSelectIndex23", this.leftSelectIndex);
console.log("this.thisAllType31", thisAllType);
//
let shopList = [];
console.log('listlistlistlistlist', JSON.parse(JSON.stringify(list)));
if (list && list.length > 0) {
console.log("list", list);
console.log("list[leftIndex]", list[leftIndex]);
//
let thisTypeAllShop = [];
// id
@ -1154,12 +1244,8 @@ export default {
list.forEach((item) => {
if (item.UserdefinedType_Name !== "全部") {
if (
item.COMMODITYLIST &&
item.COMMODITYLIST.length > 0 &&
(item.USERDEFINEDTYPE_PID === id ||
item.USERDEFINEDTYPE_ID === id)
) {
//
if (item.COMMODITYLIST && item.COMMODITYLIST.length > 0 && (item.USERDEFINEDTYPE_PID === id || item.USERDEFINEDTYPE_ID === id)) {
item.COMMODITYLIST.forEach((subItem) => {
if (allShopID.indexOf(subItem.COMMODITY_ID) === -1) {
thisTypeAllShop.push(subItem);
@ -1169,28 +1255,33 @@ export default {
}
}
});
console.log('thisTypeAllShopthisTypeAllShop', JSON.parse(JSON.stringify(thisTypeAllShop)));
console.log('allShopIDallShopIDallShopIDallShopID', JSON.parse(JSON.stringify(allShopID)));
list[0].COMMODITYLIST = thisTypeAllShop;
console.log("thisTypeAllShop", thisTypeAllShop);
console.log("list", list);
console.log("leftIndex", leftIndex);
console.log('listlistlistlistlistlist', JSON.parse(JSON.stringify(list)));
console.log('leftIndexleftIndexleftIndex', JSON.parse(JSON.stringify(leftIndex)));
console.log('this.leftIdthis.leftIdthis.leftIdthis.leftId', JSON.parse(JSON.stringify(this.leftId)));
if (
leftIndex !== -1 &&
list[leftIndex] &&
list[leftIndex].COMMODITYLIST &&
list[leftIndex].COMMODITYLIST.length > 0
) {
console.log("this.leftId", this.leftId);
if (this.pageType === "UnionMall" && this.leftId) {
if (this.leftId) {
let obj = {};
console.log('dsdhasjdhasld', list);
list.forEach((item) => {
if ((Number(item.USERDEFINEDTYPE_ID) === Number(this.leftId)) || (Number(item.UserdefinedType_Id) === Number(this.leftId)) || Number(item.UserdefinedType_Id) === -1) {
// (Number(item.USERDEFINEDTYPE_ID) === Number(this.leftId)) ||
if ((Number(item.UserdefinedType_Id) === Number(this.leftId)) || Number(item.UserdefinedType_Id) === -1) {
obj = item;
}
});
console.log('objobjobjobjobj', obj);
if (obj.USERDEFINEDTYPE_ID || obj.UserdefinedType_Id) {
shopList = obj.COMMODITYLIST;
@ -1204,7 +1295,9 @@ export default {
shopList = list[leftIndex].COMMODITYLIST;
}
}
console.log('vshopListshopListshopListshopList', shopList);
console.log('222222', JSON.parse(JSON.stringify(shopList)));
if (shopList && shopList.length > 0) {
shopList.forEach((item) => {
@ -1291,13 +1384,13 @@ export default {
}
newList[0].COMMODITYLIST = allShopList;
this.leftTypeList = newList;
console.log("this.leftTypeList", this.leftTypeList);
console.log('shopListshopListshopList', JSON.parse(JSON.stringify(shopList)));
this.leftSelectIndex = leftIndex;
this.rightShopList = shopList;
this.visibleList = shopList.slice(0, this.visibleCount + this.buffer * 2);
console.log('this.rightShopListthis.rightShopListthis.rightShopList', this.rightShopList);
console.log('this.visibleListthis.visibleList', this.visibleList);
this.changBigTypeLoading = true;
} else {
@ -1307,13 +1400,11 @@ export default {
this.rightShopList = [];
}
console.log("现在的小类", this.leftTypeList);
uni.hideLoading()
},
//
showDetail(obj) {
console.log("obj", obj);
uni.navigateTo({
url: `/pages/shopPages/shopDetail/index?id=${obj.COMMODITY_ID}&pageType=${this.pageType}`,
});
@ -1412,7 +1503,6 @@ export default {
handleToggleTab(index) {
this.activeTabs = index;
this.leftSelectIndex = 0;
console.log("index", index);
// if (this.shopTypeList[index].UserdefinedType_Name === "") {
// uni.navigateTo({
// url: `/pages/allFunPage/unionActivities`,
@ -1428,11 +1518,7 @@ export default {
this.leftSelectIndex = index;
let shopList = this.leftTypeList[index].COMMODITYLIST;
console.log("e", e);
console.log("obj", obj);
console.log("this.leftTypeList", this.leftTypeList);
console.log("shopList", shopList);
console.log('shopListshopList', shopList);
if (shopList && shopList.length > 0) {
shopList.forEach((item) => {
@ -1470,14 +1556,14 @@ export default {
}
});
}
console.log("shopList", shopList);
if (shopList && shopList.length > 0) {
this.rightShopList = shopList;
this.visibleList = shopList
} else {
this.rightShopList = [];
this.visibleList = []
}
this.visibleList = shopList
this.startIndex = 0;
this.shopTopId = 'shopTop'
this.$forceUpdate()
@ -1495,13 +1581,10 @@ export default {
}
// currentShop.SKULIST[0].COMMODITY_STOCK = 0
this.good = currentShop;
console.log("this.good", this.good);
this.$refs.shopPopup.open("bottom");
},
//
handleChangeSelectSKULIST(value, obj) {
console.log('valuevaluevaluevalue', value);
console.log('objobjobjobjobj', obj);
if (obj.COMMODITY_STOCK > 0) {
this.good.COMMODITY_RULE = obj.COMMODITY_NAME;
this.good.RTCOMMODITY_MULTI_ID = value;
@ -1528,9 +1611,6 @@ export default {
//
let nowShopList = JSON.parse(JSON.stringify(this.rightShopList));
console.log("nowShopList", nowShopList);
console.log("this.shopCarList", this.shopCarList);
if (this.shopCarList && this.shopCarList.length > 0) {
let list = JSON.parse(JSON.stringify(this.shopCarList));
let filterList = list.filter(
@ -1565,8 +1645,6 @@ export default {
this.shopCarList = list;
} else {
this.shopCarList = [{ ...obj, count: 1 }];
console.log("this.shopCarList", this.shopCarList);
console.log("shopTypeList", this.shopTypeList);
nowShopList.forEach((item) => {
if (item.COMMODITY_ID === obj.COMMODITY_ID) {
item.count = 1;
@ -1615,12 +1693,14 @@ export default {
//
handleBackHome() {
console.log('this.pageTypethis.pageType', this.pageType);
if (this.pageType === "UnionMall") {
uni.redirectTo({
url: `/pages/shopMallPage/index/index?pageType=UnionMall`,
uni.switchTab({
url: `/pages/shopMallPage/tradeUnionMall/index`,
});
} else {
uni.redirectTo({
uni.switchTab({
url: "/pages/shopMallPage/index/index",
});
}
@ -1663,9 +1743,6 @@ export default {
})
}
console.log('shopListshopListshopList', shopList);
if (shopList && shopList.length > 0) {
shopList.forEach((item) => {
//
@ -1712,8 +1789,8 @@ export default {
},
//
handleGoUnionMall() {
uni.navigateTo({
url: `/pages/shopMallPage/index/index?pageType=UnionMall`,
uni.switchTab({
url: `/pages/shopMallPage/tradeUnionMall/index`,
});
},
},
@ -1798,7 +1875,7 @@ export default {
.pageSearch {
width: calc(100% - 48rpx);
margin-top: 28rpx;
// margin-top: 28rpx;
margin-left: 24rpx;
box-sizing: border-box;
height: 38px;
@ -1855,6 +1932,31 @@ export default {
// background: #1890ff;
background: linear-gradient(270deg, #FB6C6C 0%, #FF4545 100%);
border-radius: 17px;
text-align: center;
width: 60rpx;
}
}
.shopLovelyRight {
width: 150rpx;
display: flex;
align-items: center;
margin-left: 16rpx;
.filterIcon {
width: 32rpx;
height: 32rpx;
margin-right: 6rpx;
}
.filterText {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #716f69;
line-height: 40rpx;
text-align: left;
font-style: normal;
}
}
@ -2829,6 +2931,157 @@ export default {
}
}
.priceRangeBox {
width: 100%;
height: 800rpx;
background-color: #fff;
border-radius: 32rpx 32rpx 0 0;
box-sizing: border-box;
padding: 32rpx;
transition: bottom 0.2s;
position: fixed;
left: 0;
bottom: 0;
.closeIcon {
width: 48rpx;
height: 48rpx;
position: absolute;
top: 32rpx;
right: 32rpx;
}
.sortBox {
width: 100%;
height: 180rpx;
box-sizing: border-box;
padding-top: 48rpx;
display: flex;
align-items: center;
margin-bottom: 10rpx;
.sortItemBox {
width: 50%;
height: 100%;
box-sizing: border-box;
padding-right: 32rpx;
.sortItemTitle {
font-size: 28rpx;
}
.sortItemValue {
background-color: #f5f6f7;
box-sizing: border-box;
padding: 16rpx;
border-radius: 16rpx;
margin-top: 16rpx;
display: flex;
align-items: center;
justify-content: space-between;
display: block;
font-size: 28rpx;
.picker {
width: 100%;
text-align: center;
.pickerIcon {
width: 24rpx;
height: 24rpx;
margin-left: 8rpx;
}
}
}
}
}
.titleBox {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
.title {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #130f05;
line-height: 44rpx;
text-align: left;
font-style: normal;
}
}
.inputBox {
width: 100%;
background-color: #f5f6f7;
box-sizing: border-box;
padding: 16rpx;
border-radius: 16rpx;
margin-top: 16rpx;
font-size: 28rpx;
display: flex;
align-items: center;
justify-content: space-between;
.inputItem {
width: 48%;
text-align: center;
}
.unit {
width: 4%;
display: flex;
align-items: center;
justify-content: center;
}
}
.btnList {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
.confirmBtn {
width: 100%;
// width: calc((100% - 32rpx) / 2);
background: #fd4d4d;
border-radius: 8rpx;
padding: 18rpx 0;
display: flex;
justify-content: center;
font-family: PingFangSC, PingFang SC;
font-size: 32rpx;
color: #ffffff;
line-height: 44rpx;
text-align: center;
font-style: normal;
margin-top: 40rpx;
}
.cancelBtn {
width: calc((100% - 32rpx) / 2);
background: #f2f2f2;
border-radius: 8rpx;
padding: 18rpx 0;
display: flex;
justify-content: center;
font-family: PingFangSC, PingFang SC;
font-size: 32rpx;
color: #130f05;
line-height: 44rpx;
text-align: center;
font-style: normal;
margin-top: 40rpx;
}
}
}
/* 右侧商品列表骨架 */
.skeleton-right {
flex: 1;

File diff suppressed because it is too large Load Diff

View File

@ -229,11 +229,11 @@ export default {
},
handleBackHome() {
if (this.pageType === "UnionMall") {
uni.redirectTo({
url: `/pages/shopMallPage/index/index?pageType=${this.pageType}`,
uni.switchTab({
url: `/pages/shopMallPage/tradeUnionMall/index`,
});
} else {
uni.redirectTo({
uni.switchTab({
url: "/pages/shopMallPage/index/index",
});
}

View File

@ -2,7 +2,7 @@
<view class="main">
<view class="fixedHeader" :style="{ height: menu.bottom + 16 + 'px' }">
<image class="YDIcon" src="/static/images/home/yunnanLogo.svg" />
<image class="YDIcon" src="https://eshangtech.com/caiyunyiImg/home/yunnanLogo.svg" />
</view>
<!-- 用户页面骨架屏 -->
@ -141,7 +141,7 @@
:style="{ width: userInfo && userInfo.INDUSTRY_MEMBERSHIP_ID ? 'calc((100% - 2px) / 3)' : 'calc((100% - 2px) / 2)' }">
<view class="CouponItemValue">{{
$utils.handleFormatNumber(userInfo.MEMBERSHIP_POINT || 0)
}}</view>
}}</view>
<view class="CouponItemLabel">积分</view>
</view>
<view class="line" v-if="userInfo && userInfo.INDUSTRY_MEMBERSHIP_ID"></view>
@ -150,7 +150,7 @@
:style="{ width: userInfo && userInfo.INDUSTRY_MEMBERSHIP_ID ? 'calc((100% - 2px) / 3)' : 'calc((100% - 2px) / 2)' }">
<view class="CouponItemValue">{{
$utils.handleFormatNumber(userInfo.ACCOUNT_BALANCE || 0)
}}</view>
}}</view>
<view class="CouponItemLabel">工会福利</view>
</view>
</view>
@ -188,7 +188,10 @@
src="https://eshangtech.com/caiyunyiImg/suggestionFeedbackIcon.png" />
<view class="basicText">建议反馈</view>
</view> -->
<view class="basicItem" @click="handleGoShopCar">
<image class="basicItemImg" src="https://eshangtech.com/caiyunyiImg/shopCarIcon.png" />
<view class="basicText">购物车</view>
</view>
<view class="basicItem" @click="hanldGoConfig">
<image class="basicItemImg" src="https://eshangtech.com/caiyunyiImg/configIcon.png" />
<view class="basicText">设置</view>
@ -302,7 +305,7 @@
<view class="funItemText">会员权益</view>
</view>
<view class="funItemBox" @click="handleGoNormal({ value: 2 })">
<image class="funItemImg" src="/static/images/home/serviceIcon.svg" />
<image class="funItemImg" src="https://eshangtech.com/caiyunyiImg/home/serviceIcon.svg" />
<view class="funItemText">我的爱车</view>
</view>
<!-- @click="handleGoNormal({ value: 3 })" -->
@ -327,7 +330,7 @@
<view class="customerServiceItemContent">伴您行程无忧</view>
</button>
</view>
<view class="customerServiceItem customerServiceItemBg2">
<view class="customerServiceItem customerServiceItemBg2" @click="handleServiceHotline">
<view class="customerServiceItemTitle">服务热线</view>
<view class="customerServiceItemContent" style="color: #182145;">伴您行程无忧</view>
</view>
@ -387,8 +390,8 @@ export default {
{
label: "我的爱车",
value: 2,
src: "/static/images/home/serviceIcon.svg",
springSrc: "/static/images/home/springService.svg",
src: "https://eshangtech.com/caiyunyiImg/home/serviceIcon.svg",
springSrc: "https://eshangtech.com/caiyunyiImg/home/springService.svg",
},
{
label: "建议反馈",
@ -433,6 +436,7 @@ export default {
foodOrderCountList: [0, 0, 0],//
bigPageType: "",//
comeForm: "",//
isFirstShow: true, // onShow
};
},
async onLoad(query) {
@ -458,6 +462,13 @@ export default {
let height = uni.getStorageSync("safeHeight");
this.safeHeight = Number(height);
//
let userData = uni.getStorageSync('userData')
if (userData) {
this.userInfo = userData
this.cards = userData.LicencePlate && userData.LicencePlate.List && userData.LicencePlate.List.length > 0 ? userData.LicencePlate.List[0].License_Plate : ""
}
// //
// let userData = uni.getStorageSync('userData')
// if (userData) {
@ -466,11 +477,11 @@ export default {
// }
//
await this.handleGetUserDetail();
let shopOrderStatus = uni.getStorageSync('shopOrderStatus')
if (!shopOrderStatus) {
//
await this.handleGetOrderDetail()
}
// let shopOrderStatus = uni.getStorageSync('shopOrderStatus')
// if (!shopOrderStatus) {
//
await this.handleGetOrderDetail()
// }
//
@ -501,6 +512,60 @@ export default {
async onShow() {
// onShow onLoad
// onShowonLoad
if (this.isFirstShow) {
this.isFirstShow = false;
let inShop = uni.getStorageSync("inShop");
this.inShop = inShop
//
let shopOrderStatus = uni.getStorageSync('shopOrderStatus')
let foodOrderStatus = uni.getStorageSync('foodOrderStatus')
this.mallOrderCountList = shopOrderStatus ? shopOrderStatus : []
if (foodOrderStatus && foodOrderStatus.length > 0) {
let foodTab = JSON.parse(JSON.stringify(this.foodFunList))
foodTab.forEach((item) => {
if (item.value === 1) {
item.orderCount = foodOrderStatus[0] || 0
} else if (item.value === 2) {
item.orderCount = foodOrderStatus[1] || 0
} else if (item.value === 3) {
item.orderCount = foodOrderStatus[2] || 0
}
})
this.foodFunList = foodTab
}
if (this.inShop === 2 || this.inShop === 1) {
// 西
let shopCarList = [];
if (this.inShop === 2) {
shopCarList = this.$store.state.unionMyShopCar;
} else {
shopCarList = this.$store.state.myShopCar;
}
let count = 0;
if (shopCarList && shopCarList.length > 0) {
shopCarList.forEach((item) => {
count += item.count;
});
}
this.shopCarListCount = count;
}
//
let userData = uni.getStorageSync('userData')
if (userData) {
this.userInfo = userData
this.cards = userData.LicencePlate.List && userData.LicencePlate.List.length > 0 ? userData.LicencePlate.List[0].License_Plate : ""
this.$forceUpdate()
}
return;
}
let inShop = uni.getStorageSync("inShop");
this.inShop = inShop
console.log('this.inShop', JSON.parse(JSON.stringify(this.inShop)));
@ -574,17 +639,19 @@ export default {
this.shopCarListCount = count;
}
await this.handleGetOrderDetail()
//
await this.handleGetUserDetail();
//
let userData = uni.getStorageSync('userData')
if (userData) {
this.userInfo = userData
this.cards = userData.LicencePlate.List && userData.LicencePlate.List.length > 0 ? userData.LicencePlate.List[0].License_Plate : ""
}
await this.handleGetOrderDetail()
//
await this.handleGetUserDetail();
// onShow
// this.$forceUpdate()
this.$forceUpdate()
},
computed: {
...mapGetters({
@ -604,6 +671,12 @@ export default {
handleSaveOrderStore()
},
methods: {
// 线
handleServiceHotline() {
uni.makePhoneCall({
phoneNumber: '087167199960' //
});
},
onContact(e) {
console.log('用户点击客服回调detail', e.detail);
// e.detail.path / query
@ -855,6 +928,12 @@ export default {
},
});
},
//
handleGoShopCar() {
uni.navigateTo({
url: `/pages/shopMallPage/shopCar/index?pageType=${this.bigPageType}`
})
},
//
hanldGoConfig() {
if (this.user && !this.user.MEMBERSHIP_ID || (!this.user && !this.user.MEMBERSHIP_ID)) {

View File

@ -35,7 +35,7 @@
<div class="selfPickup" v-if="selectTab === 2">
<div class="pickupBox">
<div class="label">预留电话</div>
<div class="label" style="word-wrap: nowrap;">预留电话</div>
<Input class="value" v-model="phoneNumber" :maxlength="11" type="number" />
</div>
</div>
@ -219,7 +219,7 @@ export default {
],
recommendCode: "", //
currentOrderDetial: "",//
noDelivery: false,//
noDelivery: false,//
discountAmount: 0,//
};
},
@ -327,21 +327,31 @@ export default {
//
if (this.shopOrder && this.shopOrder.length > 0) {
//
let haveDelivery = false
// let haveDelivery = false
//
let pickUpSum = 0
this.shopOrder.forEach((item) => {
if (Number(item.SEND_MODE) === 2000) {
haveDelivery = true
if (Number(item.SEND_MODE) === 1000) {
pickUpSum += 1
}
})
//
if (haveDelivery) {
} else {
// tab
if (pickUpSum === this.shopOrder.length) {
this.noDelivery = true
this.selectTab = 2
}
// //
// if (haveDelivery) {
// // tab
// this.noDelivery = true
// this.selectTab = 2
// } else {
// }
}
//
@ -627,6 +637,43 @@ export default {
behaviorRecordDesc: `创建了商城订单【${shopOrderNameList}`
});
//
let nowShopCarList = []
let idList = []
if (this.shopOrder && this.shopOrder.length > 0) {
this.shopOrder.forEach((item) => {
idList.push(item.COMMODITY_ID)
})
}
if (this.pageType === "UnionMall") {
nowShopCarList = this.$store.state.unionMyShopCar;
} else {
nowShopCarList = this.$store.state.myShopCar;
}
let newShopList = []
console.log('nowShopCarListnowShopCarList', nowShopCarList);
if (nowShopCarList && nowShopCarList.length > 0) {
nowShopCarList.forEach((item) => {
if (idList.indexOf(item.COMMODITY_ID) === -1) {
newShopList.push(item)
}
})
}
console.log('newShopListnewShopList', newShopList);
// 3000 30001
if (this.pageType === "UnionMall") {
this.$store.commit("unionMyShopCar", newShopList);
} else {
this.$store.commit("myShopCar", newShopList);
}
if (this.pageType === "UnionMall") {
this.handleBalancePayment(data.Data, testPay);
} else {
@ -1109,41 +1156,7 @@ export default {
console.log("res", res);
_this.handleUpdateOrderGrowth(obj.SALEBILL_ID, obj.PAY_AMOUNT)
//
let nowShopCarList = []
let idList = []
if (_this.shopOrder && _this.shopOrder.length > 0) {
_this.shopOrder.forEach((item) => {
idList.push(item.COMMODITY_ID)
})
}
console.log('objobj', obj);
if (_this.pageType === "UnionMall") {
nowShopCarList = _this.$store.state.unionMyShopCar;
} else {
nowShopCarList = _this.$store.state.myShopCar;
}
let newShopList = []
console.log('nowShopCarListnowShopCarList', nowShopCarList);
if (nowShopCarList && nowShopCarList.length > 0) {
nowShopCarList.forEach((item) => {
if (idList.indexOf(item.COMMODITY_ID) === -1) {
newShopList.push(item)
}
})
}
console.log('newShopListnewShopList', newShopList);
// 3000 30001
if (_this.pageType === "UnionMall") {
_this.$store.commit("unionMyShopCar", newShopList);
} else {
_this.$store.commit("myShopCar", newShopList);
}
},
fail(res) {
console.log("fail", res);

View File

@ -28,7 +28,7 @@
</div>
<div class="sellement-apponit-unit">
<div class="time-title">就餐时间</div>
<radio-group :value="radio" @change="onChangeRadio" class="radio-box bb1">
<radio-group :value="radio" @change="onChangeRadio" class="radio-box bb1" style="display: flex;">
<radio style="width: 60%" class="radio-list" color="#4BCB7E" :name="beExpectedTo" checked-color="#4BCB7E"
@click="getRadio({ value: beExpectedTo })">
<view class="section">
@ -36,7 +36,7 @@
预计(
<span style="color: red; font-size: 28rpx">{{
beExpectedTo ? ` ${beExpectedTo}` : "-"
}}</span>
}}</span>
)到达
<div style="padding-top: 10rpx">
@ -45,12 +45,12 @@
</view>
</view>
</radio>
<picker mode="selector" :range="timeRange" :value="time" @change="bindTimeChange" style="margin-left: 16rpx;">
<radio style="width: 40%" class="radio-list" color="#4BCB7E" :name="showTime" checked-color="#4BCB7E"
@click="getRadio({ value: showTime })">
<radio style="width: 40%" class="radio-list" color="#4BCB7E" :name="showTime" checked-color="#4BCB7E"
@click="getRadio({ value: showTime })">
<picker mode="selector" :range="timeRange" :value="time" @change="bindTimeChange">
<view class="section">
<view class="section" @click.stop>
<view class="picker">
{{ showTime }}
<div style="padding-top: 10rpx">
@ -58,8 +58,8 @@
</div>
</view>
</view>
</picker>
</radio>
</radio>
</picker>
</radio-group>
</div>
@ -559,7 +559,7 @@ export default {
uni.navigateTo({ url: "/pages/shopPages/orderRemark/index" });
},
createOrder() {
createOrder(testPay) {
//
let _this = this;
// _this.orderInternal
@ -621,10 +621,13 @@ export default {
behaviorRecordDesc: `创建了点餐订单【${shopOrderNameList}`
});
//
this.$store.commit("shopcartOrder", null);
console.log("res", res);
_this.currentOrderDetail = res.Data;
console.log("_this.user", _this.user);
_this.handleWxPay(res.Data);
_this.handleWxPay(res.Data, testPay);
//
@ -675,8 +678,8 @@ export default {
console.log('datadatadatadata', data);
},
//
async handleWxPay(obj) {
if (this.user.TEST_MEMBER) {
async handleWxPay(obj, testPay) {
if (testPay) {
//
this.handleUpdateOrderGrowth(obj.SALEBILL_ID, obj.PAY_AMOUNT)
@ -792,49 +795,21 @@ export default {
return;
}
// if (this.type === 2000) {
// if (this.radio === "") {
// uni.showToast({
// title: "",
// icon: "none",
// });
// return false;
// }
// if (
// !/^[1][3,4,5,7,8,9][0-9]{9}$/.test(this.phoneNumber) &&
// !this.user.MEMBERSHIP_MOBILEPHONE
// ) {
// uni.showToast({
// title: "",
// icon: "none",
// });
// return false;
// }
// this.phoneNumber = this.phoneNumber
// ? this.phoneNumber
// : this.user.MEMBERSHIP_MOBILEPHONE;
// }
// if (!this.storeId) {
// uni.showToast({
// title: "",
// icon: "none",
// });
// return false;
// }
_this.createOrder();
// //
// this.$refs.payPopup.open("bottom");
// this.payShow = true;
// if (this.user.MEMBERSHIP_TYPE === 3000) { //
// _this.getCardAmount()
// _this.isShow = true
// } else {
// _this.createOrder()
// }
if (this.user.TEST_MEMBER) {
let _this = this
uni.showModal({
content: "此单是否为测试订单?",
success: function (res) {
if (res.confirm) {
_this.createOrder(true);
} else if (res.cancel) {
_this.createOrder();
}
}
})
} else {
_this.createOrder();
}
},
//
handlePayClose() {

View File

@ -138,7 +138,7 @@
good.COMMODITY_ID +
'_' +
good.USERDEFINEDTYPE_ID
" class="icon" src="/static/images/home/newAddIcon.png" />
" class="icon" src="https://eshangtech.com/caiyunyiImg/home/newAddIcon.png" />
<!-- /static/images/home/add.png -->
</view>
</view>
@ -1012,7 +1012,11 @@ export default {
},
onShow() {
// eslint-disable-next-line eqeqeq
if (this.shopcartOrder == "") {
let newShopcartOrder = this.$store.state.shopcartOrder
console.log('newShopcartOrdernewShopcartOrdernewShopcartOrder', newShopcartOrder);
if (!newShopcartOrder) {
this.$store.commit("orderRemark", "");
this.$store.commit("couponPrice", "");
this.totalNum = 0;

View File

@ -920,9 +920,15 @@ export default {
//
handleExpentGo(obj) {
if (obj.value === 1) {
uni.redirectTo({
url: `/pages/shopMallPage/index/index?pageType=${this.pageType}`,
});
if (this.pageType === 'UnionMall') {
uni.switchTab({
url: `/pages/shopMallPage/tradeUnionMall/index`,
});
} else {
uni.switchTab({
url: `/pages/shopMallPage/index/index`,
});
}
} else if (obj.value === 2) {
uni.redirectTo({
url: `/pages/shopMallPage/shopType/index?pageType=${this.pageType}`,
@ -935,9 +941,13 @@ export default {
},
//
handleBackIndex() {
uni.navigateBack({
delta: 1,
//
uni.switchTab({
url: this.pageType === 'UnionMall' ? `/pages/shopMallPage/tradeUnionMall/index` : `/pages/shopMallPage/index/index`,
});
// uni.navigateBack({
// delta: 1,
// });
},
//
handleShowShopCar() {

View File

@ -67,6 +67,28 @@ export default {
behaviorRecordDesc: "进入我的收藏"
});
},
onShow() {
let req = {
ProvinceCode: '530000',
OwnerUnitId: 911,
MemberShipId: this.user.MEMBERSHIP_ID,
AppGuid: "wxee018fb96955552a",
PageIndex: this.PageIndex,
PageSize: 10,
SortStr: this.sortType === 2 ? 'COMMODITY_MEMBERPRICE desc' : "",
type: "encryption"
}
console.log('reqreqreqreq', req);
this.$api.$zzyLocalPost("/Member/GetCommodityCollectionList", req).then((data) => {
console.log('fjdsifjsaoif', data);
let list = data.Result_Data.List
if (JSON.stringify(this.dataList) !== JSON.stringify(list)) {
this.dataList = list
}
})
},
computed: {
...mapGetters(["user"]),
},

View File

@ -2,7 +2,7 @@
<view class="main" :class="{ 'refreshing': isRefreshing }">
<view class="fixedHeader" :style="{ height: menu.bottom + 16 + 'px' }">
<image class="YDIcon" src="/static/images/home/yunnanLogo.svg" />
<image class="YDIcon" src="https://eshangtech.com/caiyunyiImg/home/yunnanLogo.svg" />
</view>
<!-- 用户页面骨架屏 -->
@ -161,16 +161,19 @@
<image class="basicItemImg" src="https://eshangtech.com/caiyunyiImg/bindCarIcon.png" />
<view class="basicText">绑定车辆</view>
</view>
<view class="basicItem" @click="handleGoPointsRedemption">
<!-- <view class="basicItem" @click="handleGoPointsRedemption">
<image class="basicItemImg" src="https://eshangtech.com/caiyunyiImg/pointsRedemption.png" />
<view class="basicText">积分兑换</view>
</view>
</view> -->
<!-- @click="handleGoNormal({ value: 3 })" -->
<!-- <view class="basicItem" >
<image class="basicItemImg" src="https://eshangtech.com/caiyunyiImg/suggestionFeedbackIcon.png" />
<view class="basicText">建议反馈</view>
</view> -->
<view class="basicItem" @click="handleGoShopCar">
<image class="basicItemImg" src="https://eshangtech.com/caiyunyiImg/shopCarIcon.png" />
<view class="basicText">购物车</view>
</view>
<view class="basicItem" @click="hanldGoConfig">
<image class="basicItemImg" src="https://eshangtech.com/caiyunyiImg/configIcon.png" />
<view class="basicText">设置</view>
@ -283,7 +286,7 @@
<view class="funItemText">会员权益</view>
</view>
<view class="funItemBox" @click="handleGoNormal({ value: 2 })">
<image class="funItemImg" src="/static/images/home/serviceIcon.svg" />
<image class="funItemImg" src="https://eshangtech.com/caiyunyiImg/home/serviceIcon.svg" />
<view class="funItemText">我的爱车</view>
</view>
<!-- @click="handleGoNormal({ value: 3 })" -->
@ -310,7 +313,7 @@
</view>
<view class="customerServiceItem customerServiceItemBg2">
<view class="customerServiceItem customerServiceItemBg2" @click="handleServiceHotline">
<view class="customerServiceItemTitle">服务热线</view>
<view class="customerServiceItemContent" style="color: #182145;">伴您行程无忧</view>
</view>
@ -372,8 +375,8 @@ export default {
{
label: "我的爱车",
value: 2,
src: "/static/images/home/serviceIcon.svg",
springSrc: "/static/images/home/springService.svg",
src: "https://eshangtech.com/caiyunyiImg/home/serviceIcon.svg",
springSrc: "https://eshangtech.com/caiyunyiImg/home/springService.svg",
},
{
label: "建议反馈",
@ -436,7 +439,7 @@ export default {
let userData = uni.getStorageSync('userData')
if (userData) {
this.userInfo = userData
this.cards = userData.LicencePlate.List && userData.LicencePlate.List.length > 0 ? userData.LicencePlate.List[0].License_Plate : ""
// this.cards = userData.LicencePlate && userData.LicencePlate.List && userData.LicencePlate.List.length > 0 ? userData.LicencePlate.List[0].License_Plate : ""
}
//
await this.handleGetUserDetail();
@ -532,7 +535,7 @@ export default {
let userData = uni.getStorageSync('userData')
if (userData) {
this.userInfo = userData
this.cards = userData.LicencePlate.List && userData.LicencePlate.List.length > 0 ? userData.LicencePlate.List[0].License_Plate : ""
// this.cards = userData.LicencePlate.List && userData.LicencePlate.List.length > 0 ? userData.LicencePlate.List[0].License_Plate : ""
this.$forceUpdate()
}
return;
@ -615,7 +618,7 @@ export default {
let userData = uni.getStorageSync('userData')
if (userData) {
this.userInfo = userData
this.cards = userData.LicencePlate.List && userData.LicencePlate.List.length > 0 ? userData.LicencePlate.List[0].License_Plate : ""
// this.cards = userData.LicencePlate.List && userData.LicencePlate.List.length > 0 ? userData.LicencePlate.List[0].License_Plate : ""
this.$forceUpdate()
}
@ -649,6 +652,12 @@ export default {
this.handleRefresh()
},
methods: {
// 线
handleServiceHotline() {
uni.makePhoneCall({
phoneNumber: '087167199960' //
});
},
handleGoPointsRedemption() {
uni.navigateTo({ url: "/pages/pointsRedemption/index" });
},
@ -735,21 +744,7 @@ export default {
await this.handleGetUserDetail()
//
await this.handleGetOrderDetail()
//
let userData = uni.getStorageSync('userData')
if (userData) {
this.userInfo = userData
this.cards = userData.LicencePlate.List && userData.LicencePlate.List.length > 0 ? userData.LicencePlate.List[0].License_Plate : ""
}
this.$forceUpdate()
} catch (error) {
console.error('刷新失败:', error)
uni.showToast({
title: '刷新失败',
icon: 'none',
duration: 2000
})
} finally {
//
this.isRefreshing = false
@ -1003,6 +998,12 @@ export default {
},
});
},
//
handleGoShopCar() {
uni.navigateTo({
url: '/pages/shopMallPage/shopCar/index'
})
},
//
hanldGoConfig() {
if (this.user && !this.user.MEMBERSHIP_ID || (!this.user && !this.user.MEMBERSHIP_ID)) {
@ -1139,9 +1140,11 @@ export default {
_this.user.MEMBERSHIP_MOBILEPHONE =
_data.Data.MEMBERSHIP_MOBILEPHONE || "";
_this.WXProfile = _data.Data.MEMBERSHIP_HEADIMAGEURL;
_this.user.MEMBERSHIP_HEADIMAGEURL = _data.Data.MEMBERSHIP_HEADIMAGEURL;
_this.user.TEST_MEMBER = _data.Data.TEST_MEMBER || "";
_this.$store.commit("setUser", _this.user);
uni.setStorageSync('userData', _this.user)
_this.$forceUpdate()
} else {
// _this.setUser({});
@ -1445,7 +1448,7 @@ export default {
let foodOrderCountList = [obligation && obligation.length > 0 ? obligation.length : 0,
pendingShipment && pendingShipment.length > 0 ? pendingShipment.length : 0,
pendingReceiptOfGoods && pendingReceiptOfGoods.length > 0 ? pendingReceiptOfGoods.length : 0,]
// this.foodOrderCountList = foodOrderCountList
this.foodOrderCountList = foodOrderCountList
let foodTab = JSON.parse(JSON.stringify(this.foodFunList))
foodTab.forEach((item) => {
if (item.value === 1) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,46 +0,0 @@
<?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>云南图标/服务区备份_35</title>
<defs>
<filter x="-40.9%" y="-300.0%" width="181.8%" height="700.0%" filterUnits="objectBoundingBox" id="filter-1">
<feGaussianBlur stdDeviation="3" in="SourceGraphic"></feGaussianBlur>
</filter>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-2">
<stop stop-color="#FFB033" offset="0%"></stop>
<stop stop-color="#FF851F" offset="100%"></stop>
</linearGradient>
<path d="M8,5 L28,5 C30.209139,5 32,6.790861 32,9 L32,10 L32,10 L4,10 L4,9 C4,6.790861 5.790861,5 8,5 Z M4,12 L32,12 L32,24 C32,26.209139 30.209139,28 28,28 L8,28 C5.790861,28 4,26.209139 4,24 L4,12 L4,12 Z" id="path-3"></path>
<filter x="-5.4%" y="-6.5%" width="110.7%" height="113.0%" filterUnits="objectBoundingBox" id="filter-4">
<feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.880546556 0 0 0 0 0.742253001 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="50%" y1="37.6411962%" x2="50%" y2="100%" id="linearGradient-5">
<stop stop-color="#FFF7EF" offset="0%"></stop>
<stop stop-color="#FFE9C7" offset="100%"></stop>
</linearGradient>
<path d="M8.665,22.082 L10.843,22.082 C11.071,22.082 11.233,22.118 11.329,22.19 C11.425,22.262 11.473,22.394 11.473,22.586 C11.473,22.778 11.425,22.91 11.329,22.982 C11.233,23.054 11.071,23.09 10.843,23.09 L8.071,23.09 C7.891,23.09 7.75,23.0555 7.648,22.9865 C7.546,22.9175 7.495,22.787 7.495,22.595 L7.495,17.312 C7.495,17.126 7.543,16.997 7.639,16.925 C7.735,16.853 7.879,16.817 8.071,16.817 L10.852,16.817 C11.026,16.817 11.1565,16.8545 11.2435,16.9295 C11.3305,17.0045 11.377,17.135 11.383,17.321 C11.389,17.507 11.344,17.6375 11.248,17.7125 C11.152,17.7875 11.017,17.825 10.843,17.825 L8.665,17.825 L8.665,19.346 L10.753,19.346 C10.945,19.346 11.083,19.3865 11.167,19.4675 C11.251,19.5485 11.293,19.679 11.293,19.859 C11.293,20.039 11.251,20.1665 11.167,20.2415 C11.083,20.3165 10.945,20.354 10.753,20.354 L8.665,20.354 L8.665,22.082 Z M14.983,17.861 L14.983,22.712 C14.983,22.832 14.938,22.94 14.848,23.036 C14.758,23.132 14.608,23.18 14.398,23.18 C14.188,23.18 14.038,23.129 13.948,23.027 C13.858,22.925 13.813,22.82 13.813,22.712 L13.813,17.861 L12.661,17.861 C12.553,17.861 12.448,17.822 12.346,17.744 C12.244,17.666 12.193,17.531 12.193,17.339 C12.193,17.153 12.241,17.0195 12.337,16.9385 C12.433,16.8575 12.541,16.817 12.661,16.817 L16.135,16.817 C16.255,16.817 16.363,16.8575 16.459,16.9385 C16.555,17.0195 16.603,17.153 16.603,17.339 C16.603,17.531 16.552,17.666 16.45,17.744 C16.348,17.822 16.243,17.861 16.135,17.861 L14.983,17.861 Z M20.266,23.27 C19.816,23.27 19.3975,23.195 19.0105,23.045 C18.6235,22.895 18.289,22.676 18.007,22.388 C17.725,22.1 17.506,21.7505 17.35,21.3395 C17.194,20.9285 17.119,20.462 17.125,19.94 C17.131,19.418 17.2105,18.953 17.3635,18.545 C17.5165,18.137 17.7235,17.792 17.9845,17.51 C18.2455,17.228 18.5545,17.012 18.9115,16.862 C19.2685,16.712 19.654,16.637 20.068,16.637 C20.362,16.637 20.632,16.6745 20.878,16.7495 C21.124,16.8245 21.337,16.9175 21.517,17.0285 C21.697,17.1395 21.838,17.2565 21.94,17.3795 C22.042,17.5025 22.099,17.609 22.111,17.699 C22.123,17.777 22.1185,17.843 22.0975,17.897 C22.0765,17.951 22.06,17.99 22.048,18.014 C22.03,18.044 21.997,18.08 21.949,18.122 C21.901,18.164 21.844,18.197 21.778,18.221 C21.67,18.269 21.565,18.266 21.463,18.212 C21.361,18.158 21.247,18.0905 21.121,18.0095 C20.995,17.9285 20.8465,17.8505 20.6755,17.7755 C20.5045,17.7005 20.293,17.663 20.041,17.663 C19.759,17.663 19.5085,17.7275 19.2895,17.8565 C19.0705,17.9855 18.8875,18.155 18.7405,18.365 C18.5935,18.575 18.4825,18.8165 18.4075,19.0895 C18.3325,19.3625 18.295,19.646 18.295,19.94 C18.295,20.234 18.337,20.5205 18.421,20.7995 C18.505,21.0785 18.6295,21.326 18.7945,21.542 C18.9595,21.758 19.165,21.9305 19.411,22.0595 C19.657,22.1885 19.942,22.25 20.266,22.244 C20.434,22.238 20.581,22.2185 20.707,22.1855 C20.833,22.1525 20.944,22.112 21.04,22.064 C21.136,22.016 21.223,21.9635 21.301,21.9065 C21.379,21.8495 21.457,21.791 21.535,21.731 C21.685,21.623 21.832,21.602 21.976,21.668 C22.114,21.722 22.207,21.797 22.255,21.893 C22.303,21.989 22.321,22.088 22.309,22.19 C22.297,22.262 22.243,22.3595 22.147,22.4825 C22.051,22.6055 21.916,22.7255 21.742,22.8425 C21.568,22.9595 21.3565,23.06 21.1075,23.144 C20.8585,23.228 20.578,23.27 20.266,23.27 Z" id="path-6"></path>
<filter x="-13.5%" y="-15.1%" width="127.0%" height="160.3%" filterUnits="objectBoundingBox" id="filter-7">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.350875191 0 0 0 0 0.169386343 0 0 0 0 0.0122040365 0 0 0 0.264228447 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="云南小程序-切图" transform="translate(-31.000000, -380.000000)">
<g id="云南图标/服务区备份-3" transform="translate(31.000000, 380.000000)">
<rect id="矩形" opacity="0.5" x="0" y="0" width="36" height="36"></rect>
<ellipse id="椭圆形" fill="#FF9A45" filter="url(#filter-1)" cx="18" cy="31.5" rx="11" ry="1.5"></ellipse>
<g id="形状结合">
<use fill="url(#linearGradient-2)" fill-rule="evenodd" xlink:href="#path-3"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-3"></use>
</g>
<g id="形状结合">
<use fill="black" fill-opacity="1" filter="url(#filter-7)" xlink:href="#path-6"></use>
<use fill="url(#linearGradient-5)" fill-rule="evenodd" xlink:href="#path-6"></use>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -1,64 +0,0 @@
<?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>云南图标/服务区备份_33</title>
<defs>
<linearGradient x1="50%" y1="100%" x2="50%" y2="6.16297582e-31%" id="linearGradient-1">
<stop stop-color="#FF7272" offset="0%"></stop>
<stop stop-color="#E52E2E" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-2">
<stop stop-color="#FB6C6C" offset="0%"></stop>
<stop stop-color="#FD4A4A" offset="100%"></stop>
</linearGradient>
<path d="M4,16 C3.17157288,16 2.5,15.3284271 2.5,14.5 C2.5,13.6715729 3.17157288,13 4,13 L5.817,13 L9.6310464,6.4844624 C10.1692534,5.56502542 11.1547114,5 12.2200898,5 L22.7799102,5 C23.8452886,5 24.8307466,5.56502542 25.3689536,6.4844624 L29.183,13 L31,13 C31.8284271,13 32.5,13.6715729 32.5,14.5 C32.5,15.3284271 31.8284271,16 31,16 L30.5,16 L30.5,23 C30.5,24.6568542 29.1568542,26 27.5,26 L7.5,26 C5.84314575,26 4.5,24.6568542 4.5,23 L4.5,16 L4,16 Z" id="path-3"></path>
<filter x="-5.0%" y="-7.1%" width="110.0%" height="114.3%" filterUnits="objectBoundingBox" id="filter-4">
<feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.785183641 0 0 0 0 0.785183641 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="63.0726961%" y1="42%" x2="50%" y2="58%" id="linearGradient-5">
<stop stop-color="#FFF4F4" offset="0%"></stop>
<stop stop-color="#FFDCDC" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-6">
<stop stop-color="#FFF1F1" offset="0%"></stop>
<stop stop-color="#FFB9B9" offset="100%"></stop>
</linearGradient>
<path d="M11.5,22 C12.6045695,22 13.5,21.1045695 13.5,20 C13.5,18.8954305 12.6045695,18 11.5,18 C10.3954305,18 9.5,18.8954305 9.5,20 C9.5,21.1045695 10.3954305,22 11.5,22 Z" id="path-7"></path>
<filter x="-50.0%" y="-25.0%" width="200.0%" height="200.0%" filterUnits="objectBoundingBox" id="filter-8">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.353846011 0 0 0 0 0.00674417821 0 0 0 0 0.00674417821 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<filter x="-40.9%" y="-300.0%" width="181.8%" height="700.0%" filterUnits="objectBoundingBox" id="filter-9">
<feGaussianBlur stdDeviation="3" in="SourceGraphic"></feGaussianBlur>
</filter>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-10">
<stop stop-color="#FB6F6F" offset="0%"></stop>
<stop stop-color="#FD4E4E" offset="100%"></stop>
</linearGradient>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="云南小程序-切图" transform="translate(-31.000000, -524.000000)">
<g id="云南图标/服务区备份-4" transform="translate(31.000000, 524.000000)">
<rect id="矩形" opacity="0.5" x="0" y="0" width="36" height="36"></rect>
<path d="M8.5,25 L12.5,25 L12.5,28 C12.5,28.5522847 12.0522847,29 11.5,29 L9.5,29 C8.94771525,29 8.5,28.5522847 8.5,28 L8.5,25 L8.5,25 Z" id="矩形" fill="url(#linearGradient-1)"></path>
<g id="形状结合">
<use fill="url(#linearGradient-2)" fill-rule="evenodd" xlink:href="#path-3"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-3"></use>
</g>
<path d="M13.7545425,7 L21.2454575,7 C22.3292775,7 23.3288293,7.58458534 23.8601842,8.52921628 L27.5,15 L27.5,15 L7.5,15 L11.1398158,8.52921628 C11.6711707,7.58458534 12.6707225,7 13.7545425,7 Z" id="矩形备份-2" fill="url(#linearGradient-5)"></path>
<g id="椭圆形">
<use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
<use fill="url(#linearGradient-6)" fill-rule="evenodd" xlink:href="#path-7"></use>
</g>
<ellipse id="椭圆形" fill="#FF8989" filter="url(#filter-9)" cx="18" cy="31.5" rx="11" ry="1.5"></ellipse>
<circle id="椭圆形" fill="url(#linearGradient-6)" cx="26" cy="21" r="8"></circle>
<g id="租" transform="translate(21.353056, 16.360000)" fill="url(#linearGradient-10)" fill-rule="nonzero" stroke="url(#linearGradient-10)" stroke-width="0.5">
<path d="M3.42694444,5.41 C3.33361111,5.41 3.25694444,5.37333333 3.19694444,5.3 L2.58694444,4.52 C2.48694444,4.36666667 2.50361111,4.22333333 2.63694444,4.09 C2.79027778,3.99 2.93027778,4.00666667 3.05694444,4.14 L3.65694444,4.92 C3.76361111,5.07333333 3.75027778,5.21666667 3.61694444,5.35 C3.55694444,5.39 3.49361111,5.41 3.42694444,5.41 Z M8.49694444,7.88 L9.06694444,7.88 C9.15361111,7.88 9.22694444,7.91 9.28694444,7.97 C9.34694444,8.03 9.37694444,8.10666667 9.37694444,8.2 C9.37694444,8.28666667 9.34694444,8.36 9.28694444,8.42 C9.22694444,8.48 9.15361111,8.51 9.06694444,8.51 L3.92694444,8.51 C3.84027778,8.51 3.76694444,8.48 3.70694444,8.42 C3.64694444,8.36 3.61694444,8.28666667 3.61694444,8.2 C3.61694444,8.10666667 3.64694444,8.03 3.70694444,7.97 C3.76694444,7.91 3.84027778,7.88 3.92694444,7.88 L4.67694444,7.88 L4.67694444,1.56 C4.67694444,1.12666667 4.82694444,0.76 5.12694444,0.46 C5.43361111,0.153333333 5.80027778,0 6.22694444,0 L6.93694444,0 C7.36361111,0 7.73027778,0.153333333 8.03694444,0.46 C8.34361111,0.766666667 8.49694444,1.13333333 8.49694444,1.56 L8.49694444,7.88 Z M7.85694444,7.88 L7.85694444,5.75 L5.31694444,5.75 L5.31694444,7.88 L7.85694444,7.88 Z M7.85694444,5.12 L7.85694444,3.32 L5.31694444,3.32 L5.31694444,5.12 L7.85694444,5.12 Z M7.85694444,2.69 L7.85694444,1.56 C7.85694444,1.30666667 7.76694444,1.09 7.58694444,0.91 C7.40694444,0.73 7.19027778,0.64 6.93694444,0.64 L6.22694444,0.64 C5.98027778,0.64 5.76694444,0.73 5.58694444,0.91 C5.40694444,1.09 5.31694444,1.30666667 5.31694444,1.56 L5.31694444,2.69 L7.85694444,2.69 Z M2.48694444,3.17 L2.48694444,8.52 C2.47361111,8.72 2.36694444,8.82666667 2.16694444,8.84 C2.07361111,8.84 1.99694444,8.81 1.93694444,8.75 C1.87694444,8.69 1.84694444,8.61333333 1.84694444,8.52 L1.84694444,4.06 C1.43361111,5.02666667 1.00694444,5.85666667 0.566944444,6.55 C0.506944444,6.64333333 0.420277778,6.69 0.306944444,6.69 C0.253611111,6.69 0.200277778,6.67333333 0.146944444,6.64 C-0.00638888889,6.52666667 -0.0397222222,6.38666667 0.0469444444,6.22 C0.560277778,5.39333333 1.06361111,4.37666667 1.55694444,3.17 L0.426944444,3.17 C0.340277778,3.17 0.266944444,3.14 0.206944444,3.08 C0.146944444,3.02 0.116944444,2.94666667 0.116944444,2.86 C0.116944444,2.77333333 0.146944444,2.7 0.206944444,2.64 C0.266944444,2.58 0.340277778,2.55 0.426944444,2.55 L1.84694444,2.55 L1.84694444,0.84 C1.33361111,0.893333333 0.913611111,0.926666667 0.586944444,0.94 L0.576944444,0.94 C0.396944444,0.926666667 0.293611111,0.826666667 0.266944444,0.64 C0.260277778,0.553333333 0.286944444,0.48 0.346944444,0.42 C0.406944444,0.36 0.480277778,0.326666667 0.566944444,0.32 C1.26694444,0.28 1.89361111,0.226666667 2.44694444,0.16 C3.00027778,0.0866666667 3.29361111,0.0466666667 3.32694444,0.04 C3.41361111,0.0333333333 3.49027778,0.0533333333 3.55694444,0.1 C3.63027778,0.153333333 3.67027778,0.22 3.67694444,0.3 C3.69027778,0.493333333 3.60361111,0.61 3.41694444,0.65 C3.41027778,0.656666667 3.10027778,0.7 2.48694444,0.78 L2.48694444,2.55 L3.60694444,2.55 C3.69361111,2.55 3.76694444,2.58 3.82694444,2.64 C3.88694444,2.7 3.91694444,2.77333333 3.91694444,2.86 C3.89694444,3.05333333 3.79361111,3.15666667 3.60694444,3.17 L2.48694444,3.17 Z" id="形状"></path>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -1,53 +0,0 @@
<?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>云南图标/服务区备份_25</title>
<defs>
<linearGradient x1="50%" y1="1.23259516e-30%" x2="50%" y2="100%" id="linearGradient-1">
<stop stop-color="#43C075" offset="0%"></stop>
<stop stop-color="#27B861" offset="100%"></stop>
</linearGradient>
<path d="M18,22.0549853 C18.5522847,22.0549853 19,22.5027006 19,23.0549853 L19,24.0549853 C19,24.6072701 18.5522847,25.0549853 18,25.0549853 L1,25.0549853 C0.44771525,25.0549853 6.76353751e-17,24.6072701 0,24.0549853 L0,23.0549853 C-6.76353751e-17,22.5027006 0.44771525,22.0549853 1,22.0549853 L1,2.05498534 C1,0.95041584 1.8954305,0.0549853392 3,0.0549853392 L16,0.0549853392 C17.1045695,0.0549853392 18,0.95041584 18,2.05498534 L18,9.388 L18.6666667,9.38831867 C20.8758057,9.38831867 22.6666667,11.1791797 22.6666667,13.3883187 L22.6666667,21.721652 C22.6666667,22.0489319 22.9025002,22.3211298 23.2134992,22.3775778 L23.3333333,22.3883187 C23.7015232,22.3883187 24,22.0898418 24,21.721652 L23.999,16.0549853 L23.9993333,8.054 L21.6666667,8.05498534 C21.1143819,8.05498534 20.6666667,7.60727009 20.6666667,7.05498534 C20.6666667,6.74022804 20.8148608,6.44383972 21.0666667,6.25498534 L23.4733333,4.449 L21.2026458,2.1785113 C20.8121215,1.78798701 20.8121215,1.15482203 21.2026458,0.76429774 L21.6740503,0.292893219 C22.0645746,-0.0976310729 22.6977396,-0.0976310729 23.0882639,0.292893219 L26.3880955,3.59272486 C26.5204283,3.7250577 26.6079189,3.88525192 26.6505673,4.05442534 L26.6666667,4.05498534 L26.6669496,4.13237723 C26.6856727,4.24319012 26.6856684,4.35655047 26.6669368,4.46736219 L26.6666667,21.721652 C26.6666667,23.5626012 25.1742825,25.0549853 23.3333333,25.0549853 C21.4923842,25.0549853 20,23.5626012 20,21.721652 L20,13.3883187 C20,12.7045376 19.4852797,12.1409758 18.8221615,12.0639556 L18.6666667,12.0549853 L18,12.054 L18,22.0549853 Z" id="path-2"></path>
<filter x="-7.5%" y="-8.0%" width="115.0%" height="116.0%" filterUnits="objectBoundingBox" id="filter-3">
<feGaussianBlur stdDeviation="1.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 0.754241922 0 0 0 0 0.941995372 0 0 0 0 0.828810668 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<filter x="-40.9%" y="-300.0%" width="181.8%" height="700.0%" filterUnits="objectBoundingBox" id="filter-4">
<feGaussianBlur stdDeviation="3" in="SourceGraphic"></feGaussianBlur>
</filter>
<linearGradient x1="63.0726961%" y1="35.5029586%" x2="50%" y2="64.4970414%" id="linearGradient-5">
<stop stop-color="#EBFFF4" offset="0%"></stop>
<stop stop-color="#D0F7E1" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-6">
<stop stop-color="#DFFBEB" offset="0%"></stop>
<stop stop-color="#A8EACA" offset="100%"></stop>
</linearGradient>
<path d="M4,11.0549853 L15,11.0549853 C15.5522847,11.0549853 16,11.5027006 16,12.0549853 L16,13.0549853 C16,13.6072701 15.5522847,14.0549853 15,14.0549853 L4,14.0549853 C3.44771525,14.0549853 3,13.6072701 3,13.0549853 L3,12.0549853 C3,11.5027006 3.44771525,11.0549853 4,11.0549853 Z" id="path-7"></path>
<filter x="-15.4%" y="-33.3%" width="130.8%" height="233.3%" filterUnits="objectBoundingBox" id="filter-8">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.00369115844 0 0 0 0 0.321563721 0 0 0 0 0.135142218 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="云南小程序-切图" transform="translate(-31.000000, -284.000000)">
<g id="云南图标/服务区备份" transform="translate(31.000000, 284.000000)">
<rect id="矩形" opacity="0.5" x="0" y="0" width="36" height="36"></rect>
<g id="编组" transform="translate(4.750000, 3.945015)">
<g id="形状结合">
<use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
</g>
<ellipse id="椭圆形" fill="#67CA8E" filter="url(#filter-4)" cx="13.25" cy="27.5549853" rx="11" ry="1.5"></ellipse>
<path d="M4,2.05498534 L15,2.05498534 C15.5522847,2.05498534 16,2.50270059 16,3.05498534 L16,8.05498534 C16,8.60727009 15.5522847,9.05498534 15,9.05498534 L4,9.05498534 C3.44771525,9.05498534 3,8.60727009 3,8.05498534 L3,3.05498534 C3,2.50270059 3.44771525,2.05498534 4,2.05498534 Z" id="矩形" fill="url(#linearGradient-5)"></path>
<g id="矩形备份">
<use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
<use fill="url(#linearGradient-6)" fill-rule="evenodd" xlink:href="#path-7"></use>
</g>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -1,48 +0,0 @@
<?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>云南图标/服务区备份_41</title>
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
<stop stop-color="#FFB033" offset="0%"></stop>
<stop stop-color="#FF851F" offset="100%"></stop>
</linearGradient>
<path d="M3.10056197,2.2844857 L11.2011239,0.415125243 C12.3848198,0.141964664 13.6151802,0.141964664 14.7988761,0.415125243 L22.899438,2.2844857 C24.7143624,2.7033144 26,4.31942655 26,6.18205048 L26,16.6016761 C26,20.5021856 23.732086,24.0467295 20.1905818,25.68127 L14.2571745,28.4197656 C13.4594892,28.7879281 12.5405108,28.7879281 11.7428255,28.4197656 L5.80941823,25.68127 C2.26791402,24.0467295 -1.29868219e-15,20.5021856 0,16.6016761 L0,6.18205048 C6.60072776e-16,4.31942655 1.28563762,2.7033144 3.10056197,2.2844857 Z" id="path-2"></path>
<filter x="-5.8%" y="-4.4%" width="111.5%" height="108.6%" filterUnits="objectBoundingBox" id="filter-3">
<feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.880546556 0 0 0 0 0.742253001 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="50%" y1="37.6411962%" x2="50%" y2="100%" id="linearGradient-4">
<stop stop-color="#FFF7EF" offset="0%"></stop>
<stop stop-color="#FFE9C7" offset="100%"></stop>
</linearGradient>
<path d="M12.7703329,11.7332995 C12.5905324,11.9758592 12.3837618,12.0656961 12.1500211,12.0028103 C11.9162804,11.9399244 11.6555696,11.7872017 11.3678887,11.544642 C10.783537,11.0685064 10.2935806,10.6125841 9.89801938,10.1768751 C9.50245821,9.74116604 9.15184717,9.28524371 8.84618626,8.80910808 L8.84618626,12.2049433 C8.84618626,12.4924215 8.7922461,12.6968004 8.68436578,12.8180803 C8.57648546,12.9393601 8.39218991,13 8.13147914,13 C7.87975839,13 7.68422531,12.9393601 7.5448799,12.8180803 C7.40553449,12.6968004 7.33586178,12.4924215 7.33586178,12.2049433 L7.33586178,9.37508062 C7.08414103,9.74341196 6.79870768,10.0847922 6.47956174,10.3992214 C6.16041579,10.7136506 5.75811209,11.0729982 5.27265065,11.4772644 C4.87708948,11.7827098 4.55344852,11.9534 4.30172777,11.9893347 C4.05000702,12.0252695 3.84773142,11.9309408 3.69490097,11.7063485 C3.62298076,11.5895605 3.5690406,11.4772644 3.53308049,11.3694601 C3.49712038,11.2616558 3.49487288,11.1493596 3.52633797,11.0325716 C3.55780306,10.9157837 3.62747577,10.7945038 3.73535609,10.6687321 C3.84323641,10.5429605 4.00505689,10.4037133 4.22081753,10.2509905 C4.37364798,10.1431862 4.55344852,10.003939 4.76021913,9.83324887 C4.96698975,9.66255874 5.18275039,9.46940938 5.40750105,9.25380079 C5.63225172,9.0381922 5.85700239,8.80461624 6.08175306,8.55307288 C6.30650372,8.30152953 6.51776935,8.04100249 6.71554994,7.77149175 L4.53097345,7.77149175 C4.2432926,7.77149175 4.03876949,7.70635999 3.91740413,7.57609647 C3.79603877,7.44583295 3.73535609,7.25942136 3.73535609,7.0168617 C3.73535609,6.75633465 3.79154376,6.56318529 3.90391909,6.43741362 C4.01629442,6.31164194 4.22531254,6.2487561 4.53097345,6.2487561 L7.33586178,6.2487561 L7.33586178,5.26504192 L5.90644753,5.26504192 C5.41199607,5.26504192 5.06812755,5.14825394 4.87484197,4.91467797 C4.6815564,4.681102 4.58491361,4.32175435 4.58491361,3.83663503 L4.58491361,1.92310882 C4.58491361,1.4379895 4.6815564,1.08088777 4.87484197,0.851803649 C5.06812755,0.622719525 5.41199607,0.508177462 5.90644753,0.508177462 L10.4643911,0.508177462 C10.9318725,0.508177462 11.2622559,0.618227679 11.4555415,0.838328112 C11.6488271,1.05842855 11.7454699,1.42451396 11.7454699,1.93658435 L11.7454699,3.83663503 C11.7454699,4.32175435 11.6555696,4.681102 11.4757691,4.91467797 C11.2959685,5.14825394 10.9588425,5.26504192 10.4643911,5.26504192 L8.84618626,5.26504192 L8.84618626,6.2487561 L12.2039612,6.2487561 C12.4916421,6.2487561 12.6894227,6.31164194 12.797303,6.43741362 C12.9051833,6.56318529 12.9591235,6.75633465 12.9591235,7.0168617 C12.9591235,7.25942136 12.9029358,7.44583295 12.7905605,7.57609647 C12.6781851,7.70635999 12.4826521,7.77149175 12.2039612,7.77149175 L9.79013906,7.77149175 C10.2306504,8.31949691 10.6711617,8.80237031 11.111673,9.22011195 C11.5521843,9.63785359 11.9342604,9.96351239 12.2579014,10.1970884 C12.473662,10.3587948 12.6399775,10.5070257 12.7568479,10.6417811 C12.8737182,10.7765364 12.9478859,10.9023081 12.979351,11.0190961 C13.0108161,11.1358841 13.0063211,11.2504261 12.965866,11.3627223 C12.9254109,11.4750184 12.8602332,11.5985442 12.7703329,11.7332995 Z M6.14917826,3.17633373 C6.14917826,3.38295863 6.18513836,3.52445176 6.25705858,3.60081314 C6.32897879,3.67717451 6.45483916,3.7153552 6.6346397,3.7153552 L9.76316898,3.7153552 C9.92498946,3.7153552 10.0351173,3.67492859 10.0935525,3.59407537 C10.1519876,3.51322215 10.1812052,3.36948309 10.1812052,3.1628582 L10.1812052,2.54298351 C10.1812052,2.3453423 10.1564827,2.21283286 10.1070375,2.14545517 C10.0575924,2.07807749 9.94296952,2.04438865 9.76316898,2.04438865 L6.5672145,2.04438865 C6.38741396,2.04438865 6.27279112,2.0690938 6.22334598,2.1185041 C6.17390083,2.1679144 6.14917826,2.27347277 6.14917826,2.43517921 L6.14917826,3.17633373 Z M3.04761905,12.1240901 C3.04761905,12.681079 2.82286838,12.9595734 2.37336705,12.9595734 C2.08568619,12.9595734 1.8879056,12.8921957 1.78002528,12.7574403 C1.67214496,12.622685 1.6182048,12.4115682 1.6182048,12.1240901 L1.6182048,6.9090574 C1.38446411,7.25043767 1.15971344,7.43684926 0.943952802,7.46829218 C0.728192162,7.4997351 0.530411575,7.43909518 0.350611041,7.28637243 C0.116870347,7.12466599 0,6.93151663 0,6.70692435 C0,6.48233207 0.130355387,6.18137842 0.391066161,5.80406339 C0.921477736,5.04943334 1.34176148,4.28132774 1.6519174,3.49974661 C1.96207332,2.71816548 2.22503161,1.88268221 2.44079225,0.993296784 C2.51271246,0.633949138 2.61160275,0.371176172 2.73746313,0.204977886 C2.8633235,0.0387796001 3.08357915,-0.0263521607 3.39823009,0.00958260389 C3.69490097,0.0545010596 3.8747015,0.184764581 3.93763169,0.400373169 C4.00056188,0.615981756 3.97808681,0.925919101 3.87020649,1.3301852 C3.73535609,1.8422556 3.6027532,2.30940754 3.47239781,2.73164102 C3.34204242,3.1538745 3.2004495,3.55814061 3.04761905,3.94443933 L3.04761905,12.1240901 Z" id="path-5"></path>
<filter x="-15.4%" y="-7.7%" width="130.8%" height="130.8%" filterUnits="objectBoundingBox" id="filter-6">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.350875191 0 0 0 0 0.169386343 0 0 0 0 0.0122040365 0 0 0 0.264228447 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<filter x="-40.9%" y="-300.0%" width="181.8%" height="700.0%" filterUnits="objectBoundingBox" id="filter-7">
<feGaussianBlur stdDeviation="3" in="SourceGraphic"></feGaussianBlur>
</filter>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="云南小程序-切图" transform="translate(-31.000000, -572.000000)">
<g id="云南图标/服务区备份-6" transform="translate(31.000000, 572.000000)">
<rect id="矩形" opacity="0.5" x="0" y="0" width="36" height="36"></rect>
<g id="编组" transform="translate(5.000000, 2.000000)">
<g id="矩形">
<use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
</g>
<g id="形状" transform="translate(6.368521, 6.000000)">
<use fill="black" fill-opacity="1" filter="url(#filter-6)" xlink:href="#path-5"></use>
<use fill="url(#linearGradient-4)" fill-rule="evenodd" xlink:href="#path-5"></use>
</g>
</g>
<ellipse id="椭圆形" fill="#FF9A45" filter="url(#filter-7)" cx="18" cy="31.5" rx="11" ry="1.5"></ellipse>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -1,84 +0,0 @@
<?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</title>
<defs>
<linearGradient x1="50%" y1="100%" x2="50%" y2="6.16297582e-31%" id="linearGradient-1">
<stop stop-color="#FF7272" offset="0%"></stop>
<stop stop-color="#E52E2E" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-2">
<stop stop-color="#FB6C6C" offset="0%"></stop>
<stop stop-color="#FD4A4A" offset="100%"></stop>
</linearGradient>
<path d="M1.5,12 C0.671572875,12 1.01453063e-16,11.3284271 0,10.5 C-1.01453063e-16,9.67157288 0.671572875,9 1.5,9 L3.2,9 L7.15294118,1.58823529 C7.67432276,0.61064483 8.69206414,1.97988136e-15 9.8,0 L21.2,0 C22.3079359,-1.53579215e-15 23.3256772,0.61064483 23.8470588,1.58823529 L27.8,9 L29.5,9 C30.3284271,9 31,9.67157288 31,10.5 C31,11.3284271 30.3284271,12 29.5,12 L29,12 L29,19 C29,20.6568542 27.6568542,22 26,22 L5,22 C3.34314575,22 2,20.6568542 2,19 L2,12 L1.5,12 Z" id="path-3"></path>
<filter x="-4.8%" y="-6.8%" width="109.7%" height="113.6%" filterUnits="objectBoundingBox" id="filter-4">
<feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.785183641 0 0 0 0 0.785183641 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="63.0726961%" y1="40.8163265%" x2="50%" y2="59.1836735%" id="linearGradient-5">
<stop stop-color="#FFF4F4" offset="0%"></stop>
<stop stop-color="#FFDCDC" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-6">
<stop stop-color="#FFF1F1" offset="0%"></stop>
<stop stop-color="#FFB9B9" offset="100%"></stop>
</linearGradient>
<path d="M9,18 C10.1045695,18 11,17.1045695 11,16 C11,14.8954305 10.1045695,14 9,14 C7.8954305,14 7,14.8954305 7,16 C7,17.1045695 7.8954305,18 9,18 Z" id="path-7"></path>
<filter x="-50.0%" y="-25.0%" width="200.0%" height="200.0%" filterUnits="objectBoundingBox" id="filter-8">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.353846011 0 0 0 0 0.00674417821 0 0 0 0 0.00674417821 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M22,18 C23.1045695,18 24,17.1045695 24,16 C24,14.8954305 23.1045695,14 22,14 C20.8954305,14 20,14.8954305 20,16 C20,17.1045695 20.8954305,18 22,18 Z" id="path-9"></path>
<filter x="-50.0%" y="-25.0%" width="200.0%" height="200.0%" filterUnits="objectBoundingBox" id="filter-10">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.353846011 0 0 0 0 0.00674417821 0 0 0 0 0.00674417821 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-11">
<stop stop-color="#FB6C6C" offset="0%"></stop>
<stop stop-color="#FD4A4A" offset="100%"></stop>
</linearGradient>
<path d="M18.75,7.5 C20.6829966,7.5 22.25,9.06700338 22.25,11 L20.25,11 C20.25,10.1715729 19.5784271,9.5 18.75,9.5 C17.9215729,9.5 17.25,10.1715729 17.25,11 L15.25,11 C15.25,9.06700338 16.8170034,7.5 18.75,7.5 Z" id="path-12"></path>
<filter x="-21.4%" y="-42.9%" width="142.9%" height="185.7%" filterUnits="objectBoundingBox" id="filter-13">
<feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.785183641 0 0 0 0 0.785183641 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<filter x="-40.9%" y="-300.0%" width="181.8%" height="700.0%" filterUnits="objectBoundingBox" id="filter-14">
<feGaussianBlur stdDeviation="3" in="SourceGraphic"></feGaussianBlur>
</filter>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="云南小程序-切图" transform="translate(-31.000000, -236.000000)">
<g id="编组" transform="translate(31.000000, 236.000000)">
<rect id="矩形" opacity="0.5" x="0" y="0" width="36" height="36"></rect>
<g id="编组-2" transform="translate(2.500000, 4.000000)">
<path d="M6,21 L10,21 L10,24 C10,24.5522847 9.55228475,25 9,25 L7,25 C6.44771525,25 6,24.5522847 6,24 L6,21 L6,21 Z" id="矩形" fill="url(#linearGradient-1)"></path>
<path d="M21,21 L25,21 L25,24 C25,24.5522847 24.5522847,25 24,25 L22,25 C21.4477153,25 21,24.5522847 21,24 L21,21 L21,21 Z" id="矩形备份" fill="url(#linearGradient-1)"></path>
<g id="形状结合">
<use fill="url(#linearGradient-2)" fill-rule="evenodd" xlink:href="#path-3"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-3"></use>
</g>
<path d="M11.354102,2 L19.645898,2 C20.7822142,2 21.8210036,2.64200713 22.3291796,3.65835921 L26,11 L26,11 L5,11 L8.67082039,3.65835921 C9.17899644,2.64200713 10.2177858,2 11.354102,2 Z" id="矩形备份-2" fill="url(#linearGradient-5)"></path>
<g id="椭圆形">
<use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
<use fill="url(#linearGradient-6)" fill-rule="evenodd" xlink:href="#path-7"></use>
</g>
<g id="椭圆形备份-3">
<use fill="black" fill-opacity="1" filter="url(#filter-10)" xlink:href="#path-9"></use>
<use fill="url(#linearGradient-6)" fill-rule="evenodd" xlink:href="#path-9"></use>
</g>
<g id="路径">
<use fill="url(#linearGradient-11)" fill-rule="evenodd" xlink:href="#path-12"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-13)" xlink:href="#path-12"></use>
</g>
</g>
<ellipse id="椭圆形" fill="#FF8989" filter="url(#filter-14)" cx="18" cy="31.5" rx="11" ry="1.5"></ellipse>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -1,64 +0,0 @@
<?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>云南图标/服务区备份_34</title>
<defs>
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
<stop stop-color="#FF6464" offset="0%"></stop>
<stop stop-color="#FF411B" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-2">
<stop stop-color="#FF6464" offset="0%"></stop>
<stop stop-color="#E43917" offset="100%"></stop>
</linearGradient>
<path d="M4,16 C3.17157288,16 2.5,15.3284271 2.5,14.5 C2.5,13.6715729 3.17157288,13 4,13 L5.817,13 L9.6310464,6.4844624 C10.1692534,5.56502542 11.1547114,5 12.2200898,5 L22.7799102,5 C23.8452886,5 24.8307466,5.56502542 25.3689536,6.4844624 L29.183,13 L31,13 C31.8284271,13 32.5,13.6715729 32.5,14.5 C32.5,15.3284271 31.8284271,16 31,16 L30.5,16 L30.5,23 C30.5,24.6568542 29.1568542,26 27.5,26 L7.5,26 C5.84314575,26 4.5,24.6568542 4.5,23 L4.5,16 L4,16 Z" id="path-3"></path>
<filter x="-5.0%" y="-7.1%" width="110.0%" height="114.3%" filterUnits="objectBoundingBox" id="filter-4">
<feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.950908172 0 0 0 0 0.785183641 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="63.0726961%" y1="42%" x2="50%" y2="58%" id="linearGradient-5">
<stop stop-color="#FFEFED" offset="0%"></stop>
<stop stop-color="#FFDCDC" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="19.2965725%" x2="50%" y2="100%" id="linearGradient-6">
<stop stop-color="#FFF1F1" offset="0%"></stop>
<stop stop-color="#FFC1B6" offset="100%"></stop>
</linearGradient>
<path d="M11.5,22 C12.6045695,22 13.5,21.1045695 13.5,20 C13.5,18.8954305 12.6045695,18 11.5,18 C10.3954305,18 9.5,18.8954305 9.5,20 C9.5,21.1045695 10.3954305,22 11.5,22 Z" id="path-7"></path>
<filter x="-50.0%" y="-25.0%" width="200.0%" height="200.0%" filterUnits="objectBoundingBox" id="filter-8">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.353846011 0 0 0 0 0.00674417821 0 0 0 0 0.00674417821 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<filter x="-40.9%" y="-300.0%" width="181.8%" height="700.0%" filterUnits="objectBoundingBox" id="filter-9">
<feGaussianBlur stdDeviation="3" in="SourceGraphic"></feGaussianBlur>
</filter>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-10">
<stop stop-color="#FF6464" offset="0%"></stop>
<stop stop-color="#E43917" offset="100%"></stop>
</linearGradient>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="云南小程序-切图" transform="translate(-79.000000, -524.000000)">
<g id="云南图标/服务区备份-16" transform="translate(79.000000, 524.000000)">
<rect id="矩形" opacity="0.5" x="0" y="0" width="36" height="36"></rect>
<path d="M8.5,25 L12.5,25 L12.5,28 C12.5,28.5522847 12.0522847,29 11.5,29 L9.5,29 C8.94771525,29 8.5,28.5522847 8.5,28 L8.5,25 L8.5,25 Z" id="矩形" fill="url(#linearGradient-1)"></path>
<g id="形状结合">
<use fill="url(#linearGradient-2)" fill-rule="evenodd" xlink:href="#path-3"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-3"></use>
</g>
<path d="M13.7545425,7 L21.2454575,7 C22.3292775,7 23.3288293,7.58458534 23.8601842,8.52921628 L27.5,15 L27.5,15 L7.5,15 L11.1398158,8.52921628 C11.6711707,7.58458534 12.6707225,7 13.7545425,7 Z" id="矩形备份-2" fill="url(#linearGradient-5)"></path>
<g id="椭圆形">
<use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
<use fill="url(#linearGradient-6)" fill-rule="evenodd" xlink:href="#path-7"></use>
</g>
<ellipse id="椭圆形" fill="#FF8282" filter="url(#filter-9)" cx="18" cy="31.5" rx="11" ry="1.5"></ellipse>
<circle id="椭圆形" fill="url(#linearGradient-6)" cx="26" cy="21" r="8"></circle>
<g id="租" transform="translate(21.353056, 16.360000)" fill="url(#linearGradient-10)" fill-rule="nonzero" stroke="url(#linearGradient-10)" stroke-width="0.5">
<path d="M3.42694444,5.41 C3.33361111,5.41 3.25694444,5.37333333 3.19694444,5.3 L2.58694444,4.52 C2.48694444,4.36666667 2.50361111,4.22333333 2.63694444,4.09 C2.79027778,3.99 2.93027778,4.00666667 3.05694444,4.14 L3.65694444,4.92 C3.76361111,5.07333333 3.75027778,5.21666667 3.61694444,5.35 C3.55694444,5.39 3.49361111,5.41 3.42694444,5.41 Z M8.49694444,7.88 L9.06694444,7.88 C9.15361111,7.88 9.22694444,7.91 9.28694444,7.97 C9.34694444,8.03 9.37694444,8.10666667 9.37694444,8.2 C9.37694444,8.28666667 9.34694444,8.36 9.28694444,8.42 C9.22694444,8.48 9.15361111,8.51 9.06694444,8.51 L3.92694444,8.51 C3.84027778,8.51 3.76694444,8.48 3.70694444,8.42 C3.64694444,8.36 3.61694444,8.28666667 3.61694444,8.2 C3.61694444,8.10666667 3.64694444,8.03 3.70694444,7.97 C3.76694444,7.91 3.84027778,7.88 3.92694444,7.88 L4.67694444,7.88 L4.67694444,1.56 C4.67694444,1.12666667 4.82694444,0.76 5.12694444,0.46 C5.43361111,0.153333333 5.80027778,0 6.22694444,0 L6.93694444,0 C7.36361111,0 7.73027778,0.153333333 8.03694444,0.46 C8.34361111,0.766666667 8.49694444,1.13333333 8.49694444,1.56 L8.49694444,7.88 Z M7.85694444,7.88 L7.85694444,5.75 L5.31694444,5.75 L5.31694444,7.88 L7.85694444,7.88 Z M7.85694444,5.12 L7.85694444,3.32 L5.31694444,3.32 L5.31694444,5.12 L7.85694444,5.12 Z M7.85694444,2.69 L7.85694444,1.56 C7.85694444,1.30666667 7.76694444,1.09 7.58694444,0.91 C7.40694444,0.73 7.19027778,0.64 6.93694444,0.64 L6.22694444,0.64 C5.98027778,0.64 5.76694444,0.73 5.58694444,0.91 C5.40694444,1.09 5.31694444,1.30666667 5.31694444,1.56 L5.31694444,2.69 L7.85694444,2.69 Z M2.48694444,3.17 L2.48694444,8.52 C2.47361111,8.72 2.36694444,8.82666667 2.16694444,8.84 C2.07361111,8.84 1.99694444,8.81 1.93694444,8.75 C1.87694444,8.69 1.84694444,8.61333333 1.84694444,8.52 L1.84694444,4.06 C1.43361111,5.02666667 1.00694444,5.85666667 0.566944444,6.55 C0.506944444,6.64333333 0.420277778,6.69 0.306944444,6.69 C0.253611111,6.69 0.200277778,6.67333333 0.146944444,6.64 C-0.00638888889,6.52666667 -0.0397222222,6.38666667 0.0469444444,6.22 C0.560277778,5.39333333 1.06361111,4.37666667 1.55694444,3.17 L0.426944444,3.17 C0.340277778,3.17 0.266944444,3.14 0.206944444,3.08 C0.146944444,3.02 0.116944444,2.94666667 0.116944444,2.86 C0.116944444,2.77333333 0.146944444,2.7 0.206944444,2.64 C0.266944444,2.58 0.340277778,2.55 0.426944444,2.55 L1.84694444,2.55 L1.84694444,0.84 C1.33361111,0.893333333 0.913611111,0.926666667 0.586944444,0.94 L0.576944444,0.94 C0.396944444,0.926666667 0.293611111,0.826666667 0.266944444,0.64 C0.260277778,0.553333333 0.286944444,0.48 0.346944444,0.42 C0.406944444,0.36 0.480277778,0.326666667 0.566944444,0.32 C1.26694444,0.28 1.89361111,0.226666667 2.44694444,0.16 C3.00027778,0.0866666667 3.29361111,0.0466666667 3.32694444,0.04 C3.41361111,0.0333333333 3.49027778,0.0533333333 3.55694444,0.1 C3.63027778,0.153333333 3.67027778,0.22 3.67694444,0.3 C3.69027778,0.493333333 3.60361111,0.61 3.41694444,0.65 C3.41027778,0.656666667 3.10027778,0.7 2.48694444,0.78 L2.48694444,2.55 L3.60694444,2.55 C3.69361111,2.55 3.76694444,2.58 3.82694444,2.64 C3.88694444,2.7 3.91694444,2.77333333 3.91694444,2.86 C3.89694444,3.05333333 3.79361111,3.15666667 3.60694444,3.17 L2.48694444,3.17 Z" id="形状"></path>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -1,46 +0,0 @@
<?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>云南图标/服务区备份_36</title>
<defs>
<filter x="-40.9%" y="-300.0%" width="181.8%" height="700.0%" filterUnits="objectBoundingBox" id="filter-1">
<feGaussianBlur stdDeviation="3" in="SourceGraphic"></feGaussianBlur>
</filter>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-2">
<stop stop-color="#FF6464" offset="0%"></stop>
<stop stop-color="#E43917" offset="100%"></stop>
</linearGradient>
<path d="M8,5 L28,5 C30.209139,5 32,6.790861 32,9 L32,10 L32,10 L4,10 L4,9 C4,6.790861 5.790861,5 8,5 Z M4,12 L32,12 L32,24 C32,26.209139 30.209139,28 28,28 L8,28 C5.790861,28 4,26.209139 4,24 L4,12 L4,12 Z" id="path-3"></path>
<filter x="-5.4%" y="-6.5%" width="110.7%" height="113.0%" filterUnits="objectBoundingBox" id="filter-4">
<feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.950908172 0 0 0 0 0.785183641 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="50%" y1="19.2965725%" x2="50%" y2="100%" id="linearGradient-5">
<stop stop-color="#FFF1F1" offset="0%"></stop>
<stop stop-color="#FFC1B6" offset="100%"></stop>
</linearGradient>
<path d="M8.665,22.082 L10.843,22.082 C11.071,22.082 11.233,22.118 11.329,22.19 C11.425,22.262 11.473,22.394 11.473,22.586 C11.473,22.778 11.425,22.91 11.329,22.982 C11.233,23.054 11.071,23.09 10.843,23.09 L8.071,23.09 C7.891,23.09 7.75,23.0555 7.648,22.9865 C7.546,22.9175 7.495,22.787 7.495,22.595 L7.495,17.312 C7.495,17.126 7.543,16.997 7.639,16.925 C7.735,16.853 7.879,16.817 8.071,16.817 L10.852,16.817 C11.026,16.817 11.1565,16.8545 11.2435,16.9295 C11.3305,17.0045 11.377,17.135 11.383,17.321 C11.389,17.507 11.344,17.6375 11.248,17.7125 C11.152,17.7875 11.017,17.825 10.843,17.825 L8.665,17.825 L8.665,19.346 L10.753,19.346 C10.945,19.346 11.083,19.3865 11.167,19.4675 C11.251,19.5485 11.293,19.679 11.293,19.859 C11.293,20.039 11.251,20.1665 11.167,20.2415 C11.083,20.3165 10.945,20.354 10.753,20.354 L8.665,20.354 L8.665,22.082 Z M14.983,17.861 L14.983,22.712 C14.983,22.832 14.938,22.94 14.848,23.036 C14.758,23.132 14.608,23.18 14.398,23.18 C14.188,23.18 14.038,23.129 13.948,23.027 C13.858,22.925 13.813,22.82 13.813,22.712 L13.813,17.861 L12.661,17.861 C12.553,17.861 12.448,17.822 12.346,17.744 C12.244,17.666 12.193,17.531 12.193,17.339 C12.193,17.153 12.241,17.0195 12.337,16.9385 C12.433,16.8575 12.541,16.817 12.661,16.817 L16.135,16.817 C16.255,16.817 16.363,16.8575 16.459,16.9385 C16.555,17.0195 16.603,17.153 16.603,17.339 C16.603,17.531 16.552,17.666 16.45,17.744 C16.348,17.822 16.243,17.861 16.135,17.861 L14.983,17.861 Z M20.266,23.27 C19.816,23.27 19.3975,23.195 19.0105,23.045 C18.6235,22.895 18.289,22.676 18.007,22.388 C17.725,22.1 17.506,21.7505 17.35,21.3395 C17.194,20.9285 17.119,20.462 17.125,19.94 C17.131,19.418 17.2105,18.953 17.3635,18.545 C17.5165,18.137 17.7235,17.792 17.9845,17.51 C18.2455,17.228 18.5545,17.012 18.9115,16.862 C19.2685,16.712 19.654,16.637 20.068,16.637 C20.362,16.637 20.632,16.6745 20.878,16.7495 C21.124,16.8245 21.337,16.9175 21.517,17.0285 C21.697,17.1395 21.838,17.2565 21.94,17.3795 C22.042,17.5025 22.099,17.609 22.111,17.699 C22.123,17.777 22.1185,17.843 22.0975,17.897 C22.0765,17.951 22.06,17.99 22.048,18.014 C22.03,18.044 21.997,18.08 21.949,18.122 C21.901,18.164 21.844,18.197 21.778,18.221 C21.67,18.269 21.565,18.266 21.463,18.212 C21.361,18.158 21.247,18.0905 21.121,18.0095 C20.995,17.9285 20.8465,17.8505 20.6755,17.7755 C20.5045,17.7005 20.293,17.663 20.041,17.663 C19.759,17.663 19.5085,17.7275 19.2895,17.8565 C19.0705,17.9855 18.8875,18.155 18.7405,18.365 C18.5935,18.575 18.4825,18.8165 18.4075,19.0895 C18.3325,19.3625 18.295,19.646 18.295,19.94 C18.295,20.234 18.337,20.5205 18.421,20.7995 C18.505,21.0785 18.6295,21.326 18.7945,21.542 C18.9595,21.758 19.165,21.9305 19.411,22.0595 C19.657,22.1885 19.942,22.25 20.266,22.244 C20.434,22.238 20.581,22.2185 20.707,22.1855 C20.833,22.1525 20.944,22.112 21.04,22.064 C21.136,22.016 21.223,21.9635 21.301,21.9065 C21.379,21.8495 21.457,21.791 21.535,21.731 C21.685,21.623 21.832,21.602 21.976,21.668 C22.114,21.722 22.207,21.797 22.255,21.893 C22.303,21.989 22.321,22.088 22.309,22.19 C22.297,22.262 22.243,22.3595 22.147,22.4825 C22.051,22.6055 21.916,22.7255 21.742,22.8425 C21.568,22.9595 21.3565,23.06 21.1075,23.144 C20.8585,23.228 20.578,23.27 20.266,23.27 Z" id="path-6"></path>
<filter x="-13.5%" y="-15.1%" width="127.0%" height="160.3%" filterUnits="objectBoundingBox" id="filter-7">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.353846011 0 0 0 0 0.00674417821 0 0 0 0 0.00674417821 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="云南小程序-切图" transform="translate(-79.000000, -380.000000)">
<g id="云南图标/服务区备份-17" transform="translate(79.000000, 380.000000)">
<rect id="矩形" opacity="0.5" x="0" y="0" width="36" height="36"></rect>
<ellipse id="椭圆形" fill="#FF8282" filter="url(#filter-1)" cx="18" cy="31.5" rx="11" ry="1.5"></ellipse>
<g id="形状结合">
<use fill="url(#linearGradient-2)" fill-rule="evenodd" xlink:href="#path-3"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-3"></use>
</g>
<g id="形状结合">
<use fill="black" fill-opacity="1" filter="url(#filter-7)" xlink:href="#path-6"></use>
<use fill="url(#linearGradient-5)" fill-rule="evenodd" xlink:href="#path-6"></use>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -1,53 +0,0 @@
<?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>云南图标/服务区备份_26</title>
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
<stop stop-color="#FF6464" offset="0%"></stop>
<stop stop-color="#E43917" offset="100%"></stop>
</linearGradient>
<path d="M18,22.0549853 C18.5522847,22.0549853 19,22.5027006 19,23.0549853 L19,24.0549853 C19,24.6072701 18.5522847,25.0549853 18,25.0549853 L1,25.0549853 C0.44771525,25.0549853 6.76353751e-17,24.6072701 0,24.0549853 L0,23.0549853 C-6.76353751e-17,22.5027006 0.44771525,22.0549853 1,22.0549853 L1,2.05498534 C1,0.95041584 1.8954305,0.0549853392 3,0.0549853392 L16,0.0549853392 C17.1045695,0.0549853392 18,0.95041584 18,2.05498534 L18,9.388 L18.6666667,9.38831867 C20.8758057,9.38831867 22.6666667,11.1791797 22.6666667,13.3883187 L22.6666667,21.721652 C22.6666667,22.0489319 22.9025002,22.3211298 23.2134992,22.3775778 L23.3333333,22.3883187 C23.7015232,22.3883187 24,22.0898418 24,21.721652 L23.999,16.0549853 L23.9993333,8.054 L21.6666667,8.05498534 C21.1143819,8.05498534 20.6666667,7.60727009 20.6666667,7.05498534 C20.6666667,6.74022804 20.8148608,6.44383972 21.0666667,6.25498534 L23.4733333,4.449 L21.2026458,2.1785113 C20.8121215,1.78798701 20.8121215,1.15482203 21.2026458,0.76429774 L21.6740503,0.292893219 C22.0645746,-0.0976310729 22.6977396,-0.0976310729 23.0882639,0.292893219 L26.3880955,3.59272486 C26.5204283,3.7250577 26.6079189,3.88525192 26.6505673,4.05442534 L26.6666667,4.05498534 L26.6669496,4.13237723 C26.6856727,4.24319012 26.6856684,4.35655047 26.6669368,4.46736219 L26.6666667,21.721652 C26.6666667,23.5626012 25.1742825,25.0549853 23.3333333,25.0549853 C21.4923842,25.0549853 20,23.5626012 20,21.721652 L20,13.3883187 C20,12.7045376 19.4852797,12.1409758 18.8221615,12.0639556 L18.6666667,12.0549853 L18,12.054 L18,22.0549853 Z" id="path-2"></path>
<filter x="-5.6%" y="-6.0%" width="111.2%" height="112.0%" filterUnits="objectBoundingBox" id="filter-3">
<feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.950908172 0 0 0 0 0.785183641 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<filter x="-40.9%" y="-300.0%" width="181.8%" height="700.0%" filterUnits="objectBoundingBox" id="filter-4">
<feGaussianBlur stdDeviation="3" in="SourceGraphic"></feGaussianBlur>
</filter>
<linearGradient x1="63.0726961%" y1="35.5029586%" x2="50%" y2="64.4970414%" id="linearGradient-5">
<stop stop-color="#FFEFED" offset="0%"></stop>
<stop stop-color="#FFDCDC" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="19.2965725%" x2="50%" y2="100%" id="linearGradient-6">
<stop stop-color="#FFF1F1" offset="0%"></stop>
<stop stop-color="#FFC1B6" offset="100%"></stop>
</linearGradient>
<path d="M4,11.0549853 L15,11.0549853 C15.5522847,11.0549853 16,11.5027006 16,12.0549853 L16,13.0549853 C16,13.6072701 15.5522847,14.0549853 15,14.0549853 L4,14.0549853 C3.44771525,14.0549853 3,13.6072701 3,13.0549853 L3,12.0549853 C3,11.5027006 3.44771525,11.0549853 4,11.0549853 Z" id="path-7"></path>
<filter x="-15.4%" y="-33.3%" width="130.8%" height="233.3%" filterUnits="objectBoundingBox" id="filter-8">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.353846011 0 0 0 0 0.00674417821 0 0 0 0 0.00674417821 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="云南小程序-切图" transform="translate(-79.000000, -284.000000)">
<g id="云南图标/服务区备份-12" transform="translate(79.000000, 284.000000)">
<rect id="矩形" opacity="0.5" x="0" y="0" width="36" height="36"></rect>
<g id="编组" transform="translate(4.750000, 3.945015)">
<g id="形状结合">
<use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
</g>
<ellipse id="椭圆形" fill="#FF8282" filter="url(#filter-4)" cx="13.25" cy="27.5549853" rx="11" ry="1.5"></ellipse>
<path d="M4,2.05498534 L15,2.05498534 C15.5522847,2.05498534 16,2.50270059 16,3.05498534 L16,8.05498534 C16,8.60727009 15.5522847,9.05498534 15,9.05498534 L4,9.05498534 C3.44771525,9.05498534 3,8.60727009 3,8.05498534 L3,3.05498534 C3,2.50270059 3.44771525,2.05498534 4,2.05498534 Z" id="矩形" fill="url(#linearGradient-5)"></path>
<g id="矩形备份">
<use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
<use fill="url(#linearGradient-6)" fill-rule="evenodd" xlink:href="#path-7"></use>
</g>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -1,48 +0,0 @@
<?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>云南图标/服务区备份_42</title>
<defs>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-1">
<stop stop-color="#FF6464" offset="0%"></stop>
<stop stop-color="#E43917" offset="100%"></stop>
</linearGradient>
<path d="M3.10056197,2.2844857 L11.2011239,0.415125243 C12.3848198,0.141964664 13.6151802,0.141964664 14.7988761,0.415125243 L22.899438,2.2844857 C24.7143624,2.7033144 26,4.31942655 26,6.18205048 L26,16.6016761 C26,20.5021856 23.732086,24.0467295 20.1905818,25.68127 L14.2571745,28.4197656 C13.4594892,28.7879281 12.5405108,28.7879281 11.7428255,28.4197656 L5.80941823,25.68127 C2.26791402,24.0467295 -1.29868219e-15,20.5021856 0,16.6016761 L0,6.18205048 C6.60072776e-16,4.31942655 1.28563762,2.7033144 3.10056197,2.2844857 Z" id="path-2"></path>
<filter x="-5.8%" y="-4.4%" width="111.5%" height="108.6%" filterUnits="objectBoundingBox" id="filter-3">
<feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.950908172 0 0 0 0 0.785183641 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="50%" y1="19.2965725%" x2="50%" y2="100%" id="linearGradient-4">
<stop stop-color="#FFF1F1" offset="0%"></stop>
<stop stop-color="#FFC1B6" offset="100%"></stop>
</linearGradient>
<path d="M12.7703329,11.7332995 C12.5905324,11.9758592 12.3837618,12.0656961 12.1500211,12.0028103 C11.9162804,11.9399244 11.6555696,11.7872017 11.3678887,11.544642 C10.783537,11.0685064 10.2935806,10.6125841 9.89801938,10.1768751 C9.50245821,9.74116604 9.15184717,9.28524371 8.84618626,8.80910808 L8.84618626,12.2049433 C8.84618626,12.4924215 8.7922461,12.6968004 8.68436578,12.8180803 C8.57648546,12.9393601 8.39218991,13 8.13147914,13 C7.87975839,13 7.68422531,12.9393601 7.5448799,12.8180803 C7.40553449,12.6968004 7.33586178,12.4924215 7.33586178,12.2049433 L7.33586178,9.37508062 C7.08414103,9.74341196 6.79870768,10.0847922 6.47956174,10.3992214 C6.16041579,10.7136506 5.75811209,11.0729982 5.27265065,11.4772644 C4.87708948,11.7827098 4.55344852,11.9534 4.30172777,11.9893347 C4.05000702,12.0252695 3.84773142,11.9309408 3.69490097,11.7063485 C3.62298076,11.5895605 3.5690406,11.4772644 3.53308049,11.3694601 C3.49712038,11.2616558 3.49487288,11.1493596 3.52633797,11.0325716 C3.55780306,10.9157837 3.62747577,10.7945038 3.73535609,10.6687321 C3.84323641,10.5429605 4.00505689,10.4037133 4.22081753,10.2509905 C4.37364798,10.1431862 4.55344852,10.003939 4.76021913,9.83324887 C4.96698975,9.66255874 5.18275039,9.46940938 5.40750105,9.25380079 C5.63225172,9.0381922 5.85700239,8.80461624 6.08175306,8.55307288 C6.30650372,8.30152953 6.51776935,8.04100249 6.71554994,7.77149175 L4.53097345,7.77149175 C4.2432926,7.77149175 4.03876949,7.70635999 3.91740413,7.57609647 C3.79603877,7.44583295 3.73535609,7.25942136 3.73535609,7.0168617 C3.73535609,6.75633465 3.79154376,6.56318529 3.90391909,6.43741362 C4.01629442,6.31164194 4.22531254,6.2487561 4.53097345,6.2487561 L7.33586178,6.2487561 L7.33586178,5.26504192 L5.90644753,5.26504192 C5.41199607,5.26504192 5.06812755,5.14825394 4.87484197,4.91467797 C4.6815564,4.681102 4.58491361,4.32175435 4.58491361,3.83663503 L4.58491361,1.92310882 C4.58491361,1.4379895 4.6815564,1.08088777 4.87484197,0.851803649 C5.06812755,0.622719525 5.41199607,0.508177462 5.90644753,0.508177462 L10.4643911,0.508177462 C10.9318725,0.508177462 11.2622559,0.618227679 11.4555415,0.838328112 C11.6488271,1.05842855 11.7454699,1.42451396 11.7454699,1.93658435 L11.7454699,3.83663503 C11.7454699,4.32175435 11.6555696,4.681102 11.4757691,4.91467797 C11.2959685,5.14825394 10.9588425,5.26504192 10.4643911,5.26504192 L8.84618626,5.26504192 L8.84618626,6.2487561 L12.2039612,6.2487561 C12.4916421,6.2487561 12.6894227,6.31164194 12.797303,6.43741362 C12.9051833,6.56318529 12.9591235,6.75633465 12.9591235,7.0168617 C12.9591235,7.25942136 12.9029358,7.44583295 12.7905605,7.57609647 C12.6781851,7.70635999 12.4826521,7.77149175 12.2039612,7.77149175 L9.79013906,7.77149175 C10.2306504,8.31949691 10.6711617,8.80237031 11.111673,9.22011195 C11.5521843,9.63785359 11.9342604,9.96351239 12.2579014,10.1970884 C12.473662,10.3587948 12.6399775,10.5070257 12.7568479,10.6417811 C12.8737182,10.7765364 12.9478859,10.9023081 12.979351,11.0190961 C13.0108161,11.1358841 13.0063211,11.2504261 12.965866,11.3627223 C12.9254109,11.4750184 12.8602332,11.5985442 12.7703329,11.7332995 Z M6.14917826,3.17633373 C6.14917826,3.38295863 6.18513836,3.52445176 6.25705858,3.60081314 C6.32897879,3.67717451 6.45483916,3.7153552 6.6346397,3.7153552 L9.76316898,3.7153552 C9.92498946,3.7153552 10.0351173,3.67492859 10.0935525,3.59407537 C10.1519876,3.51322215 10.1812052,3.36948309 10.1812052,3.1628582 L10.1812052,2.54298351 C10.1812052,2.3453423 10.1564827,2.21283286 10.1070375,2.14545517 C10.0575924,2.07807749 9.94296952,2.04438865 9.76316898,2.04438865 L6.5672145,2.04438865 C6.38741396,2.04438865 6.27279112,2.0690938 6.22334598,2.1185041 C6.17390083,2.1679144 6.14917826,2.27347277 6.14917826,2.43517921 L6.14917826,3.17633373 Z M3.04761905,12.1240901 C3.04761905,12.681079 2.82286838,12.9595734 2.37336705,12.9595734 C2.08568619,12.9595734 1.8879056,12.8921957 1.78002528,12.7574403 C1.67214496,12.622685 1.6182048,12.4115682 1.6182048,12.1240901 L1.6182048,6.9090574 C1.38446411,7.25043767 1.15971344,7.43684926 0.943952802,7.46829218 C0.728192162,7.4997351 0.530411575,7.43909518 0.350611041,7.28637243 C0.116870347,7.12466599 0,6.93151663 0,6.70692435 C0,6.48233207 0.130355387,6.18137842 0.391066161,5.80406339 C0.921477736,5.04943334 1.34176148,4.28132774 1.6519174,3.49974661 C1.96207332,2.71816548 2.22503161,1.88268221 2.44079225,0.993296784 C2.51271246,0.633949138 2.61160275,0.371176172 2.73746313,0.204977886 C2.8633235,0.0387796001 3.08357915,-0.0263521607 3.39823009,0.00958260389 C3.69490097,0.0545010596 3.8747015,0.184764581 3.93763169,0.400373169 C4.00056188,0.615981756 3.97808681,0.925919101 3.87020649,1.3301852 C3.73535609,1.8422556 3.6027532,2.30940754 3.47239781,2.73164102 C3.34204242,3.1538745 3.2004495,3.55814061 3.04761905,3.94443933 L3.04761905,12.1240901 Z" id="path-5"></path>
<filter x="-15.4%" y="-7.7%" width="130.8%" height="130.8%" filterUnits="objectBoundingBox" id="filter-6">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.353846011 0 0 0 0 0.00674417821 0 0 0 0 0.00674417821 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<filter x="-40.9%" y="-300.0%" width="181.8%" height="700.0%" filterUnits="objectBoundingBox" id="filter-7">
<feGaussianBlur stdDeviation="3" in="SourceGraphic"></feGaussianBlur>
</filter>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="云南小程序-切图" transform="translate(-79.000000, -572.000000)">
<g id="云南图标/服务区备份-20" transform="translate(79.000000, 572.000000)">
<rect id="矩形" opacity="0.5" x="0" y="0" width="36" height="36"></rect>
<g id="编组" transform="translate(5.000000, 2.000000)">
<g id="矩形">
<use fill="url(#linearGradient-1)" fill-rule="evenodd" xlink:href="#path-2"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-2"></use>
</g>
<g id="形状" transform="translate(6.368521, 6.000000)">
<use fill="black" fill-opacity="1" filter="url(#filter-6)" xlink:href="#path-5"></use>
<use fill="url(#linearGradient-4)" fill-rule="evenodd" xlink:href="#path-5"></use>
</g>
</g>
<ellipse id="椭圆形" fill="#FF8282" filter="url(#filter-7)" cx="18" cy="31.5" rx="11" ry="1.5"></ellipse>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -1,84 +0,0 @@
<?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>云南图标/服务区备份_24</title>
<defs>
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
<stop stop-color="#FF6464" offset="0%"></stop>
<stop stop-color="#FF411B" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-2">
<stop stop-color="#FF6464" offset="0%"></stop>
<stop stop-color="#E43917" offset="100%"></stop>
</linearGradient>
<path d="M1.5,12 C0.671572875,12 1.01453063e-16,11.3284271 0,10.5 C-1.01453063e-16,9.67157288 0.671572875,9 1.5,9 L3.2,9 L7.15294118,1.58823529 C7.67432276,0.61064483 8.69206414,1.97988136e-15 9.8,0 L21.2,0 C22.3079359,-1.53579215e-15 23.3256772,0.61064483 23.8470588,1.58823529 L27.8,9 L29.5,9 C30.3284271,9 31,9.67157288 31,10.5 C31,11.3284271 30.3284271,12 29.5,12 L29,12 L29,19 C29,20.6568542 27.6568542,22 26,22 L5,22 C3.34314575,22 2,20.6568542 2,19 L2,12 L1.5,12 Z" id="path-3"></path>
<filter x="-4.8%" y="-6.8%" width="109.7%" height="113.6%" filterUnits="objectBoundingBox" id="filter-4">
<feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.950908172 0 0 0 0 0.785183641 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="63.0726961%" y1="40.8163265%" x2="50%" y2="59.1836735%" id="linearGradient-5">
<stop stop-color="#FFEFED" offset="0%"></stop>
<stop stop-color="#FFDCDC" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="19.2965725%" x2="50%" y2="100%" id="linearGradient-6">
<stop stop-color="#FFF1F1" offset="0%"></stop>
<stop stop-color="#FFC1B6" offset="100%"></stop>
</linearGradient>
<path d="M9,18 C10.1045695,18 11,17.1045695 11,16 C11,14.8954305 10.1045695,14 9,14 C7.8954305,14 7,14.8954305 7,16 C7,17.1045695 7.8954305,18 9,18 Z" id="path-7"></path>
<filter x="-50.0%" y="-25.0%" width="200.0%" height="200.0%" filterUnits="objectBoundingBox" id="filter-8">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.353846011 0 0 0 0 0.00674417821 0 0 0 0 0.00674417821 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M22,18 C23.1045695,18 24,17.1045695 24,16 C24,14.8954305 23.1045695,14 22,14 C20.8954305,14 20,14.8954305 20,16 C20,17.1045695 20.8954305,18 22,18 Z" id="path-9"></path>
<filter x="-50.0%" y="-25.0%" width="200.0%" height="200.0%" filterUnits="objectBoundingBox" id="filter-10">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.353846011 0 0 0 0 0.00674417821 0 0 0 0 0.00674417821 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-11">
<stop stop-color="#FB6C6C" offset="0%"></stop>
<stop stop-color="#FD4A4A" offset="100%"></stop>
</linearGradient>
<path d="M18.75,7.5 C20.6829966,7.5 22.25,9.06700338 22.25,11 L20.25,11 C20.25,10.1715729 19.5784271,9.5 18.75,9.5 C17.9215729,9.5 17.25,10.1715729 17.25,11 L15.25,11 C15.25,9.06700338 16.8170034,7.5 18.75,7.5 Z" id="path-12"></path>
<filter x="-21.4%" y="-42.9%" width="142.9%" height="185.7%" filterUnits="objectBoundingBox" id="filter-13">
<feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.785183641 0 0 0 0 0.785183641 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<filter x="-40.9%" y="-300.0%" width="181.8%" height="700.0%" filterUnits="objectBoundingBox" id="filter-14">
<feGaussianBlur stdDeviation="3" in="SourceGraphic"></feGaussianBlur>
</filter>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="云南小程序-切图" transform="translate(-79.000000, -236.000000)">
<g id="编组" transform="translate(79.000000, 236.000000)">
<rect id="矩形" opacity="0.5" x="0" y="0" width="36" height="36"></rect>
<g id="编组-2" transform="translate(2.500000, 4.000000)">
<path d="M6,21 L10,21 L10,24 C10,24.5522847 9.55228475,25 9,25 L7,25 C6.44771525,25 6,24.5522847 6,24 L6,21 L6,21 Z" id="矩形" fill="url(#linearGradient-1)"></path>
<path d="M21,21 L25,21 L25,24 C25,24.5522847 24.5522847,25 24,25 L22,25 C21.4477153,25 21,24.5522847 21,24 L21,21 L21,21 Z" id="矩形备份" fill="url(#linearGradient-1)"></path>
<g id="形状结合">
<use fill="url(#linearGradient-2)" fill-rule="evenodd" xlink:href="#path-3"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-3"></use>
</g>
<path d="M11.354102,2 L19.645898,2 C20.7822142,2 21.8210036,2.64200713 22.3291796,3.65835921 L26,11 L26,11 L5,11 L8.67082039,3.65835921 C9.17899644,2.64200713 10.2177858,2 11.354102,2 Z" id="矩形备份-2" fill="url(#linearGradient-5)"></path>
<g id="椭圆形">
<use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
<use fill="url(#linearGradient-6)" fill-rule="evenodd" xlink:href="#path-7"></use>
</g>
<g id="椭圆形备份-3">
<use fill="black" fill-opacity="1" filter="url(#filter-10)" xlink:href="#path-9"></use>
<use fill="url(#linearGradient-6)" fill-rule="evenodd" xlink:href="#path-9"></use>
</g>
<g id="路径">
<use fill="url(#linearGradient-11)" fill-rule="evenodd" xlink:href="#path-12"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-13)" xlink:href="#path-12"></use>
</g>
</g>
<ellipse id="椭圆形" fill="#FF8282" filter="url(#filter-14)" cx="18" cy="31.5" rx="11" ry="1.5"></ellipse>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -1,89 +0,0 @@
<?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>云南图标/服务区备份_46</title>
<defs>
<filter x="-40.9%" y="-300.0%" width="181.8%" height="700.0%" filterUnits="objectBoundingBox" id="filter-1">
<feGaussianBlur stdDeviation="3" in="SourceGraphic"></feGaussianBlur>
</filter>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-2">
<stop stop-color="#FF6464" offset="0%"></stop>
<stop stop-color="#E43917" offset="100%"></stop>
</linearGradient>
<path d="M13,0 C15.209139,0 17,1.790861 17,4 L17,8 C17,10.209139 15.209139,12 13,12 L9,12 C6.790861,12 5,10.209139 5,8 L5,4 C5,1.790861 6.790861,0 9,0 L13,0 Z M13,3 L9,3 C8.44771525,3 8,3.44771525 8,4 L8,8 C8,8.55228475 8.44771525,9 9,9 L13,9 C13.5522847,9 14,8.55228475 14,8 L14,4 C14,3.44771525 13.5522847,3 13,3 Z" id="path-3"></path>
<filter x="-12.5%" y="-12.5%" width="125.0%" height="125.0%" filterUnits="objectBoundingBox" id="filter-4">
<feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.950908172 0 0 0 0 0.785183641 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-5">
<stop stop-color="#FF6464" offset="0%"></stop>
<stop stop-color="#FF411B" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-6">
<stop stop-color="#FF6464" offset="0%"></stop>
<stop stop-color="#E43917" offset="100%"></stop>
</linearGradient>
<path d="M3,5 L19,5 C20.6568542,5 22,6.34314575 22,8 L22,24.5 C22,26.1568542 20.6568542,27.5 19,27.5 L3,27.5 C1.34314575,27.5 2.02906125e-16,26.1568542 0,24.5 L0,8 C-2.02906125e-16,6.34314575 1.34314575,5 3,5 Z" id="path-7"></path>
<filter x="-6.8%" y="-6.7%" width="113.6%" height="113.3%" filterUnits="objectBoundingBox" id="filter-8">
<feGaussianBlur stdDeviation="1" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.950908172 0 0 0 0 0.785183641 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="50%" y1="19.2965725%" x2="50%" y2="100%" id="linearGradient-9">
<stop stop-color="#FFF1F1" offset="0%"></stop>
<stop stop-color="#FFC1B6" offset="100%"></stop>
</linearGradient>
<rect id="path-10" x="4" y="10" width="2" height="13" rx="1"></rect>
<filter x="-100.0%" y="-7.7%" width="300.0%" height="130.8%" filterUnits="objectBoundingBox" id="filter-11">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.353846011 0 0 0 0 0.00674417821 0 0 0 0 0.00674417821 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<rect id="path-12" x="10" y="10" width="2" height="13" rx="1"></rect>
<filter x="-100.0%" y="-7.7%" width="300.0%" height="130.8%" filterUnits="objectBoundingBox" id="filter-13">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.353846011 0 0 0 0 0.00674417821 0 0 0 0 0.00674417821 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<rect id="path-14" x="16" y="10" width="2" height="13" rx="1"></rect>
<filter x="-100.0%" y="-7.7%" width="300.0%" height="130.8%" filterUnits="objectBoundingBox" id="filter-15">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.353846011 0 0 0 0 0.00674417821 0 0 0 0 0.00674417821 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="云南小程序-切图" transform="translate(-79.000000, -716.000000)">
<g id="云南图标/服务区备份-22" transform="translate(79.000000, 716.000000)">
<rect id="矩形" opacity="0.5" x="0" y="0" width="36" height="36"></rect>
<ellipse id="椭圆形" fill="#FF8282" filter="url(#filter-1)" cx="18" cy="31.5" rx="11" ry="1.5"></ellipse>
<g id="编组" transform="translate(7.000000, 2.000000)">
<g id="矩形">
<use fill="url(#linearGradient-2)" fill-rule="evenodd" xlink:href="#path-3"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-3"></use>
</g>
<rect id="矩形" fill="url(#linearGradient-5)" x="3" y="26" width="3" height="4" rx="1.5"></rect>
<rect id="矩形备份" fill="url(#linearGradient-5)" x="16" y="26" width="3" height="4" rx="1.5"></rect>
<g id="矩形">
<use fill="url(#linearGradient-6)" fill-rule="evenodd" xlink:href="#path-7"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
</g>
<g id="矩形">
<use fill="black" fill-opacity="1" filter="url(#filter-11)" xlink:href="#path-10"></use>
<use fill="url(#linearGradient-9)" fill-rule="evenodd" xlink:href="#path-10"></use>
</g>
<g id="矩形备份-2">
<use fill="black" fill-opacity="1" filter="url(#filter-13)" xlink:href="#path-12"></use>
<use fill="url(#linearGradient-9)" fill-rule="evenodd" xlink:href="#path-12"></use>
</g>
<g id="矩形备份-3">
<use fill="black" fill-opacity="1" filter="url(#filter-15)" xlink:href="#path-14"></use>
<use fill="url(#linearGradient-9)" fill-rule="evenodd" xlink:href="#path-14"></use>
</g>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -1,79 +0,0 @@
<?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>云南图标/服务区备份_45</title>
<defs>
<filter x="-40.9%" y="-300.0%" width="181.8%" height="700.0%" filterUnits="objectBoundingBox" id="filter-1">
<feGaussianBlur stdDeviation="3" in="SourceGraphic"></feGaussianBlur>
</filter>
<linearGradient x1="50%" y1="35.4723087%" x2="50%" y2="100%" id="linearGradient-2">
<stop stop-color="#43C075" offset="0%"></stop>
<stop stop-color="#05A344" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="100%" x2="50%" y2="35.4723087%" id="linearGradient-3">
<stop stop-color="#43C075" offset="0%"></stop>
<stop stop-color="#05A344" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="1.23259516e-30%" x2="50%" y2="100%" id="linearGradient-4">
<stop stop-color="#43C075" offset="0%"></stop>
<stop stop-color="#27B861" offset="100%"></stop>
</linearGradient>
<path d="M3,5 L19,5 C20.6568542,5 22,6.34314575 22,8 L22,24.5 C22,26.1568542 20.6568542,27.5 19,27.5 L3,27.5 C1.34314575,27.5 2.02906125e-16,26.1568542 0,24.5 L0,8 C-2.02906125e-16,6.34314575 1.34314575,5 3,5 Z" id="path-5"></path>
<filter x="-9.1%" y="-8.9%" width="118.2%" height="117.8%" filterUnits="objectBoundingBox" id="filter-6">
<feGaussianBlur stdDeviation="1.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 0.754241922 0 0 0 0 0.941995372 0 0 0 0 0.828810668 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-7">
<stop stop-color="#DFFBEB" offset="0%"></stop>
<stop stop-color="#A8EACA" offset="100%"></stop>
</linearGradient>
<rect id="path-8" x="4" y="10" width="2" height="13" rx="1"></rect>
<filter x="-100.0%" y="-7.7%" width="300.0%" height="130.8%" filterUnits="objectBoundingBox" id="filter-9">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.00369115844 0 0 0 0 0.321563721 0 0 0 0 0.135142218 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<rect id="path-10" x="10" y="10" width="2" height="13" rx="1"></rect>
<filter x="-100.0%" y="-7.7%" width="300.0%" height="130.8%" filterUnits="objectBoundingBox" id="filter-11">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.00369115844 0 0 0 0 0.321563721 0 0 0 0 0.135142218 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<rect id="path-12" x="16" y="10" width="2" height="13" rx="1"></rect>
<filter x="-100.0%" y="-7.7%" width="300.0%" height="130.8%" filterUnits="objectBoundingBox" id="filter-13">
<feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0.00369115844 0 0 0 0 0.321563721 0 0 0 0 0.135142218 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="云南小程序-切图" transform="translate(-31.000000, -716.000000)">
<g id="云南图标/服务区备份-8" transform="translate(31.000000, 716.000000)">
<rect id="矩形" opacity="0.5" x="0" y="0" width="36" height="36"></rect>
<ellipse id="椭圆形" fill="#67CA8E" filter="url(#filter-1)" cx="18" cy="31.5" rx="11" ry="1.5"></ellipse>
<g id="编组" transform="translate(7.000000, 2.000000)">
<path d="M13,0 C15.209139,0 17,1.790861 17,4 L17,8 C17,10.209139 15.209139,12 13,12 L9,12 C6.790861,12 5,10.209139 5,8 L5,4 C5,1.790861 6.790861,0 9,0 L13,0 Z M13,3 L9,3 C8.44771525,3 8,3.44771525 8,4 L8,8 C8,8.55228475 8.44771525,9 9,9 L13,9 C13.5522847,9 14,8.55228475 14,8 L14,4 C14,3.44771525 13.5522847,3 13,3 Z" id="矩形" fill="url(#linearGradient-2)"></path>
<rect id="矩形" fill="url(#linearGradient-3)" x="3" y="26" width="3" height="4" rx="1.5"></rect>
<rect id="矩形备份" fill="url(#linearGradient-3)" x="16" y="26" width="3" height="4" rx="1.5"></rect>
<g id="矩形">
<use fill="url(#linearGradient-4)" fill-rule="evenodd" xlink:href="#path-5"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-6)" xlink:href="#path-5"></use>
</g>
<g id="矩形">
<use fill="black" fill-opacity="1" filter="url(#filter-9)" xlink:href="#path-8"></use>
<use fill="url(#linearGradient-7)" fill-rule="evenodd" xlink:href="#path-8"></use>
</g>
<g id="矩形备份-2">
<use fill="black" fill-opacity="1" filter="url(#filter-11)" xlink:href="#path-10"></use>
<use fill="url(#linearGradient-7)" fill-rule="evenodd" xlink:href="#path-10"></use>
</g>
<g id="矩形备份-3">
<use fill="black" fill-opacity="1" filter="url(#filter-13)" xlink:href="#path-12"></use>
<use fill="url(#linearGradient-7)" fill-rule="evenodd" xlink:href="#path-12"></use>
</g>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -1,134 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>编组 9@2x</title>
<defs>
<circle id="path-1" cx="23" cy="23" r="23"></circle>
<linearGradient x1="50%" y1="0%" x2="50%" y2="95.9174699%" id="linearGradient-3">
<stop stop-color="#2F6831" offset="0%"></stop>
<stop stop-color="#438D45" offset="100%"></stop>
</linearGradient>
<path d="M38.75,7.25 C41.2136801,7.25 43.327401,9.00606014 43.7789503,11.4280063 L48.5,36.75 L48.5,36.75 L43.25,37.5 L38.75,7.25 Z" id="path-4"></path>
<filter x="-35.9%" y="-11.6%" width="171.8%" height="123.1%" filterUnits="objectBoundingBox" id="filter-5">
<feGaussianBlur stdDeviation="3" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 0.567716489 0 0 0 0 0.805495995 0 0 0 0 0.574321476 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="50%" y1="100%" x2="50%" y2="6.16297582e-31%" id="linearGradient-6">
<stop stop-color="#407642" offset="0%"></stop>
<stop stop-color="#65A767" offset="100%"></stop>
</linearGradient>
<path d="M38.5,7.25 L39.7334741,7.41446321 C41.1859986,7.60813315 42.2860609,8.82281162 42.3352895,10.2873635 L43.25,37.5 L43.25,37.5 L39,38.5 L38.5,7.25 Z" id="path-7"></path>
<filter x="-42.1%" y="-6.4%" width="184.2%" height="112.8%" filterUnits="objectBoundingBox" id="filter-8">
<feGaussianBlur stdDeviation="1.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 0.15236204 0 0 0 0 0.408794016 0 0 0 0 0.159387574 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="50%" y1="0%" x2="50%" y2="95.9174699%" id="linearGradient-9">
<stop stop-color="#7CC87E" offset="0%"></stop>
<stop stop-color="#438D45" offset="100%"></stop>
</linearGradient>
<path d="M18.9923728,7.25 L38.2504153,7.25 C39.9072696,7.25 41.2504153,8.59314575 41.2504153,10.25 C41.2504153,10.3298406 41.2472281,10.4096494 41.2408611,10.4892357 L39,38.5 L39,38.5 L11,36.75 L16.0431919,9.70015271 C16.3079987,8.27982505 17.5475706,7.25 18.9923728,7.25 Z" id="path-10"></path>
<filter x="-13.1%" y="-12.8%" width="125.4%" height="125.6%" filterUnits="objectBoundingBox" id="filter-11">
<feGaussianBlur stdDeviation="3" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="-2" dy="2" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 0.514157903 0 0 0 0 0.739654983 0 0 0 0 0.52042171 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-12">
<stop stop-color="#84CB87" offset="0%"></stop>
<stop stop-color="#418843" offset="100%"></stop>
</linearGradient>
<path d="M28.5,0 C32.1912383,0 34.1467981,3.44551014 34.4989067,9.95951856 C34.521264,10.3731283 34.2040912,10.7265494 33.7904814,10.7489067 C33.3768717,10.771264 33.0234506,10.4540912 33.0010933,10.0404814 C32.6865352,4.22115653 31.142095,1.5 28.5,1.5 C25.857905,1.5 24.3134648,4.22115653 23.9989067,10.0404814 C23.9765494,10.4540912 23.6231283,10.771264 23.2095186,10.7489067 C22.7959088,10.7265494 22.478736,10.3731283 22.5010933,9.95951856 C22.8532019,3.44551014 24.8087617,0 28.5,0 Z" id="path-13"></path>
<filter x="-4.2%" y="-4.7%" width="108.3%" height="109.3%" filterUnits="objectBoundingBox" id="filter-14">
<feGaussianBlur stdDeviation="0.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="0" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 0.310368324 0 0 0 0 0.65705761 0 0 0 0 0.319738304 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="50%" y1="1.23259516e-30%" x2="50%" y2="86.0149505%" id="linearGradient-15">
<stop stop-color="#EDA30F" offset="0%"></stop>
<stop stop-color="#E09603" offset="100%"></stop>
</linearGradient>
<path d="M20.1210544,19.7426459 L22.5,39.25 L22.5,39.25 L17.5,40 L19,18.75 C19.570855,18.75 20.0519499,19.175989 20.1210544,19.7426459 Z" id="path-16"></path>
<filter x="-40.0%" y="-9.4%" width="180.0%" height="118.8%" filterUnits="objectBoundingBox" id="filter-17">
<feGaussianBlur stdDeviation="1.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="1" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 0.949019608 0 0 0 0 0.737254902 0 0 0 0 0.0784313725 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-18">
<stop stop-color="#3F7841" offset="0%"></stop>
<stop stop-color="#4DA14F" offset="100%"></stop>
</linearGradient>
<linearGradient x1="50%" y1="73.4794979%" x2="50%" y2="6.16297582e-31%" id="linearGradient-19">
<stop stop-color="#F3B219" offset="0%"></stop>
<stop stop-color="#FFD217" offset="100%"></stop>
</linearGradient>
<path d="M3.86118742,18.75 L18.8754563,18.75 C19.4277411,18.75 19.8754563,19.1977153 19.8754563,19.75 C19.8754563,19.7890474 19.8731693,19.8280613 19.8686069,19.8668412 L17.6116087,39.0513262 C17.5491592,39.5821472 17.0803346,39.9700239 16.547211,39.9319436 L1.07800908,38.8270006 C0.52712785,38.787652 0.11244877,38.3091761 0.151797429,37.7582949 C0.153640167,37.7324966 0.156483088,37.7067794 0.160319776,37.6812015 L2.87225107,19.6016595 C2.94567906,19.1121396 3.366191,18.75 3.86118742,18.75 Z" id="path-20"></path>
<filter x="-11.8%" y="-11.8%" width="123.6%" height="123.2%" filterUnits="objectBoundingBox" id="filter-21">
<feGaussianBlur stdDeviation="1.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="-2" dy="2" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 0.973114456 0 0 0 0 0.782311131 0 0 0 0 0.252301896 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-22">
<stop stop-color="#FFC600" offset="0%"></stop>
<stop stop-color="#F7A707" offset="100%"></stop>
</linearGradient>
<path d="M11,13.25 C14.0407057,13.25 15.5,15.974016 15.5,21 C15.5,21.4142136 15.1642136,21.75 14.75,21.75 C14.3357864,21.75 14,21.4142136 14,21 C14,16.6926507 12.9592943,14.75 11,14.75 C9.05784435,14.75 8.09596924,16.6737502 8.24952214,20.9732314 C8.26430606,21.387181 7.9407183,21.7347382 7.52676865,21.7495221 C7.112819,21.7643061 6.76526178,21.4407183 6.75047786,21.0267686 C6.57069742,15.9929164 7.94215565,13.25 11,13.25 Z" id="path-23"></path>
<filter x="-5.7%" y="-5.9%" width="111.4%" height="111.8%" filterUnits="objectBoundingBox" id="filter-24">
<feGaussianBlur stdDeviation="0.5" in="SourceAlpha" result="shadowBlurInner1"></feGaussianBlur>
<feOffset dx="0" dy="0" in="shadowBlurInner1" result="shadowOffsetInner1"></feOffset>
<feComposite in="shadowOffsetInner1" in2="SourceAlpha" operator="arithmetic" k2="-1" k3="1" result="shadowInnerInner1"></feComposite>
<feColorMatrix values="0 0 0 0 1 0 0 0 0 0.700886972 0 0 0 0 0.24389708 0 0 0 1 0" type="matrix" in="shadowInnerInner1"></feColorMatrix>
</filter>
</defs>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="画板" transform="translate(-27.000000, -26.000000)">
<g id="编组-9" transform="translate(27.000000, 26.000000)">
<circle id="椭圆形" fill="#FFFFFF" cx="24" cy="24" r="24"></circle>
<g id="编组-2" transform="translate(1.000000, 1.000000)">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<use id="蒙版" fill="#FEF4DF" xlink:href="#path-1"></use>
<g id="编组" mask="url(#mask-2)">
<g transform="translate(-1.000000, 9.000000)">
<g id="路径-20" fill="none">
<use fill="url(#linearGradient-3)" fill-rule="evenodd" xlink:href="#path-4"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-5)" xlink:href="#path-4"></use>
</g>
<g id="路径-19" fill="none">
<use fill="url(#linearGradient-6)" fill-rule="evenodd" xlink:href="#path-7"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-8)" xlink:href="#path-7"></use>
</g>
<g id="路径-18" fill="none">
<use fill="url(#linearGradient-9)" fill-rule="evenodd" xlink:href="#path-10"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-11)" xlink:href="#path-10"></use>
</g>
<g id="路径-10" fill="none" fill-rule="nonzero">
<use fill="url(#linearGradient-12)" xlink:href="#path-13"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-14)" xlink:href="#path-13"></use>
</g>
<g id="路径-17" fill="none">
<use fill="url(#linearGradient-15)" fill-rule="evenodd" xlink:href="#path-16"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-17)" xlink:href="#path-16"></use>
</g>
<path d="M23.25,18 C23.9403559,18 24.5,17.3731986 24.5,16.6 C24.5,15.8268014 23.9403559,15.2 23.25,15.2 C22.5596441,15.2 22,15.8268014 22,16.6 C22,17.3731986 22.5596441,18 23.25,18 Z M27.75,18.1234106 C28.4403559,18.1234106 29,17.4966093 29,16.7234106 C29,15.950212 28.4403559,15.3234106 27.75,15.3234106 C27.0596441,15.3234106 26.5,15.950212 26.5,16.7234106 C26.5,17.4966093 27.0596441,18.1234106 27.75,18.1234106 Z M32.25,18.25 C32.9403559,18.25 33.5,17.6231986 33.5,16.85 C33.5,16.0768014 32.9403559,15.45 32.25,15.45 C31.5596441,15.45 31,16.0768014 31,16.85 C31,17.6231986 31.5596441,18.25 32.25,18.25 Z" id="形状结合" fill="url(#linearGradient-18)" fill-rule="evenodd"></path>
<g id="路径-16" fill="none">
<use fill="url(#linearGradient-19)" fill-rule="evenodd" xlink:href="#path-20"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-21)" xlink:href="#path-20"></use>
</g>
<g id="路径-12" fill="none" fill-rule="nonzero">
<use fill="url(#linearGradient-22)" xlink:href="#path-23"></use>
<use fill="black" fill-opacity="1" filter="url(#filter-24)" xlink:href="#path-23"></use>
</g>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1,24 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="88px" height="24px" viewBox="0 0 88 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>资源_1@2x</title>
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="云南小程序-切图" transform="translate(-211.000000, -41.000000)" fill-rule="nonzero">
<g id="资源-1" transform="translate(211.000000, 41.000000)">
<path d="M19.9144152,4.30064008 C21.4335438,8.29432943 18.2631884,13.2836127 12.8967013,15.4501609 C7.53021419,17.6167091 1.89953082,16.1346318 0.380402168,12.1465992 C-1.13872648,8.15856662 2.03162896,3.16362654 7.40362014,0.997078352 C12.7756113,-1.16946984 18.4007906,0.312607514 19.9144152,4.30064008 Z" id="路径" fill="#1E9B4A"></path>
<path d="M13.7608557,4.34023757 C13.7578067,5.03305513 13.2094026,5.59245935 12.5352826,5.59038691 C11.8611626,5.58830292 11.3160338,5.02552749 11.31704,4.33270368 C11.318049,3.63987987 11.8648124,3.07877478 12.5389355,3.07877478 C12.8639615,3.07877478 13.1755956,3.21185538 13.4049066,3.44858956 C13.6342177,3.68532375 13.7623074,4.00619808 13.7608557,4.34023757 Z" id="路径" fill="#FFFFFF"></path>
<path d="M8.02558223,1.05930297 C8.02558223,1.05930297 4.6901041,4.02345768 4.77816953,6.1786923 C4.86623496,8.33392692 8.812667,8.36786762 10.8326678,8.37918119 C12.8526686,8.39049476 15.835885,8.07937165 15.835885,8.07937165 L12.5334314,9.82731784 C12.5334314,9.82731784 7.65680825,9.7028686 5.78541788,9.00708419 C4.24427287,8.43574903 3.3030736,7.54197719 3.85348253,5.65826819 C4.52498142,3.53697427 8.02558223,1.05930297 8.02558223,1.05930297 Z" id="路径" fill="#FFFFFF"></path>
<path d="M19.8153415,6.39365008 C19.8284581,6.20388763 19.8136131,6.01317749 19.7713088,5.8279717 L2.41691522,14.0303082 C2.70910528,14.3593424 3.06542508,14.6214679 3.46269219,14.7996308 C4.40389146,15.3143981 4.47544462,15.2748006 4.47544462,15.2748006 L19.7603007,6.91407419 C19.7958097,6.74297286 19.8142521,6.56859647 19.8153415,6.39365008 Z" id="路径" fill="#FFFFFF"></path>
<path d="M5.40563571,15.6085509 L19.7162679,7.53632041 C19.6697377,7.81301704 19.6016345,8.08542045 19.5126166,8.35089727 C19.4537286,8.57649095 19.3706587,8.79467009 19.2649326,9.00142741 L8.7631302,15.9140172 C8.21368987,15.9614773 7.66134374,15.9614773 7.1119034,15.9140172 C6.53486743,15.8691987 5.96342981,15.7668964 5.40563571,15.6085509 Z" id="路径" fill="#FFFFFF"></path>
<path d="M7.54672646,1.24032005 C7.54672646,1.24032005 2.45544384,3.96123305 2.26280071,7.58723146 C2.11969439,10.319458 5.71936881,10.8511957 7.12291158,11.1962595 C7.75983248,11.3530952 8.4110967,11.4403169 9.06585511,11.4564716 L11.1078722,10.1158138 C11.1078722,10.1158138 4.43691599,10.4439073 3.4571881,7.58723146 C2.75266466,5.5168486 4.78917771,3.64445316 5.3120662,3.13534262 C5.83495468,2.62623208 7.54672646,1.24032005 7.54672646,1.24032005 Z" id="路径" fill="#FFFFFF"></path>
<path d="M3.47920445,23.8957391 L3.47920445,21.4293814 L1.40416278,18.0692518 L2.27380889,18.0692518 L3.33059404,19.8285116 C3.52874126,20.156605 3.71037621,20.4846985 3.88100297,20.8127919 C4.04062156,20.5073256 4.23876878,20.1622618 4.46443644,19.7832573 L5.51021341,18.0862222 L6.33582681,18.0862222 L4.18923198,21.4463517 L4.18923198,23.9127095 L3.47920445,23.8957391 Z" id="路径" fill="#1E9B4A"></path>
<path d="M10.8161555,21.8536402 L11.526183,22.0516276 C11.4181763,22.6111179 11.1361404,23.1193659 10.722586,23.4997642 C10.3212171,23.8366865 9.81503184,24.0134435 9.29702686,23.9975612 C8.79850168,24.0193864 8.30526346,23.8852593 7.88247591,23.6128999 C7.50116569,23.3314353 7.213008,22.9365663 7.05686251,22.4815432 C6.86489083,21.9887553 6.76769355,21.4623922 6.77064987,20.9315844 C6.76041669,20.3857203 6.86950959,19.8444545 7.08988705,19.3476849 C7.28574977,18.9171778 7.60441908,18.5581008 8.00356587,18.3181503 C8.39921308,18.0807573 8.84991442,17.957627 9.30803504,17.9617729 C9.79760019,17.9465375 10.2774488,18.1042691 10.6675451,18.4086588 C11.0501274,18.7302907 11.3205809,19.1710501 11.4381176,19.6644648 L10.7335942,19.8398251 C10.6468904,19.4799563 10.454763,19.1561261 10.1831852,18.9121126 C9.92467155,18.7140546 9.6082704,18.6123115 9.28601868,18.6236166 C8.53178909,18.5694209 7.84340339,19.0646589 7.63479189,19.8115412 C7.40745279,20.6058524 7.43251825,21.4539781 7.70634505,22.2326447 C7.81692725,22.5737425 8.0360121,22.8666532 8.32830714,23.0641919 C8.60115987,23.2430354 8.91836926,23.3373032 9.24198597,23.3357175 C9.61309357,23.34564 9.97437669,23.2124542 10.2547384,22.9623698 C10.5554144,22.6662961 10.7527363,22.2766096 10.8161555,21.8536402 Z" id="路径" fill="#1E9B4A"></path>
<polygon id="路径" fill="#1E9B4A" points="12.3738128 23.8957391 12.3738128 18.0692518 13.0893444 18.0692518 13.0893444 23.8957391"></polygon>
<path d="M18.1641148,21.8536402 L18.8741423,22.0516276 C18.7684403,22.6119987 18.4860107,23.1209561 18.0705452,23.4997642 C17.6713558,23.8367528 17.1668444,24.0136081 16.6504902,23.9975612 C16.1518894,24.0201052 15.6584466,23.8859224 15.2359392,23.6128999 C14.8530858,23.3317517 14.563072,22.9369711 14.4048217,22.4815432 C14.2211024,21.9868553 14.12961,21.4610516 14.1351214,20.9315844 C14.1239225,20.3850262 14.2350261,19.8431273 14.4598626,19.3476849 C14.6542407,18.9161618 14.973274,18.5566746 15.3735415,18.3181503 C15.7686527,18.0794355 16.2197166,17.9562061 16.6780106,17.9617729 C17.1658949,17.946459 17.6440309,18.1042665 18.0320166,18.4086588 C18.4161323,18.7288948 18.6869388,19.1702296 18.8025891,19.6644648 L18.0980657,19.8398251 C18.0113619,19.4799563 17.8192345,19.1561261 17.5476567,18.9121126 C17.2895514,18.7132337 16.9728616,18.6113978 16.6504902,18.6236166 C15.9145492,18.5912694 15.2508127,19.075526 15.037792,19.8002276 C14.8066413,20.5896791 14.8181743,21.4332095 15.0708166,22.2156743 C15.1813988,22.5567721 15.4004836,22.8496829 15.6927786,23.0472215 C15.9656314,23.226065 16.2828408,23.3203328 16.6064575,23.3187472 C16.9735213,23.3319595 17.3323427,23.2050038 17.6137058,22.9623698 C17.9103366,22.6646919 18.1037023,22.2751811 18.1641148,21.8536402 L18.1641148,21.8536402 Z" id="路径" fill="#1E9B4A"></path>
<path d="M23.2058606,11.4338444 L23.2058606,9.49922438 L37.6706073,9.49922438 L37.6706073,11.4338444 L31.2473351,11.4338444 C30.6418852,12.5425741 29.6052817,14.1641854 28.1375246,16.2986785 L28.8475521,16.2986785 C30.9244285,16.2157123 32.329806,16.1270894 33.0636845,16.0328096 C32.6651521,15.4293533 32.231367,14.8512996 31.7647195,14.3018338 C31.6315123,14.1296352 31.5222211,13.9392571 31.4399782,13.7361554 C31.9347723,13.4568713 32.412667,13.1470674 32.8710414,12.8084429 L33.3223767,12.4746926 C34.0562553,13.3646933 35.3313693,15.1635505 37.1477188,17.8712644 C37.1477188,17.9617729 36.3918239,18.4275148 34.880034,19.26849 L34.6213418,18.7367523 C34.4011782,18.2955232 34.2525678,17.9844001 34.1645024,17.803383 C31.8578333,17.8330319 29.5578806,18.065812 27.2898948,18.4991674 C27.0752354,18.5444216 26.6404123,18.6519005 25.9964338,18.8329176 C25.6031222,18.9928129 25.1861933,19.0827204 24.7635178,19.0987865 C24.6112205,18.6896536 24.5023427,18.2648193 24.4387766,17.8316669 C24.3589649,17.414578 24.33673,16.9880124 24.3727275,16.5645473 C25.0004301,16.4114929 25.5672318,16.063952 25.9964338,15.5689534 C26.9530562,14.3287958 27.697544,12.9304999 28.1980696,11.4338444 L23.2058606,11.4338444 Z M25.2809022,7.35530332 L25.2809022,5.43765362 L35.4634675,5.43765362 L35.4634675,7.35530332 L25.2809022,7.35530332 Z" id="形状" fill="#C81623"></path>
<path d="M39.6795999,5.83362849 L46.036823,5.83362849 L46.2349703,3.96123305 C46.907202,3.94634642 47.5794156,3.99177297 48.2439629,4.09699587 C48.3320283,4.14225014 48.3100119,4.31761043 48.1834179,4.62873354 C48.1693451,5.03136745 48.1251823,5.43229423 48.0513197,5.8279717 L54.4030388,5.8279717 L54.4030388,7.55894754 L47.8531725,7.55894754 L47.7210744,8.76949927 L53.2251637,8.76949927 L53.2251637,17.435692 C53.2251637,18.2785528 53.0270165,18.8102905 52.6417302,19.0309051 C52.3390053,19.2967739 51.4528469,19.4551638 49.9832551,19.5004181 C49.8843884,18.7572083 49.6648443,18.0363246 49.3337726,17.3678106 L49.9832551,17.3678106 C50.7593317,17.4130649 51.084073,17.1471961 51.0180239,16.5645473 L51.0180239,10.5004751 L48.8879413,10.5004751 C49.669522,10.9021068 50.0327919,11.1453485 49.9887592,11.235857 C49.9447265,11.3263655 49.9227101,11.365963 49.790612,11.5017258 C49.4765479,11.7816972 49.1957318,12.0987846 48.9539904,12.4464087 L50.3795495,12.4464087 L50.3795495,13.9793971 L47.8531725,13.9793971 L47.8531725,14.9127665 L50.5116477,14.9127665 L50.5116477,16.5136363 L47.8531725,16.5136363 L47.8531725,18.6462438 L45.8386758,18.6462438 L45.8386758,16.5023227 L43.4388929,16.5023227 L43.4388929,14.9014529 L45.8386758,14.9014529 L45.8386758,13.9680836 L43.4829256,13.9680836 L43.4829256,12.3672138 L44.803907,12.3672138 C44.6188065,11.915282 44.3783543,11.4894705 44.0883754,11.1000942 L45.4533896,10.5004751 L42.8554594,10.5004751 L42.8554594,19.2967739 L40.9125159,19.2967739 L40.9125159,8.76949927 L45.7120818,8.76949927 L45.8386758,7.56460432 L39.6795999,7.56460432 L39.6795999,5.83362849 Z M47.0715918,12.4464087 C47.4505104,11.8516039 47.7347833,11.1985422 47.9137175,10.5117887 L46.036823,10.5117887 C46.1110627,10.6165949 46.1755603,10.7283357 46.2294662,10.8455389 C46.4475577,11.1644269 46.62167,11.5127937 46.7468506,11.8807304 L45.5799836,12.4464087 L47.0715918,12.4464087 Z" id="形状" fill="#C81623"></path>
<path d="M67.8935617,13.2327017 C67.4587387,12.4350952 67.2000465,12.0334635 67.111981,12.0334635 C66.7342971,13.2648271 66.1411484,14.4150231 65.3616806,15.4275338 C67.0955214,16.3489627 68.9952939,16.8938845 70.9428272,17.0284036 C70.7666963,17.3395267 70.5520369,17.6959041 70.2933447,18.0918789 C70.0346525,18.6292734 69.7924725,19.0931297 69.5778131,19.4947613 C67.4790524,19.0213496 65.4656935,18.2119894 63.6113802,17.096285 C61.8084471,18.2395058 59.8467083,19.0940378 57.7935578,19.6305241 C57.4063146,18.9562386 56.9721972,18.3115742 56.4945928,17.7015609 C58.4405662,17.446553 60.3042401,16.7384443 61.9436412,15.631178 C61.1582043,14.4909998 60.5043371,13.2608856 59.9951936,11.9655821 C59.6680996,12.3383527 59.3168727,12.687984 58.9439125,13.0120871 C58.6886689,12.8599288 58.4489534,12.6817874 58.2283809,12.4803494 C57.9161874,12.2199275 57.5870066,11.9817854 57.2431489,11.7675947 C58.7586082,10.477848 59.7108156,9.29935135 60.0997713,8.23210481 L62.3674561,9.36346157 C61.8280171,9.8291233 61.3289399,10.3420459 60.8758478,10.89645 C61.2127609,10.7916417 61.5644122,10.7457488 61.9161207,10.7606872 C62.1664089,12.0285351 62.7487659,13.2020894 63.6003721,14.1547574 C64.3232322,13.1511431 64.8110678,11.9896701 65.0259312,10.7606872 L66.1267491,10.89645 C65.7314157,10.3500223 65.2495139,9.87578627 64.7011899,9.4935676 L66.5120353,8.096342 C66.900991,8.49608805 68.0018088,9.69532622 69.8144889,11.6940565 L67.8935617,13.2327017 Z M56.5441296,7.9209817 L56.5441296,5.9693913 L62.3784642,5.9693913 C62.3344315,5.83362849 62.2078375,5.49987824 61.993178,4.96814057 C61.962027,4.8301469 61.9177825,4.6956258 61.8610798,4.56650892 C62.2518702,4.48165716 63.1820613,4.32326722 64.6516531,4.10265265 C64.6564546,4.21678028 64.678745,4.3294149 64.7177022,4.43640289 C64.8002635,4.87763203 64.888329,5.39239935 64.9763944,5.9693913 L70.74468,5.9693913 L70.74468,7.9209817 L56.5441296,7.9209817 Z" id="形状" fill="#C81623"></path>
<path d="M75.1589596,7.29873549 L75.1589596,4.10265265 L75.7423931,4.10265265 C76.7771619,4.10265265 77.3165626,4.17053405 77.3605954,4.30064008 L77.3605954,4.36852149 C77.223023,4.68283758 77.1571325,5.02529902 77.1679522,5.36977222 L77.1679522,7.29873549 L78.819179,7.29873549 L78.819179,9.16547414 L77.1679522,9.16547414 L77.1679522,10.9021068 L78.4008682,10.5004751 C78.3568412,11.0765799 78.3568412,11.6553461 78.4008682,12.2314509 L77.1679522,12.7688454 L77.1679522,17.8995483 C77.2945463,18.8329176 76.2817938,19.3420282 74.1186867,19.4325367 C74.0585868,18.7196115 73.8837488,18.0218854 73.6013023,17.3678106 C74.0335787,17.3887879 74.4668146,17.3660515 74.8947633,17.2999292 C75.0740821,17.1887689 75.1764889,16.9826585 75.1589596,16.7681915 L75.1589596,13.4985705 C74.6085507,13.7248419 74.1407031,13.9454564 73.6618473,14.166071 C73.5390161,14.2266289 73.4097065,14.2721935 73.2765611,14.3018338 C73.0066955,13.5916803 72.8111168,12.8540319 72.6931276,12.1013449 C72.7818039,12.0900488 72.8687282,12.0672397 72.9518198,12.0334635 C73.5572696,11.8977007 74.2893135,11.6997133 75.1534555,11.4338444 L75.1534555,9.10324951 L72.8802666,9.10324951 L72.8802666,7.29873549 L75.1589596,7.29873549 Z M80.0851196,4.63439032 L85.4020698,4.63439032 L85.4020698,7.5023797 C85.3580371,8.12462592 85.5561843,8.39049476 85.9855033,8.29998622 L88,8.29998622 C87.7147427,8.84232147 87.5176662,9.4289342 87.4165665,10.0366188 C87.4550952,9.99136457 87.4550952,10.0366188 87.4165665,10.1667249 L84.7635955,10.1667249 C83.8554207,10.2119791 83.3985813,9.68024146 83.3985813,8.56585505 L83.3985813,6.43324757 L81.9730222,6.43324757 L81.9730222,7.29873549 C81.9862778,8.67839711 81.327304,9.97346165 80.2172177,10.7493736 L86.5083918,10.7493736 C86.1169244,12.6780912 85.3695778,14.5118809 84.3067561,16.1516021 C85.4292185,16.7090939 86.6349175,17.0685996 87.8734059,17.2150775 C87.3155706,17.9019656 86.8964448,18.696167 86.6404899,19.5513292 C85.2805757,19.0027104 83.9599895,18.3562343 82.6885538,17.6167091 C81.3238716,18.3992475 79.8900597,19.0470204 78.4063723,19.5513292 C78.2209126,18.8549561 77.9131268,18.1993019 77.4981976,17.6167091 C78.844453,17.4327839 80.1310773,16.9313486 81.2574906,16.1516021 C80.5573076,15.0581531 80.0124221,13.8676732 79.6392883,12.6161122 L79.1824489,12.6161122 L79.1824489,11.0322128 C78.9839317,10.5973907 78.6967268,10.2115443 78.3403232,9.90085603 C78.2082251,9.76509322 78.1641924,9.7028686 78.2082251,9.7028686 C79.4629242,9.26790063 80.2487058,7.98805042 80.0906237,6.63689178 L80.0851196,4.63439032 Z M81.5767278,12.6330826 C81.8444756,13.4279085 82.238795,14.1715198 82.7435947,14.8335715 C83.2401061,14.1765621 83.6133925,13.4303782 83.8444126,12.6330826 L81.5767278,12.6330826 Z" id="形状" fill="#C81623"></path>
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More