Skip to content

Commit 6b41e43

Browse files
committed
udpate nsvue
1 parent 266a1c5 commit 6b41e43

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/components/App.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,15 @@ export default {
3535
},
3636
project: function() {
3737
this.$navigateTo(project);
38-
c//onsole.log("project");
38+
console.log("project");
3939
},
4040
onButtonTap: function() {
41-
//console.log("xxxxx");
4241
this.$navigateTo(HelloWorld, {
4342
animated: true,
4443
transition: {
4544
name: "slide",
4645
duration: 380,
47-
curve: "easeIn" //spring
46+
curve: "easeIn"
4847
}
4948
});
5049
},

app/components/project/Main.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ScrollView orientation="vertical" row="1" backgroundColor="red" v-show="selectedTabview == 0">
1414
<StackLayout flexDirection="column" height="100%">
1515
<!-- <Tabbar2 v-for="(place,index) in places" :key="index" :place="place" :index="index" :active="active" width="100%" /> -->
16-
<ListView ref='ca' v-for="(place,index) in places" :key="index" :place="place" :index="index" :active="active" height="100%" class="dt" backgroundColor="white">
16+
<ListView ref='ca' for="(place,index) in places" :key="index" :place="place" :index="index" :active="active" height="100%" class="dt" backgroundColor="white">
1717
<v-template>
1818
<WrapLayout height="415" class="card" flexDirection="column" justifyContent="center" >
1919
<AbsoluteLayout width="56%" height="80%" class="ll" alignSelf="center">

0 commit comments

Comments
 (0)