提交 7fb5c188 authored 作者: 黄旭新's avatar 黄旭新

xin

上级 28dd4c21
...@@ -264,13 +264,6 @@ ...@@ -264,13 +264,6 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{
"path": "pages/register/clause",
"style": {
"navigationBarTitleText": "平台协议及法律条款",
"enablePullDownRefresh": false
}
},
{ {
...@@ -462,14 +455,6 @@ ...@@ -462,14 +455,6 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{
"path": "agreement/agreement",
"style": {
"navigationBarTitleText": "法律条款与平台协议",
"enablePullDownRefresh": false
}
},
{ {
"path": "MyServeOeder/ServeOrder", "path": "MyServeOeder/ServeOrder",
"style": { "style": {
......
...@@ -8,6 +8,14 @@ ...@@ -8,6 +8,14 @@
</view> </view>
<view class="hexian"></view> <view class="hexian"></view>
</view> </view>
<!-- 平台区域 -->
<view class="myInfo_items" v-for="(item2,index) in terracelist" :key="index" @click="linkto(item2.url)">
{{item2.name}}
<view class="text"><text>{{item2.message}}</text>
<image src="../../static/images/right.png" mode=""></image>
</view>
<view class="hexian"></view>
</view>
</view> </view>
<view class="basic_information_btn"> <view class="basic_information_btn">
<view @click="quit">退出登录</view> <view @click="quit">退出登录</view>
...@@ -103,6 +111,37 @@ ...@@ -103,6 +111,37 @@
limit: 'accountManagement', limit: 'accountManagement',
url: '/pages/Account/AccountSetting' url: '/pages/Account/AccountSetting'
}, },
],
// 平台区域
terracelist: [{
id: 5,
name: '平台协议',
message: '',
limit: 'accountManagement',
url: '/pagesA/agreement/protocol/PlatformProtocol'
},
{
id: 6,
name: '法律条款',
message: '',
limit: 'accountManagement',
url: '/pagesA/agreement/protocol/LawProtocol'
},
{
id: 7,
name: '隐私协议',
message: '',
limit: 'accountManagement',
url: '/pagesA/agreement/protocol/PrivacyProtocol'
},
{
id: 8,
name: '意见反馈',
message: '',
limit: 'accountManagement',
url: '/pagesA/feedback/feedback'
},
], ],
} }
}, },
......
...@@ -3,6 +3,11 @@ ...@@ -3,6 +3,11 @@
<view class="myInfo_navigation"> <view class="myInfo_navigation">
<text class="myInfo_navigation_title" :style="{'top':statusBarHeight+'rpx'}">我的</text> <text class="myInfo_navigation_title" :style="{'top':statusBarHeight+'rpx'}">我的</text>
<image src="../../static/images/my_bg.jpg" mode="widthFix"></image> <image src="../../static/images/my_bg.jpg" mode="widthFix"></image>
<!-- 客服平台公告 -->
<view class="kfgg">
<button open-type="contact"><image src="../../static/images/icons/kf.svg" mode=""></image></button>
<image @click="notice" src="../../static/images/icons/ld.svg" mode=""></image>
</view>
<!-- 头部区域 --> <!-- 头部区域 -->
<view class="myInfo_user"> <view class="myInfo_user">
<image class="user_img" src="../../static/images/index/group.png" mode="scaleToFill"></image> <image class="user_img" src="../../static/images/index/group.png" mode="scaleToFill"></image>
...@@ -52,10 +57,7 @@ ...@@ -52,10 +57,7 @@
<view class="myInfo_items" v-for="(item,index) in earningsList" :key="index" <view class="myInfo_items" v-for="(item,index) in earningsList" :key="index"
@click="linkToEarnings(index)"> @click="linkToEarnings(index)">
{{item.name}} {{item.name}}
<view class="text"><text v-if="item.others!='null'">{{item.others}}</text> <view class="text"><text v-if="item.others!='null'">{{item.others}}</text></view>
<image src="../../static/images/right.png" mode=""></image>
</view>
<view class="hexian"></view>
</view> </view>
</view> </view>
<view class="jianju"></view> <view class="jianju"></view>
...@@ -64,33 +66,11 @@ ...@@ -64,33 +66,11 @@
<view class="myInfo_items" v-for="(i,index) in personageList" :key="index" <view class="myInfo_items" v-for="(i,index) in personageList" :key="index"
@click="linkToPersonage(index)"> @click="linkToPersonage(index)">
{{i.name}} {{i.name}}
<view class="text"><text v-if="i.others!=''">{{i.others}}</text> <view class="text"><text v-if="i.others!=''">{{i.others}}</text></view>
<image src="../../static/images/right.png" mode=""></image>
</view>
<view class="hexian"></view>
</view> </view>
</view> </view>
<view class="jianju"></view> <view class="jianju"></view>
<!-- 平台区域 -->
<view class="official myInfo_commons">
<view class="myInfo_box" v-for="(j,index) in terracelist" :key="index" @click="linkToPersonage2(index)">
<button open-type="contact" class="myInfo_items" v-if="index==1"
style="padding:0;border:none;background-color:transparent;width:100%;">
{{j.name}}
<view>
<image src="../../static/images/right.png" mode=""></image>
</view>
<view class="hexian"></view>
</button>
<view v-if="index!=1" class="myInfo_items">
{{j.name}}
<view>
<image src="../../static/images/right.png" mode=""></image>
</view>
<view class="hexian"></view>
</view>
</view>
</view>
<!-- ++++++++++++++++ --> <!-- ++++++++++++++++ -->
...@@ -370,32 +350,7 @@ ...@@ -370,32 +350,7 @@
url: '/pages/myInfo/Myguest' url: '/pages/myInfo/Myguest'
}, },
], ],
// 平台区域
terracelist: [{
id: 1,
name: '平台公告',
others: '',
url: '/pagesA/PlatformAnnouncement/PlatformAnnouncement'
},
{
id: 2,
name: '客服中心',
others: '',
url: 'gsfdgdfg'
},
{
id: 3,
name: '法律条款与平台协议',
others: '',
url: '/pagesA/agreement/agreement'
},
{
id: 4,
name: '意见反馈',
others: '',
url: '/pagesA/feedback/feedback'
}
],
statusBarHeight: 50, statusBarHeight: 50,
inviteCode: '', //邀请码 inviteCode: '', //邀请码
credit: '', // 信用分 credit: '', // 信用分
...@@ -546,6 +501,12 @@ ...@@ -546,6 +501,12 @@
} }
}, },
methods: { methods: {
//跳转平台公告
notice(){
uni.navigateTo({
url: '/pagesA/PlatformAnnouncement/PlatformAnnouncement'
})
},
// 去登陆 // 去登陆
tologin() { tologin() {
uni.navigateTo({ uni.navigateTo({
...@@ -725,26 +686,7 @@ ...@@ -725,26 +686,7 @@
}) })
} }
}, },
// 平台区域跳转
linkToPersonage2(i) {
if (!this.isuser) {
uni.navigateTo({
url: '../login/login'
})
return false
}
let pathUrl = this.terracelist[i].url
if (pathUrl) {
uni.navigateTo({
url: pathUrl
})
} else {
uni.showToast({
title: '开发中',
icon: 'none'
})
}
},
// 权限过滤 // 权限过滤
roleFilter(arr, obj) { roleFilter(arr, obj) {
/* /*
...@@ -810,7 +752,37 @@ ...@@ -810,7 +752,37 @@
width: 100%; width: 100%;
display: block; display: block;
} }
.kfgg{
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
height: 40rpx;
width: 90%;
left: 5%;
position: absolute;
bottom: 198rpx;
z-index: 100;
button{
background-color: transparent;
border: none;
margin: 0;
padding: 0;
}
button::after{
display: none;
}
image{
width: 38rpx;
height: 38rpx;
}
image:nth-last-child(1){
margin-left: 20rpx;
margin-right: 4rpx;
}
}
.myInfo_navigation_title { .myInfo_navigation_title {
width: 100%; width: 100%;
display: block; display: block;
...@@ -833,7 +805,7 @@ ...@@ -833,7 +805,7 @@
padding: 32rpx; padding: 32rpx;
bottom: 0rpx; bottom: 0rpx;
position: absolute; position: absolute;
height: 220rpx; height: 180rpx;
background: linear-gradient(180deg, #FFFFFF 76.73%, #E6EDF2 95.39%); background: linear-gradient(180deg, #FFFFFF 76.73%, #E6EDF2 95.39%);
border-radius: 16px 16px 0px 0px; border-radius: 16px 16px 0px 0px;
...@@ -910,6 +882,10 @@ ...@@ -910,6 +882,10 @@
.myInfo_commons { .myInfo_commons {
padding: 32rpx; padding: 32rpx;
background-color: #fff; background-color: #fff;
display: flex;
flex-direction: row;
flex-wrap: wrap;
background-color: #ccc;
} }
...@@ -932,14 +908,16 @@ ...@@ -932,14 +908,16 @@
} }
.myInfo_items { .myInfo_items {
width: 33%;
color: #333; color: #333;
font-size: 34rpx; font-size: 30rpx;
font-weight: 500; font-weight: 500;
display: flex; display: flex;
height: 111rpx; height: 111rpx;
justify-content: space-between; flex-direction: column;
align-items: center; align-items: center;
position: relative; position: relative;
justify-content: center;
image { image {
width: 18rpx; width: 18rpx;
...@@ -963,9 +941,8 @@ ...@@ -963,9 +941,8 @@
.text { .text {
text { text {
font-size: 24rpx; font-size: 28rpx;
color: #1989FA; color: #1989FA;
margin-right: 16rpx;
} }
} }
......
<template>
<view class="clause">
<view class="content">
(XXX电商平台公司依据以下条件和条款为您提供所享有的服务,请仔细阅读并遵守
欢迎阅读麦客电子商务有限公司(XXXX电商平台)服务条款协议(下称"本协议" )。本协
议阐述之条款和条件适用于您使用XXXX电商平台网站(所涉域名为:XXXX.com ) ,所提
供的在企业间(B-TO-B)电子市场(e-market)中进行贸易和交流的各种工具和服务(下称"服
务" )。
</view>
<view class="button_box">
<view class="button_block">
<button type="default" @click="agree">同意平台协议及法律条款</button>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
agree(){
uni.navigateBack({
delta:1
})
}
}
}
</script>
<style lang="scss">
.clause{
width: 100%;
min-height: 100%;
background-color: #f4f5f7;
padding-top: 32rpx;
position: relative;
.content{
background-color: #fff;
width: 100%;
padding:32rpx;
font-size: 28rpx;
color: #333;
}
.button_box{
width: 100%;
height: 236rpx;
position: absolute;
left: 0;
bottom: 0;
background: #fff;
box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.08);
.button_block{
width: 100%;
height: 136rpx;
padding-top: 32rpx;
button{
color: #fff;
margin:auto;
width: 622rpx;
height: 104rpx;
background: #1989fa;
border-radius: 16rpx;
font-size: 30rpx;
text-align: center;
line-height: 104rpx;
}
}
}
}
</style>
<template>
<view class="agreement">
<view class="agreement_box" v-for="(item,index) in agreementList" :key="index" @click="linktoProctocol(index)">
<view class="agreement_item">{{item.name}}
<image src="../../static/images/right.png" mode=""></image>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
agreementList: [{
name: '平台协议',
url: '/pagesA/agreement/protocol/PlatformProtocol'
},
{
name: '法律条款',
url: '/pagesA/agreement/protocol/LawProtocol'
},
{
name: '隐私协议',
url: '/pagesA/agreement/protocol/PrivacyProtocol'
},
]
}
},
methods: {
linktoProctocol(i) {
let url = this.agreementList[i].url
uni.navigateTo({
url,
})
}
}
}
</script>
<style lang="scss">
.agreement {
padding-top: 32rpx;
width: 100%;
height: 100%;
background-color: #f4f5f7;
.agreement_box {
padding: 0 32rpx;
background-color: #fff;
.agreement_item {
display: flex;
align-items: center;
justify-content: space-between;
height: 110rpx;
font-size: 34rpx;
font-weight: 500;
color: 500;
border-bottom: 1rpx solid #f4f5f7;
image {
width: 16rpx;
height: 32rpx;
}
}
}
}
</style>
<template> <template>
<view class="demand"> <view class="demand">
<view class="content"> <view class="content">
<view class="intention_price row_common"> <picker class="list" @change="bindelectype" :range="typelist">
<text class="lable">类型</text>
<view v-if="!enquiryValue" class="placeholder">请选择</view>
<view v-else class="title">{{enquiryValue}}</view>
<view class="jiantou_icon">
<image src="../../static/images/right.png"></image>
</view>
<view class="hexian"></view>
</picker>
<view class="intention_price row_common" v-if="enquiryValue=='固定价差'">
意向差价 (厘) <input type="number" v-model="YxDifference" value="" placeholder-class="placeholder" placeholder="请输入" /> 意向差价 (厘) <input type="number" v-model="YxDifference" value="" placeholder-class="placeholder" placeholder="请输入" />
</view> </view>
<view class="intention_price row_common" v-if="enquiryValue=='月竞分成'">
意向分成比例(%) <input type="number" v-model="YjProportion" value="" placeholder-class="placeholder" placeholder="请输入" />
</view>
<view class="between_price row_common" v-if="type == 2"> <view class="between_price row_common" v-if="type == 2">
居间差价 (厘) <input type="number" v-model="JuDifference" value="" placeholder-class="placeholder" placeholder="请输入" /> 居间差价 (厘) <input type="number" v-model="JuDifference" value="" placeholder-class="placeholder" placeholder="请输入" />
</view> </view>
...@@ -54,6 +66,10 @@ ...@@ -54,6 +66,10 @@
export default { export default {
data(){ data(){
return { return {
YjProportion:'',//月竞分成字段
enquirytype:'',
enquiryValue:'',
typelist: ['固定价差', '月竞分成'], //询价类型
YxDifference:'',//意向差价 YxDifference:'',//意向差价
JuDifference:'',//居间差价 JuDifference:'',//居间差价
informImg: '', //上传图片地址 informImg: '', //上传图片地址
...@@ -80,6 +96,13 @@ ...@@ -80,6 +96,13 @@
} }
}, },
methods:{ methods:{
//询价类型
bindelectype(e) {
let i = e.detail.value
let value = this.typelist[i]
this.enquiryValue = value
this.enquirytype = Number(e.detail.value)
},
//选择年份 //选择年份
bindyear(e){ bindyear(e){
this.selectyear = this.yearlist[e.target.value] this.selectyear = this.yearlist[e.target.value]
...@@ -107,11 +130,21 @@ ...@@ -107,11 +130,21 @@
// 发布需求 // 发布需求
submit() { submit() {
let that=this let that=this
if(that.YxDifference==''){ if(that.enquiryValue==''){
uni.showToast({
title:'请选择询价类型',
icon:'none'
})
}else if(that.YxDifference==''&&that.enquirytype==0){
uni.showToast({ uni.showToast({
title:'请输入意向差价', title:'请输入意向差价',
icon:'none' icon:'none'
}) })
}else if(that.YjProportion==''&&that.enquirytype==1){
uni.showToast({
title:'请输入意向分成比例',
icon:'none'
})
}else if(that.JuDifference==''&&that.type == 2){ }else if(that.JuDifference==''&&that.type == 2){
uni.showToast({ uni.showToast({
title:'请输入居间差价', title:'请输入居间差价',
......
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
v-else>{{i.ename}}</text></view> v-else>{{i.ename}}</text></view>
<view class="item_conclude_price">意向差价: <text v-if="i.intentionSpread==''"></text><text <view class="item_conclude_price">意向差价: <text v-if="i.intentionSpread==''"></text><text
v-else>{{i.intentionSpread}}</text></view> v-else>{{i.intentionSpread}}</text></view>
<view class="item_between_price" v-if="type==2">意向分成比例(%): <text
v-if="i.intermediateSpread==''"></text><text v-else>{{i.intermediateSpread}}%</text></view>
<view class="item_between_price" v-if="type==2">居间差价: <text <view class="item_between_price" v-if="type==2">居间差价: <text
v-if="i.intermediateSpread==''"></text><text v-else>{{i.intermediateSpread}}</text></view> v-if="i.intermediateSpread==''"></text><text v-else>{{i.intermediateSpread}}</text></view>
<view class="item_status" v-if="i.status==1||i.status==9||i.status==11||i.status==13">审核中</view> <view class="item_status" v-if="i.status==1||i.status==9||i.status==11||i.status==13">审核中</view>
......
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1615868464261" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1473" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M501.977048 650.150846c-74.620827 0-144.771557-29.18477-197.528641-82.170325-52.71735-52.955755-81.753116-123.354824-81.753117-198.22399s29.035767-145.268235 81.753117-198.22399c52.757084-52.985556 122.89788-82.170325 197.528641-82.170325 74.620827 0 144.771557 29.18477 197.528641 82.170325 52.71735 52.955755 81.753116 123.354824 81.753117 198.22399s-29.035767 145.268235-81.753117 198.22399c-52.757084 52.985556-122.907814 82.170325-197.528641 82.170325z m0-503.183974c-122.222399 0-221.667168 99.941446-221.667168 222.779725S379.754649 592.536256 501.977048 592.536256s221.667168-99.941446 221.667168-222.779725-99.434835-222.789659-221.667168-222.789659z" p-id="1474"></path><path d="M963.122239 1024H40.841791v-28.807295c0-79.428666 20.393578-157.784508 58.965552-226.614076 37.370015-66.683921 91.199922-123.62303 155.648795-164.648591l18.49627-11.771256 16.271155 14.69172c58.250337 52.568347 133.44731 81.524645 211.753485 81.524645s153.503148-28.946365 211.753485-81.524645l16.271155-14.69172 18.49627 11.771256c64.448872 41.035495 118.27878 97.96467 155.648795 164.648591 38.571975 68.829568 58.965553 147.195344 58.965552 226.614076v28.807295z m-863.66257-57.61459h805.044691c-8.463385-121.338313-70.140796-231.511316-169.456429-302.089188-66.137576 52.826619-148.049629 81.683582-233.070883 81.683581s-166.933307-28.856963-233.070883-81.683581C169.590532 734.884028 107.923054 845.047097 99.459669 966.38541zM817.993074 499.657564h-28.807295V249.232769h28.807295c68.809701 0 124.785255 56.174225 124.785255 125.212398S886.802774 499.657564 817.993074 499.657564z m28.807295-186.263996v122.123064c22.658428-10.877237 38.36337-34.151545 38.36337-61.061532s-15.704943-50.194228-38.36337-61.061532zM214.768317 499.657564h-28.807295c-68.809701 0-124.785255-56.174225-124.785254-125.212397S117.151322 249.232769 185.961022 249.232769h28.807295V499.657564z m-57.614589-186.263996c-22.658428 10.877237-38.36337 34.151545-38.363371 61.061532s15.695009 50.184295 38.363371 61.061532V313.393568z" p-id="1475"></path><path d="M202.331513 287.208731l-55.598079-15.128797c10.529563-38.711044 27.237794-75.276442 49.637949-108.673037 22.052481-32.870117 49.061803-61.856216 80.292884-86.143745 31.568822-24.555736 66.62432-43.667886 104.183073-56.800039C419.717321 6.893884 460.474676 0 501.977048 0c41.2441 0 81.743183 6.804482 120.384692 20.224708 37.350148 12.973216 72.246709 31.846961 103.716196 56.114624 31.121812 23.999457 58.111267 52.647815 80.213416 85.170257 22.449823 33.01912 39.297124 69.197109 50.084959 107.540612l-55.45901 15.605607C763.318815 150.970093 640.391134 57.61459 501.977048 57.61459c-139.645846 0-262.8616 94.408459-299.645535 229.594141z" p-id="1476"></path></svg>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="20px" height="22px" xmlns="http://www.w3.org/2000/svg">
<g transform="matrix(1 0 0 1 -1125 -225 )">
<path d="M 10 21.0178571428571 C 10.1282051282051 21.0178571428571 10.1923076923077 20.952380952381 10.1923076923077 20.8214285714286 C 10.1923076923077 20.6904761904762 10.1282051282051 20.625 10 20.625 C 9.52724358974359 20.625 9.12059294871795 20.4510788690476 8.78004807692308 20.1032366071429 C 8.43950320512821 19.7553943452381 8.26923076923077 19.3400297619048 8.26923076923077 18.8571428571429 C 8.26923076923077 18.7261904761905 8.20512820512821 18.6607142857143 8.07692307692308 18.6607142857143 C 7.94871794871795 18.6607142857143 7.88461538461538 18.7261904761905 7.88461538461538 18.8571428571429 C 7.88461538461538 19.4546130952381 8.09094551282051 19.964099702381 8.50360576923077 20.3856026785714 C 8.91626602564103 20.8071056547619 9.4150641025641 21.0178571428571 10 21.0178571428571 Z M 5.38461538461538 7.07142857142857 C 5.38461538461538 11.4255952380952 4.31891025641026 14.8303571428571 2.1875 17 L 17.8125 17 C 15.6810897435897 14.8303571428571 14.6153846153846 11.4255952380952 14.6153846153846 7.07142857142857 C 14.6153846153846 6.65401785714286 14.5192307692308 6.22433035714286 14.3269230769231 5.78236607142857 C 14.1346153846154 5.34040178571429 13.8581730769231 4.91889880952381 13.4975961538462 4.51785714285714 C 13.1370192307692 4.11681547619048 12.6502403846154 3.78738839285714 12.0372596153846 3.52957589285714 C 11.4242788461538 3.27176339285714 10.7451923076923 3.14285714285714 10 3.14285714285714 C 9.25480769230769 3.14285714285714 8.57572115384615 3.27176339285714 7.96274038461538 3.52957589285714 C 7.34975961538462 3.78738839285714 6.86298076923077 4.11681547619048 6.50240384615385 4.51785714285714 C 6.14182692307692 4.91889880952381 5.86538461538462 5.34040178571429 5.67307692307692 5.78236607142857 C 5.48076923076923 6.22433035714286 5.38461538461538 6.65401785714286 5.38461538461538 7.07142857142857 Z M 18.90625 16.2053571428571 C 19.2347756410256 16.5818452380952 19.599358974359 16.9419642857143 20 17.2857142857143 C 20 17.7113095238095 19.8477564102564 18.0796130952381 19.5432692307692 18.390625 C 19.2387820512821 18.7016369047619 18.8782051282051 18.8571428571429 18.4615384615385 18.8571428571429 L 13.0769230769231 18.8571428571429 C 13.0769230769231 19.7247023809524 12.7764423076923 20.4654017857143 12.1754807692308 21.0792410714286 C 11.5745192307692 21.6930803571429 10.849358974359 22 10 22 C 9.15064102564103 22 8.42548076923077 21.6930803571429 7.82451923076923 21.0792410714286 C 7.22355769230769 20.4654017857143 6.92307692307692 19.7247023809524 6.92307692307692 18.8571428571429 L 1.53846153846154 18.8571428571429 C 1.12179487179487 18.8571428571429 0.761217948717949 18.7016369047619 0.456730769230769 18.390625 C 0.15224358974359 18.0796130952381 0 17.7113095238095 0 17.2857142857143 C 0.400641025641026 16.9419642857143 0.765224358974359 16.5818452380952 1.09375 16.2053571428571 C 1.42227564102564 15.828869047619 1.76282051282051 15.33984375 2.11538461538462 14.73828125 C 2.46794871794872 14.13671875 2.76642628205128 13.4880952380952 3.01081730769231 12.7924107142857 C 3.25520833333333 12.0967261904762 3.45552884615385 11.2537202380952 3.61177884615385 10.2633928571429 C 3.76802884615385 9.27306547619048 3.84615384615385 8.20907738095238 3.84615384615385 7.07142857142857 C 3.84615384615385 5.82738095238095 4.31490384615385 4.67131696428571 5.25240384615385 3.60323660714286 C 6.18990384615385 2.53515625 7.4198717948718 1.88653273809524 8.94230769230769 1.65736607142857 C 8.87820512820513 1.50186011904762 8.84615384615385 1.3422619047619 8.84615384615385 1.17857142857143 C 8.84615384615385 0.851190476190476 8.95833333333333 0.572916666666666 9.18269230769231 0.34375 C 9.40705128205128 0.114583333333334 9.67948717948718 0 10 0 C 10.3205128205128 0 10.5929487179487 0.114583333333334 10.8173076923077 0.34375 C 11.0416666666667 0.572916666666666 11.1538461538462 0.851190476190476 11.1538461538462 1.17857142857143 C 11.1538461538462 1.3422619047619 11.1217948717949 1.50186011904762 11.0576923076923 1.65736607142857 C 12.5801282051282 1.88653273809524 13.8100961538462 2.53515625 14.7475961538462 3.60323660714286 C 15.6850961538462 4.67131696428571 16.1538461538462 5.82738095238095 16.1538461538462 7.07142857142857 C 16.1538461538462 8.20907738095238 16.2319711538462 9.27306547619048 16.3882211538462 10.2633928571429 C 16.5444711538462 11.2537202380952 16.7447916666667 12.0967261904762 16.9891826923077 12.7924107142857 C 17.2335737179487 13.4880952380952 17.5320512820513 14.13671875 17.8846153846154 14.73828125 C 18.2371794871795 15.33984375 18.5777243589744 15.828869047619 18.90625 16.2053571428571 Z " fill-rule="nonzero" fill="#000000" stroke="none" transform="matrix(1 0 0 1 1125 225 )" />
</g>
</svg>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论