Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
backend
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
亲子游项目
backend
Commits
4d6b66ed
Commit
4d6b66ed
authored
Nov 21, 2018
by
LiuJunYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商家BUG修复
parent
6840fa43
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
10 deletions
+5
-10
application/admin/view/project/index.html
+2
-1
application/admin/view/project/pricepage.html
+0
-7
application/admin/view/project/save.html
+1
-1
application/common/model/Project.php
+1
-1
application/config.php
+1
-0
No files found.
application/admin/view/project/index.html
View file @
4d6b66ed
...
...
@@ -235,7 +235,8 @@
$
.
post
(
"{:url('pricePage')}"
,{
id
:
id
},
function
(
html
){
layer
.
open
({
type
:
1
,
area
:[
'500px'
,
'350px'
],
title
:
'修改价格'
,
// area:['500px','350px'],
content
:
html
,
});
});
...
...
application/admin/view/project/pricepage.html
View file @
4d6b66ed
...
...
@@ -20,13 +20,6 @@
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"layui-input-block"
>
<span
class=
"layui-word-aux"
>
* 数据保存后,需要刷新,页面才会显示最新数据
</span>
</div>
</div>
<div
class=
"form-group"
>
<div
class=
"layui-input-block"
>
<button
class=
"layui-btn"
lay-submit
lay-filter=
"*"
>
修改
</button>
...
...
application/admin/view/project/save.html
View file @
4d6b66ed
...
...
@@ -158,7 +158,7 @@
</div>
</div>
<div
class=
"form-group type-
business
"
>
<div
class=
"form-group type-
activity
"
>
<label
class=
"col-sm-2 control-label text-right"
>
会员价
</label>
<div
class=
"col-sm-10 col-md-8 col-lg-6"
>
<input
step=
"0.01"
type=
"number"
class=
"form-control validate[required,custom[number]]"
name=
"vip_price"
...
...
application/common/model/Project.php
View file @
4d6b66ed
...
...
@@ -110,6 +110,6 @@ class Project extends BaseModel
if
(
strpos
(
'http'
,
$value
))
{
return
$value
;
}
return
"https://app.maveler.com/"
.
$value
;
return
config
(
'domain_ssl'
)
.
$value
;
}
}
application/config.php
View file @
4d6b66ed
...
...
@@ -245,6 +245,7 @@ $config = [
'app_name'
=>
'美行者亲子游'
,
'domain'
=>
'http://app.maveler.com'
,
'domain_ssl'
=>
'https://app.maveler.com/'
,
// 微信小程序配置
'wxapp'
=>
[
...
...
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