Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
aa5ad5cd
Commit
aa5ad5cd
authored
Dec 12, 2024
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式与文字识别
parent
befbd26e
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
31 additions
and
19 deletions
+31
-19
submit2Pay.vue
components/pay/submit2Pay.vue
+1
-1
index.vue
components/rubik/index.vue
+9
-2
manifest.json
manifest.json
+1
-1
index.vue
pages/index/index.vue
+1
-0
enterIndex.vue
pages/kotra/BrandEnterSetIn/enterIndex.vue
+4
-4
identification.vue
pages/kotra/identification.vue
+4
-4
news.vue
pages/kotra/news.vue
+9
-5
api.js
plugin/api.js
+2
-2
zhifu.png
static/images/zhifu.png
+0
-0
No files found.
components/pay/submit2Pay.vue
View file @
aa5ad5cd
...
...
@@ -52,7 +52,7 @@
<view
class=
"Alipay-text3"
>
发送“支付”获取支付宝付款链接
</view>
</view>
<view
class=
"Alipay-box33"
>
<
image
class=
"Alipay-image"
src=
"../../static/images/zhifu.png"
></image
>
<
!--
<image
class=
"Alipay-image"
src=
"../../static/images/zhifu.png"
></image>
--
>
</view>
<view
class=
"Alipay-text4"
@
click=
"send()"
style=
"margin-bottom: 86rpx;"
>
去发送
...
...
components/rubik/index.vue
View file @
aa5ad5cd
<
template
>
<view
class=
"ad-box"
:class=
"
{'ad-
full-height
':ad.list[0].link[0].PageName == 'full'}"
:class=
"
{'ad-
box-full
':ad.list[0].link[0].PageName == 'full'}"
:style="{ height: ad.height == 'auto' ? 'auto' : ad.height + 'rpx',padding:marginStyle,backgroundColor:ad.background }"
>
<view
...
...
@@ -112,7 +112,14 @@ export default {
opacity
:
0
;
z-index
:
2
;
}
.ad-full-height
{
.ad-box-full
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
;
}
.ad-full-height
,
.ad-full-height
image
{
height
:
100%
!important
;
}
</
style
>
manifest.json
View file @
aa5ad5cd
{
"name"
:
"mallapp"
,
"appid"
:
""
,
"appid"
:
"
__UNI__EE0B83C
"
,
"description"
:
""
,
"versionName"
:
"1.0.0"
,
"versionCode"
:
"100"
,
...
...
pages/index/index.vue
View file @
aa5ad5cd
...
...
@@ -1568,5 +1568,6 @@
.content
.flex-column
.full-col
{
flex
:
1
;
height
:
1px
;
position
:
relative
;
}
</
style
>
pages/kotra/BrandEnterSetIn/enterIndex.vue
View file @
aa5ad5cd
...
...
@@ -638,13 +638,13 @@
getAccess_token
()
{
let
that
=
this
;
uni
.
request
({
url
:
"https://aip.baidubce.com/oauth/2.0/token"
,
// 百度获取token接口地址
url
:
"https://aip.baidubce.com/oauth/2.0/token
?grant_type=client_credentials&client_id=uHc6N5qsYBfZs3jrM0DOLXCc&client_secret=8LrTrMzUmBQGPTEu1Nm0UxaVGucXdg6J
"
,
// 百度获取token接口地址
data
:
{
grant_type
:
"client_credentials"
,
// 固定写死
client_id
:
"
wWtW3xQju14uH0ToPpxlk4aq
"
,
client_secret
:
"
lEYPHN0CgFbX5e849ViK9Q7WdnUhkwEx
"
,
client_id
:
"
uHc6N5qsYBfZs3jrM0DOLXCc
"
,
client_secret
:
"
8LrTrMzUmBQGPTEu1Nm0UxaVGucXdg6J
"
,
},
method
:
"
GE
T"
,
method
:
"
POS
T"
,
success
(
res
)
{
that
.
access_token
=
res
.
data
.
access_token
;
},
...
...
pages/kotra/identification.vue
View file @
aa5ad5cd
...
...
@@ -511,13 +511,13 @@ export default {
getAccess_token
()
{
let
that
=
this
;
uni
.
request
({
url
:
"https://aip.baidubce.com/oauth/2.0/token"
,
// 百度获取token接口地址
url
:
"https://aip.baidubce.com/oauth/2.0/token
?grant_type=client_credentials&client_id=uHc6N5qsYBfZs3jrM0DOLXCc&client_secret=8LrTrMzUmBQGPTEu1Nm0UxaVGucXdg6J
"
,
// 百度获取token接口地址
data
:
{
grant_type
:
"client_credentials"
,
// 固定写死
client_id
:
"
wWtW3xQju14uH0ToPpxlk4aq
"
,
client_secret
:
"
lEYPHN0CgFbX5e849ViK9Q7WdnUhkwEx
"
,
client_id
:
"
uHc6N5qsYBfZs3jrM0DOLXCc
"
,
client_secret
:
"
8LrTrMzUmBQGPTEu1Nm0UxaVGucXdg6J
"
,
},
method
:
"
GE
T"
,
method
:
"
POS
T"
,
success
(
res
)
{
that
.
access_token
=
res
.
data
.
access_token
;
},
...
...
pages/kotra/news.vue
View file @
aa5ad5cd
...
...
@@ -86,6 +86,7 @@
margin-bottom: 30rpx;
padding: 0px 15px;
"
v-if=
"tenantId==18"
>
<image
@
click=
"goNewFirstShop"
...
...
@@ -110,6 +111,7 @@
style=
"height: calc(100vh - 189px)"
>
<view
v-if=
"tenantId==18"
style=
"font-size: 30rpx; font-weight: 700; color: #111; padding: 0 15px"
>
资讯信息
</view
>
...
...
@@ -146,7 +148,7 @@
</view>
</view>
</view>
<view
style=
"height: 30px;"
></view>
<u-loadmore
:status=
"status"
:load-text=
"loadText"
...
...
@@ -191,6 +193,7 @@ export default {
status
:
""
,
CommpanyStatus
:
0
,
//公司认证状态
FirstShopType
:
0
,
//1:品牌,2:载体
tenantId
:
0
};
},
onShareTimeline
()
{
...
...
@@ -252,9 +255,6 @@ export default {
};
},
mounted
()
{
uni
.
setNavigationBarTitle
({
title
:
this
.
pageTitle
,
});
this
.
u
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
if
(
!
this
.
u
)
{
this
.
u
=
{
...
...
@@ -263,11 +263,15 @@ export default {
};
this
.
showAuth
=
true
;
}
else
{
this
.
tenantId
=
this
.
u
.
TenantId
this
.
getList
(
1
);
this
.
getCommpanyStatus
();
this
.
isauth
=
true
this
.
pageTitle
=
this
.
tenantId
==
18
?
this
.
pageTitle
:
'商业资讯'
}
uni
.
setNavigationBarTitle
({
title
:
this
.
pageTitle
,
});
},
methods
:
{
reloadUserinfo
()
{
...
...
plugin/api.js
View file @
aa5ad5cd
...
...
@@ -2,8 +2,8 @@ export default {
install
(
Vue
,
options
)
{
Vue
.
prototype
.
host
=
"https://wx.weibaoge.cn/web/index.php?_mall_id=1285"
//
Vue.prototype.host2 = "https://mallApi.oytour.com" //电商接口
Vue
.
prototype
.
host2
=
"http://192.168.5.46:8200"
Vue
.
prototype
.
host2
=
"https://mallApi.oytour.com"
//电商接口
//
Vue.prototype.host2 = "http://192.168.5.46:8200"
Vue
.
prototype
.
host3
=
"https://jjeduapi.oytour.com"
//进阶小课堂以前接口
Vue
.
prototype
.
UploadConfig
=
function
()
{
//本地上传配置
...
...
static/images/zhifu.png
deleted
100644 → 0
View file @
befbd26e
137 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment