Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
wly-APP
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘川
wly-APP
Commits
d248b123
Commit
d248b123
authored
Sep 15, 2022
by
xiangzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
要货调整
parent
cc09b294
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
52 deletions
+14
-52
my-purchase.nvue
pages/my-purchase/my-purchase.nvue
+0
-1
purchase.nvue
pages/purchase/purchase.nvue
+6
-43
usercenter.nvue
pages/usercenter/usercenter.nvue
+8
-8
No files found.
pages/my-purchase/my-purchase.nvue
View file @
d248b123
...
...
@@ -40,7 +40,6 @@
</view>
<view class="empty"></view>
<swiper ref="swiper1" class="tab-box" :current="tabIndex" :duration="300" @change="onswiperchange"
@transition="onswiperscroll" @animationfinish="animationfinish" @onAnimationEnd="animationfinish">
<swiper-item class="swiper-item" v-for="(page, index) in tabList" :key="index">
...
...
pages/purchase/purchase.nvue
View file @
d248b123
...
...
@@ -85,29 +85,12 @@
<view class="middle view">
<view class="text-block">
<text class="middle-date">品牌</text>
<view class="middle-date-des uni-list picker-year">
<view class="uni-list-cell">
<view class="uni-list-cell-db">
<text class="middle-date-des">H533008256</text>
</view>
</view>
<image class="icon-arrow" src="@/static/image/arrow_r@3x.png" mode="aspectFit"></image>
</view>
<text class="middle-date-des">品牌XX</text>
</view>
<view class="text-block">
<text class="middle-date">产品</text>
<view class="middle-date-des uni-list picker-year">
<view class="uni-list-cell">
<view class="uni-list-cell-db">
<text class="middle-date-des">五粮液</text>
</view>
</view>
<image class="icon-arrow" src="@/static/image/arrow_r@3x.png" mode="aspectFit"></image>
</view>
</view>
<view class="text-block">
<text class="middle-date">未发货件数</text>
<text class="middle-date-des">8510050100067259284</text>
<text class="middle-date-des">产品XX</text>
</view>
<view class="text-block">
<text class="middle-date">未发货件数</text>
...
...
@@ -115,31 +98,11 @@
</view>
<view class="text-block">
<text class="middle-date">传统当月计划量</text>
<view class="middle-date-des uni-list picker-year">
<view class="uni-list-cell">
<view class="uni-list-cell-db">
<picker class="picker-block" @change="bindPickerChange" :value="index"
:range="array">
<text class="uni-input">{{array[index]}}</text>
</picker>
</view>
</view>
<image class="icon-arrow" src="@/static/image/arrow_r@3x.png" mode=""></image>
</view>
<text class="middle-date-des">500,000.00</text>
</view>
<view class="text-block">
<text class="middle-date">传统当月剩余量</text>
<view class="middle-date-des uni-list picker-year">
<view class="uni-list-cell">
<view class="uni-list-cell-db">
<picker class="picker-block" @change="bindPickerChange" :value="index"
:range="array">
<text class="uni-input">{{array[index]}}</text>
</picker>
</view>
</view>
<image class="icon-arrow" src="@/static/image/arrow_r@3x.png" mode=""></image>
</view>
<text class="middle-date-des">500,000.00</text>
</view>
<view class="text-block">
<text class="middle-date">传统当年剩余量</text>
...
...
@@ -367,4 +330,4 @@
.btn-text-l {
color: $wly-primary-color;
}
</style>
</style>
pages/usercenter/usercenter.nvue
View file @
d248b123
...
...
@@ -135,14 +135,14 @@
this.bpPrice = res.DATA
},
goPage(page) {
if (page === 'my-purchase') {
uni.showToast({
title: '要货功能开发中...',
icon: 'none',
duration: 1500
});
return
}
//
if (page === 'my-purchase') {
//
uni.showToast({
//
title: '要货功能开发中...',
//
icon: 'none',
//
duration: 1500
//
});
//
return
//
}
uni.navigateTo({
url: `/pages/${page}/${page}`
})
...
...
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