Commit ff638d1e authored by caimeng's avatar caimeng

把需要新增的页面新建好了

parent 30716461
......@@ -225,6 +225,41 @@
"enablePullDownRefresh": false,
"navigationBarTitleText": ""
}
},
{
"path" : "address/address",
"style" :
{
"navigationBarTitleText" : "地址管理"
}
},
{
"path" : "order/order",
"style" :
{
"navigationBarTitleText" : "填写订单"
}
},
{
"path" : "create/create",
"style" :
{
"navigationBarTitleText" : "收货人"
}
},
{
"path" : "cashier/cashier",
"style" :
{
"navigationBarTitleText" : "收银台"
}
},
{
"path" : "list/list",
"style" :
{
"navigationBarTitleText" : "我的订单"
}
}
]
}
......
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>
<template>
<view class="page-order">
<!-- 没有选择地址 -->
<view class="o-address">
<view class="o-address-placeholder">
<text>请选择地址</text>
</view>
<image class="o-address-arrow" src=""></image>
</view>
<!-- 选择了地址 -->
<view class="o-address">
<view class="o-address-box">
<text class="o-address-area">请选择地址</text>
<text class="o-address-detail">请选择地址</text>
<text class="o-address-name">请选择地址</text>
</view>
<image class="o-address-arrow" src=""></image>
</view>
<view class="o-snapshot">
<view class="s-image">
<image src="" />
</view>
<view class="s-info">
<view class="s-info-detail">
<text class="s-name">全新iphone 15 pro Max 钛原色</text>
<text class="s-specs">256g</text>
<view class="s-money">
<text></text>
<text>8999</text>
</view>
</view>
<view class="s-info-num"></view>
</view>
</view>
<view class="o-info"></view>
<view class="o-footer">
<view class="o-money">
<text></text>
<text>8999.00</text>
</view>
<view class="o-btn">
<text>提交订单</text>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="less" src="./order.less"></style>
......@@ -142,7 +142,9 @@ export default {
this.toast('商品数量不能为0')
return false
}
this.Go('uni:/subPackage/detailResult/detailResult', 'redirect')
// 这里下订单之前应该先查询一下商品的状态,但我们这个只是假的,不知道要不要判断
this.Go('uni:/subPackage/order/order')
// this.Go('uni:/subPackage/detailResult/detailResult', 'redirect')
}
},
Gopurse() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment