|
@@ -26,6 +26,7 @@ Page({
|
|
|
if (type) wx.stopPullDownRefresh()
|
|
if (type) wx.stopPullDownRefresh()
|
|
|
if (res.data.status == 0) {
|
|
if (res.data.status == 0) {
|
|
|
let shipOwnerList = res.data.result
|
|
let shipOwnerList = res.data.result
|
|
|
|
|
+ shipOwnerList[0].letter = "#"
|
|
|
shipOwnerList.push(shipOwnerList.shift())
|
|
shipOwnerList.push(shipOwnerList.shift())
|
|
|
this.setData({
|
|
this.setData({
|
|
|
shipOwnerList
|
|
shipOwnerList
|