diff --git a/rc-busness/ajax/getData.js b/rc-busness/ajax/getData.js index ae29c734..b7300477 100644 --- a/rc-busness/ajax/getData.js +++ b/rc-busness/ajax/getData.js @@ -147,26 +147,26 @@ export const userLongin = (mobile, pet, address) => { //注册 export const useredit = (mobile, pet, address) => { var data = { - mobile: mobile, - memberName: '', - realName: '', - gender: '', - email: '', - openId: '', - unionId: '', - birthday: '', - provinceId: '', - cityId: '', - districtId: '', - storeCode: '', - remark: '', - memberMark: '', - - remark: '' + mobile:mobile, + memberName:'', + realName:'', + gender:'', + email:'', + openId:'', + unionId:'', + birthday:'', + provinceId:'', + cityId:'', + districtId:'', + storeCode:'', + remark:'', + memberMark:'', + + remark:'' } - return fetch('member?type=add', data, 'POST') + return fetch('member?type=add', data, 'POST' ) } -//查询标品全部信息 + //查询标品全部信息 // export const userquery = (mobile, pet,address) => { // var data = { // channelId:"15", @@ -239,11 +239,7 @@ export const searchchanpin = (stype,usertype,curPage,curRow) => { for(var key in list){ str = str + key + "=" + list[key] + "&"; } - str = str.substr(0, str.length - 1); - var data = { - page: 1, - row: 10 - } + return fetch('product/query?petType='+usertype+str+queryTail, data, 'POST' ) } diff --git a/rc-busness/assets/css/useraddress.less b/rc-busness/assets/css/useraddress.less deleted file mode 100644 index 851f74d6..00000000 --- a/rc-busness/assets/css/useraddress.less +++ /dev/null @@ -1,351 +0,0 @@ - -// 手机端 -@media screen and(min-width: 320px) and(max-width:768px) { - .active { - font-size: 14px; - color: #e2001a; - cursor: pointer; -} -.unactive { - font-size: 14px; - color: #444444; - cursor: pointer; -} - .rc-layout-container { - - - width: 100%; - .rc-main { - .rc-usermaina{ - width: 100%; - height: 100%; - } - .rc-headera { - display: flex; - justify-content: space-between; - height: 64px; - align-items: center; - } - .rc-userheader{ - display: none; - } - - .rc-center { - width: 100%; - height: 245px; - margin-top: 8px; - .rc-usermain { - .pc-bottom{ - display: none; - } - - display: flex; - .rc-image { - border: 1px solid #D8D8D8; - margin-top: 17px; -; - img { - width: 96px; - height: 96px; - display: block; - - } - } - - .rc-right { - - .rc-userbottomm{ - display: none; - } - display: flex; - flex-direction: column; - width: 100%; - margin-left: 16px; - justify-content: center; - em - { - font-style: normal; - display: block; - font-size: 16px; - margin-top: 18px; - font-weight: bold; - -color: #E1001A; - } - } - .rc-userright { - display: flex; - flex-direction: column; - color: #666666; - font-size: 14px; - span{ - display: block; - margin-top: 16px; - } - } - .rc-userbottom { - display: flex; - justify-content: space-between; - margin-top: 8px; - span{ - color: #666666; - font-size: 14px; - } - i{ - font-style: normal; - color: #E1001A; - font-size: 18px; - font-weight: bold; - } - } - } - - .rc-bottom { - display: flex; - align-items: center; - justify-content: center; - margin-top: 24px; - span { - display: block; - width: 130px; - display: flex; - align-items: center; - line-height: 40px; - text-align: center; - color: #e2001a; - height: 40px; - border: 2px solid #e2001a; - justify-content: center; - border-radius: 30px; - font-weight: bold; - } - span:last-child{ - margin-left: 15px; - } - } - } - - .rc-title { - height: 52px; - display: flex; - align-items: center; - border-bottom: 1px solid #d8d8d8; - justify-content: space-between; - span{ - font-size: 14px; - color: #999999; - margin-left: 8px; - } - em{ - font-style: normal; - font-size: 14px; - -color: #333333; - } - i{ - font-style: normal; - font-size: 14px; - -color: #333333; - } - .rc-usertitle strong{ - display: none; - } - } - } - } -} -// /* 最小768px最大1920 *pc端/ -@media screen and (min-width: 768px) and (max-width: 1920px) { - .active { - font-size: 18px; - color: #e2001a; - cursor: pointer; - // margin-left: 40px; -} -.unactive { - font-size: 18px; - color: #444444; - cursor: pointer; - // margin-left: 80px; -} - .rc-layout-container { - .rc-main { - .rc-headera { - display: flex; - height: 64px; - align-items: center; - border: 1px solid #D7D7D7; - border-radius: 3px 3px 0px 0px; - font-size: 18px; - span:first-child{ - margin-left: 40px; - } - span{ - margin-left: 80px; - } - } - - .rc-userheader{ - width: 100%; - height: 64px; - background: #F6F6F6; - border: 1px solid #D7D7D7; - display: flex; - align-items: center; - justify-content: space-between; - font-size: 18px; - span:first-child{ - margin-left: 173px; - } - span:last-child{ - margin-right: 87px; - } - } - - .rc-center { - width: 100%; - height: 220px; - border: 1px solid #D7D7D7; - .rc-usermain { - display: flex; - justify-content: space-between; - align-items: center; - height: 164px; - .rc-usercenter{ - width: 25%; - em{ - font-size: 18px; - } - } - .rc-image { - border: 1px solid #D8D8D8; - margin-left: 40px; - - img { - width: 96px; - height: 96px; - display: block; - - } - } - - .rc-right { - .rc-userbottom{ - display: none; - } - display: flex; - - width: 100%; - margin-left: 16px; - - em - { - font-style: normal; - font-weight: bold; - font-size: 16px; - margin-top: 18px; - -color: #E1001A; - } - } - .rc-userright { - display: flex; - flex-direction: column; - color: #666666; - font-size: 16px; - span{ - display: block; - margin-top: 6px; - } - } - .rc-userbottomm { - display: flex; - justify-content: space-between; - align-items: center; - width: 58%; - font-size: 20px; - color: #E1001A; - font-weight: bold; - i{ - font-style: normal; - - - } - } - - .pc-bottom { - display: flex; - align-items: center; - justify-content: center; - flex-direction: column; - margin-right: 40px; - - span { - display: block; - width: 130px; - cursor: pointer; - display: flex; - align-items: center; - line-height: 40px; - font-weight: bold; - text-align: center; - color: #e2001a; - height: 40px; - border: 2px solid #e2001a; - justify-content: center; - border-radius: 30px; - } - span:last-child{ - margin-top: 15px; - } - } - } - - .rc-bottom { - display: none; - } - } - - .rc-title { - height: 55px; - display: flex; - align-items: center; - border-bottom: 1px solid #d8d8d8; - justify-content: space-between; - span{ - font-size: 16px; - color: #999999; - margin-left: 8px; - } - strong{ - font-style: normal; - font-size: 16px; - color: #444444; - } - em{ - font-style: normal; - font-size: 16px; - -color: #333333; - } - i{ - font-style: normal; - font-size: 16px; - margin-left: 40px; - -color: #333333; - } - .rc-usertitle{ - margin-right: 73px; - display: flex; - align-items: center; - em{ - display: block; - margin-left: 8px; - } - } - } - } - } -} \ No newline at end of file diff --git a/rc-busness/assets/image/ico-bilibili.png b/rc-busness/assets/image/ico-bilibili.png deleted file mode 100644 index 6f640fa5..00000000 Binary files a/rc-busness/assets/image/ico-bilibili.png and /dev/null differ diff --git a/rc-busness/assets/image/ico-weibo.png b/rc-busness/assets/image/ico-weibo.png deleted file mode 100644 index 0aa2108b..00000000 Binary files a/rc-busness/assets/image/ico-weibo.png and /dev/null differ diff --git a/rc-busness/assets/image/ico-zhihu.png b/rc-busness/assets/image/ico-zhihu.png deleted file mode 100644 index c5045369..00000000 Binary files a/rc-busness/assets/image/ico-zhihu.png and /dev/null differ diff --git a/rc-busness/nuxt.config.js b/rc-busness/nuxt.config.js index b0270757..9b2e9bfe 100644 --- a/rc-busness/nuxt.config.js +++ b/rc-busness/nuxt.config.js @@ -79,7 +79,8 @@ export default { }, // Build Configuration: https://go.nuxtjs.dev/config-build build: { - analyze: true, assetFilter: function (assetFilename) { return assetFilename.endsWith('.js'); }, + analyze: true, assetFilter: function(assetFilename) { return assetFilename.endsWith('.js'); } + }, // axios: { // proxy: true, diff --git a/rc-busness/pages/personal/settlement.vue b/rc-busness/pages/personal/settlement.vue index 3a8b6d8a..f600c887 100644 --- a/rc-busness/pages/personal/settlement.vue +++ b/rc-busness/pages/personal/settlement.vue @@ -1,12 +1,11 @@