Quellcode durchsuchen

上传文件至 'hangout-master/Pages/HGBot/Whisper/received1'

master
曹天怡 vor 2 Jahren
Ursprung
Commit
fec8718b54
8 geänderte Dateien mit 277 neuen und 0 gelöschten Zeilen
  1. +71
    -0
      hangout-master/Pages/HGBot/Whisper/received1/received.js
  2. +3
    -0
      hangout-master/Pages/HGBot/Whisper/received1/received.json
  3. +15
    -0
      hangout-master/Pages/HGBot/Whisper/received1/received.wxml
  4. +66
    -0
      hangout-master/Pages/HGBot/Whisper/received1/received.wxss
  5. +72
    -0
      hangout-master/Pages/HGBot/Whisper/received1/total.js
  6. +3
    -0
      hangout-master/Pages/HGBot/Whisper/received1/total.json
  7. +17
    -0
      hangout-master/Pages/HGBot/Whisper/received1/total.wxml
  8. +30
    -0
      hangout-master/Pages/HGBot/Whisper/received1/total.wxss

+ 71
- 0
hangout-master/Pages/HGBot/Whisper/received1/received.js Datei anzeigen

@ -0,0 +1,71 @@
// Pages/HGBot/Whisper/received/received.js
Page({
/**
* 页面的初始数据
*/
data: {
},
onNext:function(){
wx.navigateTo({
url: '/Pages/HGBot/Whisper/received/total',
})
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})

+ 3
- 0
hangout-master/Pages/HGBot/Whisper/received1/received.json Datei anzeigen

@ -0,0 +1,3 @@
{
"usingComponents": {}
}

+ 15
- 0
hangout-master/Pages/HGBot/Whisper/received1/received.wxml Datei anzeigen

@ -0,0 +1,15 @@
<!--Pages/HGBot/Whisper/received/received.wxml-->
<!--TODO: css样式 navToNext函数 textarea中收到其他用户的内容-->
<view class="ask">
<view>收到一条新的悄悄话</view>
</view>
<view class="whisper">
<textarea style="background-color: #D8CAAF;"></textarea>
</view>
<view class="list">
<text>之前的悄悄话都收在这里哦</text>
<button size="mini" bindtap="onNext" style="color: #7B8B6F;">>>></button>
</view>
<view>
<image mode="heightFix" src="../../../../asset/img/hangou1.png" class="hg"></image>
</view>

+ 66
- 0
hangout-master/Pages/HGBot/Whisper/received1/received.wxss Datei anzeigen

@ -0,0 +1,66 @@
/* Pages/HGBot/Whisper/received/received.wxss */
/* Pages/HGBot/Whisper/get/get.wxss */
.ask{
position: absolute;
left: 50px;
top: 60px;
padding: 10px;
margin: 20px;
font-size: 23px;
text-align: center;
color: #000;
}
.whisper{
position: absolute;
left: 45px;
top: 150px;
font-size: 22px;
text-align: center;
color: #000;
background-color: #D8CAAF;
}
.OK{
position: absolute;
left: 145px;
top: 320px;
font-size: 22px;
text-align: center;
color: #000;
width: 102px;
height: 30px;
background: #d8caaf;
}
.list{
position: absolute;
left: 25px;
top: 360px;
padding-top: 10px;
font-size: 22px;
text-align: center;
color: #000;
}
button {
margin-left: 10px;
padding-left: 10px;
position: inherit;
background: inherit;
font-weight: bolder;
}
button:after {
content: none;
}
button::after {
border: none;
}
.hg{
position:absolute;
left: 100px;
top: 430px;
}

+ 72
- 0
hangout-master/Pages/HGBot/Whisper/received1/total.js Datei anzeigen

@ -0,0 +1,72 @@
// Pages/HGBot/Whisper/received/total.js
Page({
/**
* 页面的初始数据
*/
data: {
time:["2022.01.12","2022.01.10"],
},
ret:function(){
wx.reLaunch({
url: '/Pages/HGBot/Home/Home',
})
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})

+ 3
- 0
hangout-master/Pages/HGBot/Whisper/received1/total.json Datei anzeigen

@ -0,0 +1,3 @@
{
"usingComponents": {}
}

+ 17
- 0
hangout-master/Pages/HGBot/Whisper/received1/total.wxml Datei anzeigen

@ -0,0 +1,17 @@
<!--Pages/HGBot/Whisper/received/total.wxml-->
<!--TODO: 从服务器中读取用户历史的悄悄话 css样式-->
<view class="list" style="display: block;"
wx:for="{{time.length}}">
<view style="padding: 0;margin: 0;height: 25px;"></view>
{{time[item]}}
<view>
<textarea class="whisper">{{whisper}}</textarea>
<view style="padding: 0;margin: 0;height: 25px;"></view>
</view>
</view>
<view class="hg">
<image mode="heightFix" src="../../../../asset/img/hangou1.png"></image>
</view>
<view class="ret" bindtap="ret">◀</view>

+ 30
- 0
hangout-master/Pages/HGBot/Whisper/received1/total.wxss Datei anzeigen

@ -0,0 +1,30 @@
/* Pages/HGBot/Whisper/received/total.wxss */
.list{
position: relative;
font-size: 22px;
left: 45px;
color: #000;
}
.whisper{
position: relative;
font-size: 22px;
color: #000;
align-items: center;
background-color: #D8CAAF;
}
.hg{
align-items: center;
justify-content: center;
text-align: center;
}
.ret{
color:#7B8B6F;
font-size: 45px;
margin-left: 30px;
position: absolute;
bottom: 20px;
}

Laden…
Abbrechen
Speichern