Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kxz-app-phone
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
huahua
kxz-app-phone
Commits
de24a8d6
Commit
de24a8d6
authored
Apr 30, 2025
by
huahua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
aa2ffcc4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
pages/index/custom-size.vue
+0
-6
pages/index/index.vue
+0
-0
util/Env.js
+2
-2
No files found.
pages/index/custom-size.vue
View file @
de24a8d6
...
@@ -32,7 +32,6 @@
...
@@ -32,7 +32,6 @@
v-model=
"phone"
/>
v-model=
"phone"
/>
</view>
</view>
</view>
</view>
<!-- 自定义高度 -->
<!-- 自定义高度 -->
<view
style=
"display: flex;align-items: center; margin-left: 20upx; margin-top: 20upx;"
>
<view
style=
"display: flex;align-items: center; margin-left: 20upx; margin-top: 20upx;"
>
<view
style=
"width: calc(100% - 70upx); height: 66upx; background: #282932; border-radius: 30upx;
<view
style=
"width: calc(100% - 70upx); height: 66upx; background: #282932; border-radius: 30upx;
...
@@ -58,7 +57,6 @@
...
@@ -58,7 +57,6 @@
@
click=
"showUpdateRule(2)"
>
</image>
@
click=
"showUpdateRule(2)"
>
</image>
</view>
</view>
</view>
</view>
<view
style=
"position: relative;"
>
<view
style=
"position: relative;"
>
<!-- 自定义高度 -->
<!-- 自定义高度 -->
<view
style=
"display: flex; align-items: center; margin-left: 20upx; margin-top: 20upx;"
>
<view
style=
"display: flex; align-items: center; margin-left: 20upx; margin-top: 20upx;"
>
...
@@ -74,7 +72,6 @@
...
@@ -74,7 +72,6 @@
</view>
</view>
<!-- 自定义高度 -->
<!-- 自定义高度 -->
<view
style=
"display: flex; align-items: center; margin-left: 20upx; margin-top: 20upx;"
>
<view
style=
"display: flex; align-items: center; margin-left: 20upx; margin-top: 20upx;"
>
<!--
<view
style=
"font-size: 28upx; font-weight: 400; color: #FFFFFF;width: 155upx;"
>
高度:
</view>
-->
<view
style=
"width: calc(100% - 70upx);height: 66upx; background: #282932; border-radius: 30upx;
<view
style=
"width: calc(100% - 70upx);height: 66upx; background: #282932; border-radius: 30upx;
display: flex; align-items: center;"
>
display: flex; align-items: center;"
>
<input
type=
"digit"
placeholder=
"请输入宽度"
@
input=
"changeHeight"
:value=
"printHeight"
<input
type=
"digit"
placeholder=
"请输入宽度"
@
input=
"changeHeight"
:value=
"printHeight"
...
@@ -86,10 +83,8 @@
...
@@ -86,10 +83,8 @@
@
click=
"showUpdateRule(4)"
>
</image>
@
click=
"showUpdateRule(4)"
>
</image>
</view>
</view>
</view>
</view>
<view
style=
"position: relative;"
>
<view
style=
"position: relative;"
>
<view
style=
"display: flex; align-items: center; margin-left: 27upx; margin-top: 25upx;"
>
<view
style=
"display: flex; align-items: center; margin-left: 27upx; margin-top: 25upx;"
>
<!--
<view
style=
"font-size: 28upx; font-weight: 400; color: #FFFFFF;width: 155upx;"
>
圆角:
</view>
-->
<view
style=
"width: calc(100% - 70upx); height: 66upx;
<view
style=
"width: calc(100% - 70upx); height: 66upx;
display: flex; align-items: center; margin-top: 5upx;"
>
display: flex; align-items: center; margin-top: 5upx;"
>
<!-- 滑块封装 -->
<!-- 滑块封装 -->
...
@@ -586,7 +581,6 @@
...
@@ -586,7 +581,6 @@
}
}
},
},
onShow
()
{
onShow
()
{
setTimeout
(
function
()
{
setTimeout
(
function
()
{
...
...
pages/index/index.vue
View file @
de24a8d6
This diff is collapsed.
Click to expand it.
util/Env.js
View file @
de24a8d6
...
@@ -5,8 +5,8 @@ if(!accountInfo.miniProgram.envVersion){
...
@@ -5,8 +5,8 @@ if(!accountInfo.miniProgram.envVersion){
const
baseApi
=
{
const
baseApi
=
{
//开发版
//开发版
//
develop: "https://kxz.refinecolor.com",
develop
:
"https://kxz.refinecolor.com"
,
develop
:
"https://print.kexiaozhan.cn"
,
//
develop: "https://print.kexiaozhan.cn",
//体验版
//体验版
trial
:
"https://kxz.refinecolor.com"
,
trial
:
"https://kxz.refinecolor.com"
,
//正式版
//正式版
...
...
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