소스 검색

[首页][修改][限时,字段]

tags/河北版C.8.1.01
hurui 5 년 전
부모
커밋
e30eb3cdbd
1개의 변경된 파일3개의 추가작업 그리고 5개의 파일을 삭제
  1. +3
    -5
      pages/main/index.js

+ 3
- 5
pages/main/index.js 파일 보기

@@ -68,10 +68,7 @@ Page({
credit: 0,
score: '0',
page: 1 ,// 刷新进入页面时已经加载了第一页数据,onReachBottom时 page++,从第2页开始加载
// Ttitle:'',
// xstitle:null,
// priceStr:null,
// salePriceStr:null,

},
close: function() {
this.setData({
@@ -510,10 +507,11 @@ Page({
}
}).then(res => {
if (res && res.data) {
console.log(res.data.title)
that.setData({
name: res.data.name,
cover: res.data.cover,
Ttitle: res.data.title,
title: res.data.title,
id: res.data.id,
showTopic: true
})


불러오는 중...
취소
저장