Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hongyong.zhao
5 years ago
Commit
ddb2eaa35f498bb2987358f83fc59390f9ddaf26
1 parent
71f5fdce
修改提交按钮未在底部的问题
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
apps/pages/order/buyer-ask-order.vue
apps/pages/order/seller-ask-order.vue
apps/pages/order/buyer-ask-order.vue
View file @
ddb2eaa
...
...
@@ -77,13 +77,14 @@
</div>
</div>
</cube-scroll>
<div class="bottomContainer">
<OrderAgree :value="isAgreeTerms" @input="isAgreeTerms = !isAgreeTerms" class="agree-wrapper" :desc="agreeDesc" :url="url"></OrderAgree>
<div class="btn-wrapper">
<YohoButton class="submit-btn" :txt="submitText" :disable="!isAgreeTerms" @click="submitClick"></YohoButton>
</div>
</div>
</cube-scroll>
</LayoutApp>
</template>
...
...
apps/pages/order/seller-ask-order.vue
View file @
ddb2eaa
...
...
@@ -46,10 +46,7 @@ const { mapState, mapActions, mapMutations, mapGetters} = createNamespacedHelper
export default {
name: 'seller-ask-order',
props: {
skup: Number,
price: Number,
},
props: ['skup', 'price'],
components: {
Button,
ProductInfo,
...
...
Please
register
or
login
to post a comment