taro标签_taro富文本解析

import Taro, { Component } from ‘@tarojs/taro‘import {

Block,

View,

Image,

Text,

CheckboxGroup,

RadioGroup,

Label,

ScrollView,

RichText

}from ‘@tarojs/components‘import { isEmpty, checkLogin, jdTorjLogin }from ‘@/utils/util‘import { wxRegistrationAgreement }from ‘@/servers/api/plusMember‘import‘./plusProtocol.scss‘import { getGlobalData, setGlobalData }from ‘@/utils/global_data‘import { gd_geolocation }from ‘@/utils/map.js‘import { pageToLogin }from ‘@/servers/utils‘import { Back, GetOpenId }from ‘@/components‘import { getWechatSign }from ‘@/utils/wxSignature‘exportdefault classPlusProtocol extends Component {

config={

navigationBarTitleText:‘PLUS会员协议‘}

state={

coupon_text:"",

}asynccomponentWillMount() {

}

componentDidShow() {

debugger

let fromParams= this.$router.params

this.state.id =fromParams.idthis.getDetail();

}asyncgetDetail() {try{

letparams ={

type:2}

let currentResult= await wxRegistrationAgreement(params);if(currentResult.code==‘200‘){

debugger

let result=currentResult.data;if(result) {//let coupon_text = new HtmlParser(data.skuInfos[0].mobiledesc).nodes

let coupon_text =resultthis.setState({

coupon_text: coupon_text

})

}else{this.setState({

coupon_text:‘‘})

}

}

}catch(err) {

}

}

render() {const{

coupon_text,

iPhoneXStyle,

}= this.statereturn(

{coupon_text&&(

className={

iPhoneXStyle? ‘wap-chooseticket-footer-diff-iponex‘:‘wap-chooseticket-footer-diff‘}>

)}

)

}

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值