Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
G
GangShi-un2
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
黄旭新
GangShi-un2
Commits
a7f67ed1
提交
a7f67ed1
authored
5月 10, 2021
作者:
黄旭新
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
xin
上级
cfd4269b
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
28 个修改的文件
包含
139 行增加
和
94 行删除
+139
-94
group.vue
pages/group/group.vue
+6
-3
index.vue
pages/index/index.vue
+24
-24
login.vue
pages/login/login.vue
+5
-5
order.vue
pages/order/order.vue
+3
-2
register.vue
pages/register/register.vue
+6
-1
ServeOrder.vue
pagesA/MyServeOeder/ServeOrder.vue
+1
-1
requirements.vue
pagesA/requirements/requirements.vue
+1
-1
api.js
static/util/api.js
+2
-2
vendor.js.map
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
+1
-1
group.js.map
...ge/dist/dev/.sourcemap/mp-weixin/pages/group/group.js.map
+1
-1
index.js.map
...ge/dist/dev/.sourcemap/mp-weixin/pages/index/index.js.map
+1
-1
login.js.map
...ge/dist/dev/.sourcemap/mp-weixin/pages/login/login.js.map
+1
-1
order.js.map
...ge/dist/dev/.sourcemap/mp-weixin/pages/order/order.js.map
+1
-1
register.js.map
...t/dev/.sourcemap/mp-weixin/pages/register/register.js.map
+1
-1
ServeOrder.js.map
...sourcemap/mp-weixin/pagesA/MyServeOeder/ServeOrder.js.map
+1
-1
requirements.js.map
...urcemap/mp-weixin/pagesA/requirements/requirements.js.map
+1
-1
vendor.js
unpackage/dist/dev/mp-weixin/common/vendor.js
+2
-2
group.wxml
unpackage/dist/dev/mp-weixin/pages/group/group.wxml
+1
-1
group.wxss
unpackage/dist/dev/mp-weixin/pages/group/group.wxss
+4
-1
index.wxml
unpackage/dist/dev/mp-weixin/pages/index/index.wxml
+1
-1
index.wxss
unpackage/dist/dev/mp-weixin/pages/index/index.wxss
+20
-20
login.js
unpackage/dist/dev/mp-weixin/pages/login/login.js
+8
-8
order.wxss
unpackage/dist/dev/mp-weixin/pages/order/order.wxss
+5
-3
register.js
unpackage/dist/dev/mp-weixin/pages/register/register.js
+6
-1
ServeOrder.wxss
...ge/dist/dev/mp-weixin/pagesA/MyServeOeder/ServeOrder.wxss
+1
-1
requirements.wxss
.../dist/dev/mp-weixin/pagesA/requirements/requirements.wxss
+1
-1
project.config.json
unpackage/dist/dev/mp-weixin/project.config.json
+32
-6
api.js
unpackage/dist/dev/mp-weixin/static/util/api.js
+2
-2
没有找到文件。
pages/group/group.vue
浏览文件 @
a7f67ed1
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<u-dropdown
v-if=
"tabIndex == 1"
class=
"dropdown"
ref=
"uDropdown"
@
open=
"open"
@
close=
"close"
>
<u-dropdown
v-if=
"tabIndex == 1"
class=
"dropdown"
ref=
"uDropdown"
@
open=
"open"
@
close=
"close"
>
<u-dropdown-item
@
change=
"clickItem"
v-model=
"value0"
title=
"售电公司"
:options=
"electricityCompanys"
>
<u-dropdown-item
@
change=
"clickItem"
v-model=
"value0"
title=
"售电公司"
:options=
"electricityCompanys"
>
</u-dropdown-item>
</u-dropdown-item>
<u-dropdown-item
@
change=
"clickItem"
v-model=
"value1"
title=
"现货收益
比例
"
:options=
"ratio_xianhuo"
>
<u-dropdown-item
@
change=
"clickItem"
v-model=
"value1"
title=
"现货收益"
:options=
"ratio_xianhuo"
>
</u-dropdown-item>
</u-dropdown-item>
<u-dropdown-item
@
change=
"clickItem"
v-model=
"value2"
title=
"拼团类型"
:options=
"groupTypes_xianhuo"
>
<u-dropdown-item
@
change=
"clickItem"
v-model=
"value2"
title=
"拼团类型"
:options=
"groupTypes_xianhuo"
>
</u-dropdown-item>
</u-dropdown-item>
...
@@ -501,6 +501,9 @@
...
@@ -501,6 +501,9 @@
</
script
>
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
::v-deep
.u-dropdown
{
padding
:
0
40rpx
;
}
.group
{
.group
{
position
:
relative
;
position
:
relative
;
width
:
100%
;
width
:
100%
;
...
@@ -517,8 +520,8 @@
...
@@ -517,8 +520,8 @@
font-weight
:
400rpx
;
font-weight
:
400rpx
;
color
:
#999
;
color
:
#999
;
background-color
:
#fff
;
background-color
:
#fff
;
padding
:
0
58
rpx
;
padding
:
0
80
rpx
;
.border
{
.border
{
color
:
#0099FF
;
color
:
#0099FF
;
border-bottom
:
4rpx
solid
#0099FF
;
border-bottom
:
4rpx
solid
#0099FF
;
...
...
pages/index/index.vue
浏览文件 @
a7f67ed1
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
<view
class=
"recommend"
v-if=
"isEstablish &&recommendedPackageList.length > 0"
>
<view
class=
"recommend"
v-if=
"isEstablish &&recommendedPackageList.length > 0"
>
<view
class=
"recommend_title"
@
click=
"linktoGroup"
>
<view
class=
"recommend_title"
@
click=
"linktoGroup"
>
<text>
推荐套餐
</text>
<text>
推荐套餐
</text>
<view>
查看详情
<image
src=
"https://fire.huoshitou.net/profile/icon/index_
righ
t.png"
mode=
""
></image>
<view>
查看详情
<image
src=
"https://fire.huoshitou.net/profile/icon/index_
j
t.png"
mode=
""
></image>
</view>
</view>
</view>
</view>
<view
class=
"recommend_item"
v-for=
"(item, index) in recommendedPackageList"
:key=
"index"
>
<view
class=
"recommend_item"
v-for=
"(item, index) in recommendedPackageList"
:key=
"index"
>
...
@@ -147,7 +147,7 @@
...
@@ -147,7 +147,7 @@
<view
class=
"electriCompany"
@
click=
"linktoElectriCompany"
>
<view
class=
"electriCompany"
@
click=
"linktoElectriCompany"
>
<view
class=
"electriCompany_title"
>
<view
class=
"electriCompany_title"
>
入驻售电公司
入驻售电公司
<view>
查看详情
<image
src=
"https://fire.huoshitou.net/profile/icon/index_
righ
t.png"
mode=
""
></image>
<view>
查看详情
<image
src=
"https://fire.huoshitou.net/profile/icon/index_
j
t.png"
mode=
""
></image>
</view>
</view>
</view>
</view>
<view
class=
"electriCompany_img"
>
<view
class=
"electriCompany_img"
>
...
@@ -159,7 +159,7 @@
...
@@ -159,7 +159,7 @@
<view
class=
"regional"
@
click=
"toareaServe"
>
<view
class=
"regional"
@
click=
"toareaServe"
>
<view
class=
"regional_title"
>
<view
class=
"regional_title"
>
<view>
区域服务中心
</view>
<view>
区域服务中心
</view>
<view
class=
"more"
>
查看详情
<image
src=
"https://fire.huoshitou.net/profile/icon/index_
righ
t.png"
mode=
"scaleToFill"
></image>
<view
class=
"more"
>
查看详情
<image
src=
"https://fire.huoshitou.net/profile/icon/index_
j
t.png"
mode=
"scaleToFill"
></image>
</view>
</view>
</view>
</view>
<view
class=
"regional_main"
>
<view
class=
"regional_main"
>
...
@@ -170,7 +170,7 @@
...
@@ -170,7 +170,7 @@
<view
class=
"information"
>
<view
class=
"information"
>
<view
class=
"information_title"
@
click=
"linktoInformation"
>
<view
class=
"information_title"
@
click=
"linktoInformation"
>
<text>
行业资讯
<!--
<text
class=
"hyzx_xiao"
>
关注实时 资讯不漏
</text>
-->
</text>
<text>
行业资讯
<!--
<text
class=
"hyzx_xiao"
>
关注实时 资讯不漏
</text>
-->
</text>
<view
class=
"more"
>
查看更多
<image
src=
"https://fire.huoshitou.net/profile/icon/index_
righ
t.png"
mode=
"scaleToFill"
></image>
<view
class=
"more"
>
查看更多
<image
src=
"https://fire.huoshitou.net/profile/icon/index_
j
t.png"
mode=
"scaleToFill"
></image>
</view>
</view>
</view>
</view>
<view
class=
"information_item"
v-for=
"(item,index) in salesInformationList"
:key=
"index"
<view
class=
"information_item"
v-for=
"(item,index) in salesInformationList"
:key=
"index"
...
@@ -748,16 +748,16 @@
...
@@ -748,16 +748,16 @@
view
{
view
{
position
:
relative
;
position
:
relative
;
width
:
9
8rpx
;
width
:
11
8rpx
;
font-size
:
2
0
rpx
;
font-size
:
2
4
rpx
;
color
:
#999
;
color
:
#999
;
image
{
image
{
position
:
absolute
;
position
:
absolute
;
top
:
8
rpx
;
top
:
6
rpx
;
right
:
0
;
right
:
0
;
width
:
9
rpx
;
width
:
12
rpx
;
height
:
15
rpx
;
height
:
20
rpx
;
}
}
}
}
}
}
...
@@ -906,16 +906,16 @@
...
@@ -906,16 +906,16 @@
view
{
view
{
position
:
relative
;
position
:
relative
;
width
:
9
8rpx
;
width
:
11
8rpx
;
font-size
:
2
0
rpx
;
font-size
:
2
4
rpx
;
color
:
#999
;
color
:
#999
;
image
{
image
{
position
:
absolute
;
position
:
absolute
;
top
:
8
rpx
;
top
:
6
rpx
;
right
:
0
;
right
:
0
;
width
:
9
rpx
;
width
:
12
rpx
;
height
:
15
rpx
;
height
:
20
rpx
;
}
}
}
}
}
}
...
@@ -948,16 +948,16 @@
...
@@ -948,16 +948,16 @@
.more
{
.more
{
position
:
relative
;
position
:
relative
;
width
:
9
8rpx
;
width
:
11
8rpx
;
font-size
:
2
0
rpx
;
font-size
:
2
4
rpx
;
color
:
#999
;
color
:
#999
;
image
{
image
{
position
:
absolute
;
position
:
absolute
;
top
:
8
rpx
;
top
:
6
rpx
;
right
:
0
;
right
:
0
;
width
:
9
rpx
;
width
:
12
rpx
;
height
:
15
rpx
;
height
:
20
rpx
;
}
}
}
}
}
}
...
@@ -996,16 +996,16 @@
...
@@ -996,16 +996,16 @@
.more
{
.more
{
position
:
relative
;
position
:
relative
;
width
:
9
8rpx
;
width
:
11
8rpx
;
font-size
:
2
0
rpx
;
font-size
:
2
4
rpx
;
color
:
#999
;
color
:
#999
;
image
{
image
{
position
:
absolute
;
position
:
absolute
;
top
:
4
rpx
;
top
:
6
rpx
;
right
:
0
;
right
:
0
;
width
:
9
rpx
;
width
:
12
rpx
;
height
:
15
rpx
;
height
:
20
rpx
;
}
}
}
}
}
}
...
...
pages/login/login.vue
浏览文件 @
a7f67ed1
...
@@ -59,11 +59,11 @@
...
@@ -59,11 +59,11 @@
//ht=1 scene存量企业
//ht=1 scene存量企业
if
(
scene2
.
indexOf
(
'ht='
)
>=
0
)
{
if
(
scene2
.
indexOf
(
'ht='
)
>=
0
)
{
that
.
culiangcontractId
=
split
(
'='
)[
1
]
that
.
culiangcontractId
=
split
(
'='
)[
1
]
uni
.
showToast
({
//
uni.showToast({
title
:
that
.
culiangcontractId
,
//
title: that.culiangcontractId,
icon
:
'none'
,
//
icon: 'none',
duration
:
3000
//
duration: 3000
})
//
})
}
else
{
}
else
{
that
.
userId
=
scene2
that
.
userId
=
scene2
//获取用户信息
//获取用户信息
...
...
pages/order/order.vue
浏览文件 @
a7f67ed1
...
@@ -365,7 +365,7 @@
...
@@ -365,7 +365,7 @@
.tab
{
.tab
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-
around
;
justify-content
:
space-
between
;
position
:
relative
;
position
:
relative
;
// margin-bottom: 5rpx;
// margin-bottom: 5rpx;
width
:
100%
;
width
:
100%
;
...
@@ -373,6 +373,7 @@
...
@@ -373,6 +373,7 @@
font-size
:
30rpx
;
font-size
:
30rpx
;
text-align
:
center
;
text-align
:
center
;
background-color
:
#fff
;
background-color
:
#fff
;
padding
:
0
80rpx
;
.tab_child
{
.tab_child
{
// flex: 1;
// flex: 1;
...
@@ -395,7 +396,7 @@
...
@@ -395,7 +396,7 @@
.select
{
.select
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
padding-left
:
112
rpx
;
padding-left
:
80
rpx
;
margin-bottom
:
10rpx
;
margin-bottom
:
10rpx
;
height
:
70rpx
;
height
:
70rpx
;
background-color
:
#fff
;
background-color
:
#fff
;
...
...
pages/register/register.vue
浏览文件 @
a7f67ed1
...
@@ -233,7 +233,12 @@
...
@@ -233,7 +233,12 @@
}
}
//存量企业
//存量企业
if
(
options
.
culiangcontractId
){
if
(
options
.
culiangcontractId
){
this
.
scene
=
JSON
.
stringify
(
options
.
culiangcontractId
)
let
that
=
this
if
(
options
.
culiangcontractId
.
indexOf
(
'"'
)
>=
0
){
that
.
scene
=
options
.
culiangcontractId
.
replace
(
/
\"
/g
,
""
)
}
else
{
that
.
scene
=
options
.
culiangcontractId
}
this
.
inviteType
=
100
this
.
inviteType
=
100
}
}
console
.
log
(
'接受邀请的合同id='
,
this
.
contractId
)
console
.
log
(
'接受邀请的合同id='
,
this
.
contractId
)
...
...
pagesA/MyServeOeder/ServeOrder.vue
浏览文件 @
a7f67ed1
...
@@ -466,7 +466,7 @@
...
@@ -466,7 +466,7 @@
//下拉
//下拉
.u-dropdown__menu__item
{
.u-dropdown__menu__item
{
padding-left
:
3
2rpx
;
padding-left
:
6
2rpx
;
justify-content
:
flex-start
!
important
;
justify-content
:
flex-start
!
important
;
}
}
...
...
pagesA/requirements/requirements.vue
浏览文件 @
a7f67ed1
...
@@ -470,7 +470,7 @@
...
@@ -470,7 +470,7 @@
margin-right
:
10rpx
;
margin-right
:
10rpx
;
margin-top
:
10rpx
;
margin-top
:
10rpx
;
overflow
:
hidden
;
overflow
:
hidden
;
width
:
2
1
rpx
;
width
:
2
0
rpx
;
height
:
20rpx
;
height
:
20rpx
;
background-color
:
#1989fa
;
background-color
:
#1989fa
;
border-radius
:
50%
;
border-radius
:
50%
;
...
...
static/util/api.js
浏览文件 @
a7f67ed1
const
erp
=
erp
||
{};
//wxb21370ac25ee51b0,//wx45bb68de16ddddb7
const
erp
=
erp
||
{};
//wxb21370ac25ee51b0,//wx45bb68de16ddddb7
// const DOMAIN = 'http://192.168.1.107:9099/'; // 峰煜
// const DOMAIN = 'http://192.168.1.107:9099/'; // 峰煜
//
const DOMAIN = 'https://dev.diaosaas.com/diaoyun/' //测试
const
DOMAIN
=
'https://dev.diaosaas.com/diaoyun/'
//测试
// const DOMAIN = 'http://192.168.1.178:9099/' // 国禄
// const DOMAIN = 'http://192.168.1.178:9099/' // 国禄
// const DOMAIN = 'http://192.168.1.197:9099/' // 志就
// const DOMAIN = 'http://192.168.1.197:9099/' // 志就
const
DOMAIN
=
'https://fire.huoshitou.net/diaoyun/'
// 正式
//
const DOMAIN = 'https://fire.huoshitou.net/diaoyun/' // 正式
const
HOST
=
DOMAIN
+
'api/'
const
HOST
=
DOMAIN
+
'api/'
erp
.
login
=
HOST
+
'loginAndRegister/login'
// 登录
erp
.
login
=
HOST
+
'loginAndRegister/login'
// 登录
...
...
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
浏览文件 @
a7f67ed1
差异被折叠。
点击展开。
unpackage/dist/dev/.sourcemap/mp-weixin/pages/group/group.js.map
浏览文件 @
a7f67ed1
差异被折叠。
点击展开。
unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/index.js.map
浏览文件 @
a7f67ed1
差异被折叠。
点击展开。
unpackage/dist/dev/.sourcemap/mp-weixin/pages/login/login.js.map
浏览文件 @
a7f67ed1
差异被折叠。
点击展开。
unpackage/dist/dev/.sourcemap/mp-weixin/pages/order/order.js.map
浏览文件 @
a7f67ed1
差异被折叠。
点击展开。
unpackage/dist/dev/.sourcemap/mp-weixin/pages/register/register.js.map
浏览文件 @
a7f67ed1
This source diff could not be displayed because it is too large. You can
view the blob
instead.
unpackage/dist/dev/.sourcemap/mp-weixin/pagesA/MyServeOeder/ServeOrder.js.map
浏览文件 @
a7f67ed1
差异被折叠。
点击展开。
unpackage/dist/dev/.sourcemap/mp-weixin/pagesA/requirements/requirements.js.map
浏览文件 @
a7f67ed1
差异被折叠。
点击展开。
unpackage/dist/dev/mp-weixin/common/vendor.js
浏览文件 @
a7f67ed1
...
@@ -16441,10 +16441,10 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
...
@@ -16441,10 +16441,10 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
"use strict";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });exports.default = void 0;var erp = erp || {}; //wxb21370ac25ee51b0,//wx45bb68de16ddddb7
Object.defineProperty(exports, "__esModule", { value: true });exports.default = void 0;var erp = erp || {}; //wxb21370ac25ee51b0,//wx45bb68de16ddddb7
// const DOMAIN = 'http://192.168.1.107:9099/'; // 峰煜
// const DOMAIN = 'http://192.168.1.107:9099/'; // 峰煜
// const DOMAIN = 'https://dev.diaosaas.com/diaoyun/'
//测试
var DOMAIN = 'https://dev.diaosaas.com/diaoyun/';
//测试
// const DOMAIN = 'http://192.168.1.178:9099/' // 国禄
// const DOMAIN = 'http://192.168.1.178:9099/' // 国禄
// const DOMAIN = 'http://192.168.1.197:9099/' // 志就
// const DOMAIN = 'http://192.168.1.197:9099/' // 志就
var
DOMAIN
=
'https://fire.huoshitou.net/diaoyun/'
;
// 正式
// const DOMAIN = 'https://fire.huoshitou.net/diaoyun/'
// 正式
var HOST = DOMAIN + 'api/';
var HOST = DOMAIN + 'api/';
erp.login = HOST + 'loginAndRegister/login'; // 登录
erp.login = HOST + 'loginAndRegister/login'; // 登录
...
...
unpackage/dist/dev/mp-weixin/pages/group/group.wxml
浏览文件 @
a7f67ed1
差异被折叠。
点击展开。
unpackage/dist/dev/mp-weixin/pages/group/group.wxss
浏览文件 @
a7f67ed1
...
@@ -24,6 +24,9 @@
...
@@ -24,6 +24,9 @@
/* 垂直间距 */
/* 垂直间距 */
/* 透明度 */
/* 透明度 */
/* 文章场景相关 */
/* 文章场景相关 */
.u-dropdown {
padding: 0 40rpx;
}
.group {
.group {
position: relative;
position: relative;
width: 100%;
width: 100%;
...
@@ -43,7 +46,7 @@
...
@@ -43,7 +46,7 @@
font-weight: 400rpx;
font-weight: 400rpx;
color: #999;
color: #999;
background-color: #fff;
background-color: #fff;
padding: 0
58
rpx;
padding: 0
80
rpx;
}
}
.group .group_title .border {
.group .group_title .border {
color: #0099FF;
color: #0099FF;
...
...
unpackage/dist/dev/mp-weixin/pages/index/index.wxml
浏览文件 @
a7f67ed1
差异被折叠。
点击展开。
unpackage/dist/dev/mp-weixin/pages/index/index.wxss
浏览文件 @
a7f67ed1
...
@@ -240,16 +240,16 @@
...
@@ -240,16 +240,16 @@
}
}
.index .recommend .recommend_title view {
.index .recommend .recommend_title view {
position: relative;
position: relative;
width:
9
8rpx;
width:
11
8rpx;
font-size: 2
0
rpx;
font-size: 2
4
rpx;
color: #999;
color: #999;
}
}
.index .recommend .recommend_title view image {
.index .recommend .recommend_title view image {
position: absolute;
position: absolute;
top:
8
rpx;
top:
6
rpx;
right: 0;
right: 0;
width:
9
rpx;
width:
12
rpx;
height:
15
rpx;
height:
20
rpx;
}
}
.index .recommend .recommend_item {
.index .recommend .recommend_item {
padding: 0 32rpx;
padding: 0 32rpx;
...
@@ -393,16 +393,16 @@
...
@@ -393,16 +393,16 @@
}
}
.index .electriCompany .electriCompany_title view {
.index .electriCompany .electriCompany_title view {
position: relative;
position: relative;
width:
9
8rpx;
width:
11
8rpx;
font-size: 2
0
rpx;
font-size: 2
4
rpx;
color: #999;
color: #999;
}
}
.index .electriCompany .electriCompany_title view image {
.index .electriCompany .electriCompany_title view image {
position: absolute;
position: absolute;
top:
8
rpx;
top:
6
rpx;
right: 0;
right: 0;
width:
9
rpx;
width:
12
rpx;
height:
15
rpx;
height:
20
rpx;
}
}
.index .electriCompany .electriCompany_img {
.index .electriCompany .electriCompany_img {
height: 340rpx;
height: 340rpx;
...
@@ -434,16 +434,16 @@
...
@@ -434,16 +434,16 @@
}
}
.index .regional .regional_title .more {
.index .regional .regional_title .more {
position: relative;
position: relative;
width:
9
8rpx;
width:
11
8rpx;
font-size: 2
0
rpx;
font-size: 2
4
rpx;
color: #999;
color: #999;
}
}
.index .regional .regional_title .more image {
.index .regional .regional_title .more image {
position: absolute;
position: absolute;
top:
8
rpx;
top:
6
rpx;
right: 0;
right: 0;
width:
9
rpx;
width:
12
rpx;
height:
15
rpx;
height:
20
rpx;
}
}
.index .regional .regional_main {
.index .regional .regional_main {
height: 340rpx;
height: 340rpx;
...
@@ -480,16 +480,16 @@
...
@@ -480,16 +480,16 @@
}
}
.index .information .information_title .more {
.index .information .information_title .more {
position: relative;
position: relative;
width:
9
8rpx;
width:
11
8rpx;
font-size: 2
0
rpx;
font-size: 2
4
rpx;
color: #999;
color: #999;
}
}
.index .information .information_title .more image {
.index .information .information_title .more image {
position: absolute;
position: absolute;
top:
4
rpx;
top:
6
rpx;
right: 0;
right: 0;
width:
9
rpx;
width:
12
rpx;
height:
15
rpx;
height:
20
rpx;
}
}
.index .information .information_item {
.index .information .information_item {
padding: 32rpx 0;
padding: 32rpx 0;
...
...
unpackage/dist/dev/mp-weixin/pages/login/login.js
浏览文件 @
a7f67ed1
...
@@ -217,15 +217,15 @@ var _fun = __webpack_require__(/*! ../../static/util/fun.js */ 50);function _int
...
@@ -217,15 +217,15 @@ var _fun = __webpack_require__(/*! ../../static/util/fun.js */ 50);function _int
var
_default
=
{
onLoad
:
function
onLoad
(
options
)
{
uni
.
hideHomeButton
();
var
that
=
this
;
console
.
log
(
options
);
//有scene从分享海报邀请进来的
var
_default
=
{
onLoad
:
function
onLoad
(
options
)
{
uni
.
hideHomeButton
();
var
that
=
this
;
console
.
log
(
options
);
//有scene从分享海报邀请进来的
if
(
options
.
scene
)
{
// scene 需要使用 decodeURIComponent 才能获取到生成二维码时传入的 scene
if
(
options
.
scene
)
{
// scene 需要使用 decodeURIComponent 才能获取到生成二维码时传入的 scene
var
scene
=
decodeURIComponent
(
options
.
scene
);
that
.
inviteType
=
scene
.
split
(
'&&'
)[
0
];
var
scene2
=
JSON
.
stringify
(
scene
.
split
(
'&&'
)[
1
]);
//ht=1 scene存量企业
var
scene
=
decodeURIComponent
(
options
.
scene
);
that
.
inviteType
=
scene
.
split
(
'&&'
)[
0
];
var
scene2
=
JSON
.
stringify
(
scene
.
split
(
'&&'
)[
1
]);
//ht=1 scene存量企业
if
(
scene2
.
indexOf
(
'ht='
)
>=
0
)
{
that
.
culiangcontractId
=
split
(
'='
)[
1
];
uni
.
showToast
({
title
:
that
.
culiangcontractId
,
icon
:
'none'
,
duration
:
3000
});}
else
{
that
.
userId
=
scene2
;
//获取用户信息
if
(
scene2
.
indexOf
(
'ht='
)
>=
0
)
{
that
.
culiangcontractId
=
split
(
'='
)[
1
];
// uni.showToast({
(
0
,
_fun
.
get
)(
_api
.
default
.
getUserInformation
,
{
type
:
'2'
,
userId
:
that
.
userId
}).
then
(
function
(
res
)
{
if
(
res
.
code
==
200
)
{
that
.
inviteCode
=
res
.
data
.
inviteCode
;}
else
{
uni
.
showToast
({
title
:
res
.
msg
,
icon
:
'none'
,
duration
:
1200
});}});}}
else
{
that
.
inviteType
=
options
.
inviteType
;
that
.
inviteCode
=
options
.
inviteCode
;}
this
.
contractId
=
options
.
contractId
;
// title: that.culiangcontractId,
this
.
inviterUserId
=
options
.
inviterUserId
?
options
.
inviterUserId
:
''
;
// icon: 'none',
this
.
roleId
=
options
.
roleId
?
options
.
roleId
:
''
;
// duration: 3000
// this.roleId = 19
// })
}
else
{
that
.
userId
=
scene2
;
//获取用户信息
(
0
,
_fun
.
get
)(
_api
.
default
.
getUserInformation
,
{
type
:
'2'
,
userId
:
that
.
userId
}).
then
(
function
(
res
)
{
if
(
res
.
code
==
200
)
{
that
.
inviteCode
=
res
.
data
.
inviteCode
;}
else
{
uni
.
showToast
({
title
:
res
.
msg
,
icon
:
'none'
,
duration
:
1200
});}});}}
else
{
that
.
inviteType
=
options
.
inviteType
;
that
.
inviteCode
=
options
.
inviteCode
;}
this
.
contractId
=
options
.
contractId
;
this
.
inviterUserId
=
options
.
inviterUserId
?
options
.
inviterUserId
:
''
;
this
.
roleId
=
options
.
roleId
?
options
.
roleId
:
''
;
// this.roleId = 19
// this.inviterUserId = 132
// this.inviterUserId = 132
if
(
this
.
inviteType
||
this
.
inviterUserId
||
this
.
roleId
)
{
if
(
this
.
inviteType
||
this
.
inviterUserId
||
this
.
roleId
)
{
this
.
isCreated
=
false
;}
this
.
isCreated
=
false
;
}
// console.log('inviteType:', this.inviteType)
// console.log('inviteType:', this.inviteType)
// console.log('inviteCode:', this.inviteCode)
// console.log('inviteCode:', this.inviteCode)
// console.log('contractId:', this.contractId)
// console.log('contractId:', this.contractId)
...
...
unpackage/dist/dev/mp-weixin/pages/order/order.wxss
浏览文件 @
a7f67ed1
...
@@ -92,14 +92,16 @@
...
@@ -92,14 +92,16 @@
display: -webkit-box;
display: -webkit-box;
display: -webkit-flex;
display: -webkit-flex;
display: flex;
display: flex;
-webkit-justify-content: space-around;
-webkit-box-pack: justify;
justify-content: space-around;
-webkit-justify-content: space-between;
justify-content: space-between;
position: relative;
position: relative;
width: 100%;
width: 100%;
color: #999;
color: #999;
font-size: 30rpx;
font-size: 30rpx;
text-align: center;
text-align: center;
background-color: #fff;
background-color: #fff;
padding: 0 80rpx;
}
}
.order .tab .tab_child.data-v-127632e4 {
.order .tab .tab_child.data-v-127632e4 {
height: 95rpx;
height: 95rpx;
...
@@ -121,7 +123,7 @@
...
@@ -121,7 +123,7 @@
-webkit-box-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
-webkit-align-items: center;
align-items: center;
align-items: center;
padding-left:
112
rpx;
padding-left:
80
rpx;
margin-bottom: 10rpx;
margin-bottom: 10rpx;
height: 70rpx;
height: 70rpx;
background-color: #fff;
background-color: #fff;
...
...
unpackage/dist/dev/mp-weixin/pages/register/register.js
浏览文件 @
a7f67ed1
...
@@ -375,7 +375,12 @@ var _fun = __webpack_require__(/*! ../../static/util/fun.js */ 50);function _int
...
@@ -375,7 +375,12 @@ var _fun = __webpack_require__(/*! ../../static/util/fun.js */ 50);function _int
}
}
//存量企业
//存量企业
if
(
options
.
culiangcontractId
)
{
if
(
options
.
culiangcontractId
)
{
this
.
scene
=
JSON
.
stringify
(
options
.
culiangcontractId
);
var
that
=
this
;
if
(
options
.
culiangcontractId
.
indexOf
(
'"'
)
>=
0
)
{
that
.
scene
=
options
.
culiangcontractId
.
replace
(
/
\"
/g
,
""
);
}
else
{
that
.
scene
=
options
.
culiangcontractId
;
}
this
.
inviteType
=
100
;
this
.
inviteType
=
100
;
}
}
console
.
log
(
'接受邀请的合同id='
,
this
.
contractId
);
console
.
log
(
'接受邀请的合同id='
,
this
.
contractId
);
...
...
unpackage/dist/dev/mp-weixin/pagesA/MyServeOeder/ServeOrder.wxss
浏览文件 @
a7f67ed1
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
height: 28rpx;
height: 28rpx;
}
}
.ServeOrder .u-dropdown__menu__item {
.ServeOrder .u-dropdown__menu__item {
padding-left:
3
2rpx;
padding-left:
6
2rpx;
-webkit-box-pack: start !important;
-webkit-box-pack: start !important;
-webkit-justify-content: flex-start !important;
-webkit-justify-content: flex-start !important;
justify-content: flex-start !important;
justify-content: flex-start !important;
...
...
unpackage/dist/dev/mp-weixin/pagesA/requirements/requirements.wxss
浏览文件 @
a7f67ed1
...
@@ -251,7 +251,7 @@
...
@@ -251,7 +251,7 @@
margin-right: 10rpx;
margin-right: 10rpx;
margin-top: 10rpx;
margin-top: 10rpx;
overflow: hidden;
overflow: hidden;
width: 2
1
rpx;
width: 2
0
rpx;
height: 20rpx;
height: 20rpx;
background-color: #1989fa;
background-color: #1989fa;
-webkit-border-radius: 50%;
-webkit-border-radius: 50%;
...
...
unpackage/dist/dev/mp-weixin/project.config.json
浏览文件 @
a7f67ed1
...
@@ -6,28 +6,54 @@
...
@@ -6,28 +6,54 @@
"setting"
:
{
"setting"
:
{
"urlCheck"
:
false
,
"urlCheck"
:
false
,
"es6"
:
true
,
"es6"
:
true
,
"enhance"
:
false
,
"postcss"
:
true
,
"postcss"
:
true
,
"minified"
:
true
"preloadBackgroundData"
:
false
,
"minified"
:
true
,
"newFeature"
:
false
,
"coverView"
:
true
,
"nodeModules"
:
false
,
"autoAudits"
:
false
,
"showShadowRootInWxmlPanel"
:
true
,
"scopeDataCheck"
:
false
,
"uglifyFileName"
:
false
,
"checkInvalidKey"
:
true
,
"checkSiteMap"
:
true
,
"uploadWithSourceMap"
:
true
,
"compileHotReLoad"
:
false
,
"useMultiFrameRuntime"
:
true
,
"useApiHook"
:
true
,
"useApiHostProcess"
:
true
,
"babelSetting"
:
{
"ignore"
:
[],
"disablePlugins"
:
[],
"outputPath"
:
""
},
"enableEngineNative"
:
false
,
"bundle"
:
false
,
"useIsolateContext"
:
true
,
"useCompilerModule"
:
true
,
"userConfirmedUseCompilerModuleSwitch"
:
false
,
"userConfirmedBundleSwitch"
:
false
,
"packNpmManually"
:
false
,
"packNpmRelationList"
:
[],
"minifyWXSS"
:
true
},
},
"compileType"
:
"miniprogram"
,
"compileType"
:
"miniprogram"
,
"libVersion"
:
""
,
"libVersion"
:
""
,
"appid"
:
"wx
b21370ac25ee51b0
"
,
"appid"
:
"wx
45bb68de16ddddb7
"
,
"projectname"
:
"gangshi"
,
"projectname"
:
"gangshi"
,
"condition"
:
{
"condition"
:
{
"search"
:
{
"search"
:
{
"current"
:
-1
,
"list"
:
[]
"list"
:
[]
},
},
"conversation"
:
{
"conversation"
:
{
"current"
:
-1
,
"list"
:
[]
"list"
:
[]
},
},
"game"
:
{
"game"
:
{
"current"
:
-1
,
"list"
:
[]
"list"
:
[]
},
},
"miniprogram"
:
{
"miniprogram"
:
{
"current"
:
0
,
"list"
:
[
"list"
:
[
{
{
"name"
:
""
,
"name"
:
""
,
...
...
unpackage/dist/dev/mp-weixin/static/util/api.js
浏览文件 @
a7f67ed1
const
erp
=
erp
||
{};
//wxb21370ac25ee51b0,//wx45bb68de16ddddb7
const
erp
=
erp
||
{};
//wxb21370ac25ee51b0,//wx45bb68de16ddddb7
// const DOMAIN = 'http://192.168.1.107:9099/'; // 峰煜
// const DOMAIN = 'http://192.168.1.107:9099/'; // 峰煜
//
const DOMAIN = 'https://dev.diaosaas.com/diaoyun/' //测试
const
DOMAIN
=
'https://dev.diaosaas.com/diaoyun/'
//测试
// const DOMAIN = 'http://192.168.1.178:9099/' // 国禄
// const DOMAIN = 'http://192.168.1.178:9099/' // 国禄
// const DOMAIN = 'http://192.168.1.197:9099/' // 志就
// const DOMAIN = 'http://192.168.1.197:9099/' // 志就
const
DOMAIN
=
'https://fire.huoshitou.net/diaoyun/'
// 正式
//
const DOMAIN = 'https://fire.huoshitou.net/diaoyun/' // 正式
const
HOST
=
DOMAIN
+
'api/'
const
HOST
=
DOMAIN
+
'api/'
erp
.
login
=
HOST
+
'loginAndRegister/login'
// 登录
erp
.
login
=
HOST
+
'loginAndRegister/login'
// 登录
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论