# modules\imports\alipay_prove.py
# line 97
elif trade_type == '其他':
if ('蚂蚁财富' in row['交易对方'] and '买入' in row['商品说明'] and status == '交易成功'):
# let fund.py happy
data.create_simple_posting(
entry, account, None, None)
data.create_simple_posting(
entry, trade_account, '-' + amount_string, 'CNY')
# 这里
elif ('蚂蚁财富' in row['交易对方'] and '买入' in row['商品说明'] and status == '付款成功,份额确认中'):
do_somethings()
这块需要处理下么