luyou
This commit is contained in:
parent
74cd940235
commit
c63b86466f
@ -1,8 +1,11 @@
|
||||
Component({
|
||||
properties: {
|
||||
},
|
||||
data: {
|
||||
},
|
||||
properties: {},
|
||||
data: {},
|
||||
methods: {
|
||||
}
|
||||
todetail() {
|
||||
wx.navigateTo({
|
||||
url: "/pages/product/product"
|
||||
})
|
||||
}
|
||||
}
|
||||
})
|
@ -1,5 +1,5 @@
|
||||
<scroll-view class="list" scroll-y="{{true}}" >
|
||||
<view class="commodity">
|
||||
<view class="commodity" bindtap="todetail">
|
||||
<view class="content">
|
||||
<image class="imgthumb "></image>
|
||||
<view class="introduce">
|
||||
@ -11,7 +11,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="commodity">
|
||||
<view class="commodity" bindtap="todetail">
|
||||
<view class="content">
|
||||
<image class="imgthumb "></image>
|
||||
<view class="introduce">
|
||||
@ -23,7 +23,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="commodity">
|
||||
<view class="commodity" bindtap="todetail">
|
||||
<view class="content">
|
||||
<image class="imgthumb "></image>
|
||||
<view class="introduce">
|
||||
|
@ -1,8 +1,11 @@
|
||||
Component({
|
||||
properties: {
|
||||
},
|
||||
data: {
|
||||
},
|
||||
properties: {},
|
||||
data: {},
|
||||
methods: {
|
||||
todetail() {
|
||||
wx.navigateTo({
|
||||
url: "/pages/undetermined/undetermined"
|
||||
})
|
||||
}
|
||||
}
|
||||
})
|
@ -1,4 +1,4 @@
|
||||
<view class="commodity">
|
||||
<view class="commodity" bindtap="todetail">
|
||||
<message></message>
|
||||
<view class="aggregate">
|
||||
共计1件商品 合计:
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"commodity":"../commodity/index",
|
||||
"commodity": "../commodity",
|
||||
"van-tab": "../utils/dist/tab/index",
|
||||
"van-tabs": "../utils/dist/tabs/index"
|
||||
}
|
||||
|
@ -11,56 +11,65 @@ Page({
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
onLoad: function (options) {
|
||||
onLoad: function(options) {
|
||||
|
||||
},
|
||||
|
||||
chooseaddr() {
|
||||
wx.navigateTo({
|
||||
url: "/pages/chooseaddr/chooseaddr"
|
||||
})
|
||||
},
|
||||
todetail() {
|
||||
wx.navigateTo({
|
||||
url: "/pages/product/product"
|
||||
})
|
||||
},
|
||||
/**
|
||||
* 生命周期函数--监听页面初次渲染完成
|
||||
*/
|
||||
onReady: function () {
|
||||
onReady: function() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面显示
|
||||
*/
|
||||
onShow: function () {
|
||||
onShow: function() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面隐藏
|
||||
*/
|
||||
onHide: function () {
|
||||
onHide: function() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 生命周期函数--监听页面卸载
|
||||
*/
|
||||
onUnload: function () {
|
||||
onUnload: function() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面相关事件处理函数--监听用户下拉动作
|
||||
*/
|
||||
onPullDownRefresh: function () {
|
||||
onPullDownRefresh: function() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 页面上拉触底事件的处理函数
|
||||
*/
|
||||
onReachBottom: function () {
|
||||
onReachBottom: function() {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 用户点击右上角分享
|
||||
*/
|
||||
onShareAppMessage: function () {
|
||||
onShareAppMessage: function() {
|
||||
|
||||
}
|
||||
})
|
@ -1,4 +1,4 @@
|
||||
<view class="box">
|
||||
<orderchooseaddr></orderchooseaddr>
|
||||
<content></content>
|
||||
<orderchooseaddr bindtap="chooseaddr"></orderchooseaddr>
|
||||
<content bindtap="todetail"></content>
|
||||
</view>
|
Loading…
Reference in New Issue
Block a user